mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Bump rimraf from 4.0.7 to 4.1.0
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.0.7 to 4.1.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v4.0.7...v4.1.0) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
979afa477b
commit
cf747fbde6
14
package-lock.json
generated
14
package-lock.json
generated
@ -29,7 +29,7 @@
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"prettier": "^2.8.2",
|
||||
"rimraf": "^4.0.7",
|
||||
"rimraf": "^4.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.0",
|
||||
"typescript": "^4.9.4"
|
||||
@ -2299,9 +2299,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rimraf": {
|
||||
"version": "4.0.7",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.0.7.tgz",
|
||||
"integrity": "sha512-CUEDDrZvc0swDgVdXGiv3FcYYQMpJxjvSGt85Amj6yU+MCVWurrLCeLiJDdJPHCzNJnwuebBEdcO//eP11Xa7w==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.0.tgz",
|
||||
"integrity": "sha512-ZJdkUR5/dRrRJHdcSKJLrpRn6tVjl9ALxd4yrTCxFsMpjQNzwHF6GLqMsuEzEYIXxHlFPDSk21Vr8VPuFBEz0g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"rimraf": "dist/cjs/src/bin.js"
|
||||
@ -4468,9 +4468,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"rimraf": {
|
||||
"version": "4.0.7",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.0.7.tgz",
|
||||
"integrity": "sha512-CUEDDrZvc0swDgVdXGiv3FcYYQMpJxjvSGt85Amj6yU+MCVWurrLCeLiJDdJPHCzNJnwuebBEdcO//eP11Xa7w==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.0.tgz",
|
||||
"integrity": "sha512-ZJdkUR5/dRrRJHdcSKJLrpRn6tVjl9ALxd4yrTCxFsMpjQNzwHF6GLqMsuEzEYIXxHlFPDSk21Vr8VPuFBEz0g==",
|
||||
"dev": true
|
||||
},
|
||||
"run-parallel": {
|
||||
|
@ -38,7 +38,7 @@
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"prettier": "^2.8.2",
|
||||
"rimraf": "^4.0.7",
|
||||
"rimraf": "^4.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.0",
|
||||
"typescript": "^4.9.4"
|
||||
|
Loading…
Reference in New Issue
Block a user