Skip to content

Commit 273db0b

Browse files
Bump rimraf from 5.0.8 to 6.0.1 (#159)
* Bump rimraf from 5.0.8 to 6.0.1 Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.8...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump rimraf from 5.0.8 to 6.0.1 Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.8...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Try using higher node version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julianna Langston <[email protected]>
1 parent a8bdcd2 commit 273db0b

File tree

3 files changed

+40
-35
lines changed

3 files changed

+40
-35
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v3
27+
28+
- uses: actions/setup-node@v4
29+
with:
30+
node-version: '20.x'
2731

2832
- name: Install dependencies
2933
run: yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^18.2.0",
5050
"react-chartjs-2": "^5.2.0",
5151
"react-dom": "^18.2.0",
52-
"rimraf": "^5.0.1",
52+
"rimraf": "^6.0.1",
5353
"rollup": "^4.1.4",
5454
"ts-jest": "29.2.5",
5555
"tslib": "2.7.0",

yarn.lock

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,17 +1876,17 @@ get-stream@^6.0.0:
18761876
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
18771877
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
18781878

1879-
glob@^10.3.7:
1880-
version "10.4.5"
1881-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
1882-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
1879+
glob@^11.0.0:
1880+
version "11.0.0"
1881+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
1882+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
18831883
dependencies:
18841884
foreground-child "^3.1.0"
1885-
jackspeak "^3.1.2"
1886-
minimatch "^9.0.4"
1885+
jackspeak "^4.0.1"
1886+
minimatch "^10.0.0"
18871887
minipass "^7.1.2"
18881888
package-json-from-dist "^1.0.0"
1889-
path-scurry "^1.11.1"
1889+
path-scurry "^2.0.0"
18901890

18911891
glob@^7.1.3, glob@^7.1.4:
18921892
version "7.2.3"
@@ -2156,10 +2156,10 @@ istanbul-reports@^3.1.3:
21562156
html-escaper "^2.0.0"
21572157
istanbul-lib-report "^3.0.0"
21582158

2159-
jackspeak@^3.1.2:
2160-
version "3.4.3"
2161-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
2162-
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
2159+
jackspeak@^4.0.1:
2160+
version "4.0.1"
2161+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
2162+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
21632163
dependencies:
21642164
"@isaacs/cliui" "^8.0.2"
21652165
optionalDependencies:
@@ -2646,10 +2646,10 @@ loose-envify@^1.1.0:
26462646
dependencies:
26472647
js-tokens "^3.0.0 || ^4.0.0"
26482648

2649-
lru-cache@^10.2.0:
2650-
version "10.4.3"
2651-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
2652-
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
2649+
lru-cache@^11.0.0:
2650+
version "11.0.0"
2651+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
2652+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
26532653

26542654
lru-cache@^5.1.1:
26552655
version "5.1.1"
@@ -2731,6 +2731,13 @@ mimic-response@^2.0.0:
27312731
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43"
27322732
integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==
27332733

2734+
minimatch@^10.0.0:
2735+
version "10.0.1"
2736+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
2737+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
2738+
dependencies:
2739+
brace-expansion "^2.0.1"
2740+
27342741
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
27352742
version "3.1.2"
27362743
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2752,13 +2759,6 @@ minimatch@^7.4.6:
27522759
dependencies:
27532760
brace-expansion "^2.0.1"
27542761

2755-
minimatch@^9.0.4:
2756-
version "9.0.5"
2757-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2758-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2759-
dependencies:
2760-
brace-expansion "^2.0.1"
2761-
27622762
minipass@^3.0.0:
27632763
version "3.3.6"
27642764
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a"
@@ -2771,7 +2771,7 @@ minipass@^5.0.0:
27712771
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
27722772
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
27732773

2774-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
2774+
minipass@^7.1.2:
27752775
version "7.1.2"
27762776
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
27772777
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -2970,13 +2970,13 @@ path-parse@^1.0.7:
29702970
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
29712971
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
29722972

2973-
path-scurry@^1.11.1:
2974-
version "1.11.1"
2975-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
2976-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
2973+
path-scurry@^2.0.0:
2974+
version "2.0.0"
2975+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2976+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
29772977
dependencies:
2978-
lru-cache "^10.2.0"
2979-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2978+
lru-cache "^11.0.0"
2979+
minipass "^7.1.2"
29802980

29812981
path-type@^4.0.0:
29822982
version "4.0.0"
@@ -3179,12 +3179,13 @@ rimraf@^3.0.2:
31793179
dependencies:
31803180
glob "^7.1.3"
31813181

3182-
rimraf@^5.0.1:
3183-
version "5.0.9"
3184-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
3185-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
3182+
rimraf@^6.0.1:
3183+
version "6.0.1"
3184+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
3185+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
31863186
dependencies:
3187-
glob "^10.3.7"
3187+
glob "^11.0.0"
3188+
package-json-from-dist "^1.0.0"
31883189

31893190
rollup@^4.1.4, rollup@^4.20.0:
31903191
version "4.22.5"

0 commit comments

Comments
 (0)