🔀 Merge pull request #459 from jpanther/dependabot/npm_and_yarn/rimraf-4.1.2

📌 Bump rimraf from 4.1.1 to 4.1.2
pull/458/head
James Panther 2023-01-25 15:14:25 +11:00 committed by GitHub
commit 7238068ba4
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", "name": "hugo-congo-theme",
"version": "2.5.0", "version": "2.5.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hugo-congo-theme", "name": "hugo-congo-theme",
"version": "2.5.0", "version": "2.5.2",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
@ -18,7 +18,7 @@
"prettier": "^2.8.3", "prettier": "^2.8.3",
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.1", "prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.1.1", "rimraf": "^4.1.2",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"vendor-copy": "^3.0.1" "vendor-copy": "^3.0.1"
}, },
@ -1323,9 +1323,9 @@
} }
}, },
"node_modules/rimraf": { "node_modules/rimraf": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.1.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.2.tgz",
"integrity": "sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==", "integrity": "sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"rimraf": "dist/cjs/src/bin.js" "rimraf": "dist/cjs/src/bin.js"
@ -2451,9 +2451,9 @@
"dev": true "dev": true
}, },
"rimraf": { "rimraf": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.1.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.2.tgz",
"integrity": "sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==", "integrity": "sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==",
"dev": true "dev": true
}, },
"robust-predicates": { "robust-predicates": {

View File

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