Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to ^4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 24, 2023
1 parent 56c2920 commit 3b36aa7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lerna": "^6.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.6",
"rimraf": "^4.3.0",
"rimraf": "^4.4.1",
"typescript": "^4.9.5"
},
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"normalize-path": "^3.0.0",
"os-locale": "^5.0.0",
"prettier": "^2.8.6",
"rimraf": "^4.3.0",
"rimraf": "^4.4.1",
"sort-package-json": "^1.57.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/customize-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"meow": "^9.0.0",
"mkdirp": "^2.1.5",
"os-locale": "^5.0.0",
"rimraf": "^4.3.0"
"rimraf": "^4.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"rimraf": "^4.3.0",
"rimraf": "^4.4.1",
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin-kintone-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/rimraf": "^3.0.2",
"adm-zip": "^0.5.10",
"chokidar": "^3.5.3",
"rimraf": "^4.3.0",
"rimraf": "^4.4.1",
"webpack": "^5.76.3",
"webpack-cli": "5.0.1",
"webpack-merge": "^5.8.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12144,10 +12144,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.3.0.tgz#cd4d9a918c1735197e0ae8217e5eeb4657d42154"
integrity sha512-5qVDXPbByA1qSJEWMv1qAwKsoS22vVpsL2QyxCKBw4gf6XiFo1K3uRLY6uSOOBFDwnqAZtnbILqWKKlzh8bkGg==
rimraf@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
dependencies:
glob "^9.2.0"

Expand Down

0 comments on commit 3b36aa7

Please sign in to comment.