mirror of https://github.com/jpanther/congo.git
📌 Bump rimraf from 4.1.3 to 4.1.4
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.3 to 4.1.4. - [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.1.3...v4.1.4) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/490/head
parent
5c82b7f819
commit
2755727f0f
|
@ -18,7 +18,7 @@
|
|||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-go-template": "^0.0.13",
|
||||
"prettier-plugin-tailwindcss": "^0.2.4",
|
||||
"rimraf": "^4.1.3",
|
||||
"rimraf": "^4.1.4",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"vendor-copy": "^3.0.1"
|
||||
},
|
||||
|
@ -1385,9 +1385,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rimraf": {
|
||||
"version": "4.1.3",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.3.tgz",
|
||||
"integrity": "sha512-iyzalDLo3l5FZxxaIGUY7xI4Bf90Xt7pCipc1Mr7RsdU7H3538z+M0tlsUDrz0aHeGS9uNqiKHUJyTewwRP91Q==",
|
||||
"version": "4.1.4",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.4.tgz",
|
||||
"integrity": "sha512-CoUTSckPOFgu0m8PzkXWlp/e0IHxxv3fUxOivMspXfxcm1rPaNtj6lkkbi5NnFVoGDFj6kX7jPKVccafEf9HoA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"rimraf": "dist/cjs/src/bin.js"
|
||||
|
@ -2513,9 +2513,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"rimraf": {
|
||||
"version": "4.1.3",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.3.tgz",
|
||||
"integrity": "sha512-iyzalDLo3l5FZxxaIGUY7xI4Bf90Xt7pCipc1Mr7RsdU7H3538z+M0tlsUDrz0aHeGS9uNqiKHUJyTewwRP91Q==",
|
||||
"version": "4.1.4",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.4.tgz",
|
||||
"integrity": "sha512-CoUTSckPOFgu0m8PzkXWlp/e0IHxxv3fUxOivMspXfxcm1rPaNtj6lkkbi5NnFVoGDFj6kX7jPKVccafEf9HoA==",
|
||||
"dev": true
|
||||
},
|
||||
"robust-predicates": {
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-go-template": "^0.0.13",
|
||||
"prettier-plugin-tailwindcss": "^0.2.4",
|
||||
"rimraf": "^4.1.3",
|
||||
"rimraf": "^4.1.4",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"vendor-copy": "^3.0.1"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue