chore(deps): update dependency rimraf to v4
This commit is contained in:
parent
c60aa31a51
commit
ae69938067
2 changed files with 12 additions and 3 deletions
|
@ -79,7 +79,7 @@
|
|||
"handlebars": "4.7.7",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.8.3",
|
||||
"rimraf": "3.0.2",
|
||||
"rimraf": "4.1.1",
|
||||
"rollup": "3.10.1",
|
||||
"rollup-plugin-livereload": "2.0.5",
|
||||
"rollup-plugin-styles": "4.0.0",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -2073,7 +2073,7 @@ __metadata:
|
|||
handlebars: 4.7.7
|
||||
npm-run-all: 4.1.5
|
||||
prettier: 2.8.3
|
||||
rimraf: 3.0.2
|
||||
rimraf: 4.1.1
|
||||
rollup: 3.10.1
|
||||
rollup-plugin-livereload: 2.0.5
|
||||
rollup-plugin-styles: 4.0.0
|
||||
|
@ -5161,7 +5161,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rimraf@npm:3.0.2, rimraf@npm:^3.0.2":
|
||||
"rimraf@npm:4.1.1":
|
||||
version: 4.1.1
|
||||
resolution: "rimraf@npm:4.1.1"
|
||||
bin:
|
||||
rimraf: dist/cjs/src/bin.js
|
||||
checksum: f52d46f59c1a532b3d0f73cb5228ff8f7df4ee87b9df95cf655788ea186c935b5c6ab4c45b66f8de5ed1e3690f58ff83f9a5b0ba1ae2e76a9bf36415f37732f7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rimraf@npm:^3.0.2":
|
||||
version: 3.0.2
|
||||
resolution: "rimraf@npm:3.0.2"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue