Skip to content

Commit

Permalink
chore(deps): bump rimraf from 3.0.2 to 5.0.5
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v3.0.2...v5.0.5)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent a7b06bc commit 1baaced
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"mz": "^2.7.0",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"i18next-scanner": "^4.4.0",
"lint-staged": "^13.3.0",
"prettier": "^3.1.0",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jsfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/chai": "^3.5.2",
"@types/node": "^6.14.13",
"json-refs": "^3.0.15",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"webpack": "^5.89.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^7.8.3",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-build-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"execa": "^4.1.0",
"mkdirp": "^1.0.4",
"queue": "^6.0.2",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"cpx2": "^3.0.2",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-merge": "^5.10.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-publish-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"cross-spawn": "^7.0.3",
"generate-password": "^1.7.1",
"rimraf": "^3.0.2"
"rimraf": "^5.0.5"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.2",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10265,7 +10265,7 @@ [email protected]:
dependencies:
find-index "^0.1.1"

glob@^10.0.0, glob@^10.2.2:
glob@^10.0.0, glob@^10.2.2, glob@^10.3.7:
version "10.3.10"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
Expand Down Expand Up @@ -16561,6 +16561,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
dependencies:
glob "^10.3.7"

rimraf@~2.6.2:
version "2.6.3"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
Expand Down

0 comments on commit 1baaced

Please sign in to comment.