📌 Bump rimraf from 4.0.7 to 4.1.1

Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.0.7 to 4.1.1.
- [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.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/447/head
dependabot[bot] 2023-01-17 22:20:42 +00:00 committed by GitHub
parent e998514a53
commit 8c1f657f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "hugo-congo-theme",
"version": "2.4.2",
"version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-congo-theme",
"version": "2.4.2",
"version": "2.5.0",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
@ -18,7 +18,7 @@
"prettier": "^2.8.3",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.0.7",
"rimraf": "^4.1.1",
"tailwindcss": "^3.2.4",
"vendor-copy": "^3.0.1"
},
@ -1323,9 +1323,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.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.1.tgz",
"integrity": "sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==",
"dev": true,
"bin": {
"rimraf": "dist/cjs/src/bin.js"
@ -2451,9 +2451,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.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.1.tgz",
"integrity": "sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==",
"dev": true
},
"robust-predicates": {

View File

@ -37,7 +37,7 @@
"prettier": "^2.8.3",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.0.7",
"rimraf": "^4.1.1",
"tailwindcss": "^3.2.4",
"vendor-copy": "^3.0.1"
},