mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(deps): update devdependency rimraf to ^3.0.2 (#6952)
This commit is contained in:
parent
3aeb9b3a2d
commit
c865cef032
@ -66,7 +66,7 @@
|
||||
"node-sass": "^4.13.1",
|
||||
"puppeteer-core": "^2.1.1",
|
||||
"request": "^2.88.0",
|
||||
"rimraf": "^3.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^1.31.0",
|
||||
"rollup-plugin-license": "^0.13.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
|
@ -10764,13 +10764,20 @@ rimraf@2.6.3:
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
|
||||
rimraf@^3.0.0, rimraf@^3.0.1:
|
||||
rimraf@^3.0.0:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz#48d3d4cb46c80d388ab26cd61b1b466ae9ae225a"
|
||||
integrity sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
|
||||
rimraf@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
||||
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
|
||||
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
|
||||
|
Loading…
Reference in New Issue
Block a user