Merge pull request #466 from nunocoracao/dependabot/npm_and_yarn/dev/rimraf-4.1.1

This commit is contained in:
Nuno Coração 2023-01-18 07:08:57 +00:00 committed by GitHub
commit 75c553eaa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -3170,13 +3170,13 @@ body:has(#menu-controller:checked) {
margin: 0px !important;
}
.grid-w66 {
width: calc(66% - 5px);
.grid-w65 {
width: calc(65% - 5px);
margin: 0px !important;
}
.grid-w65 {
width: calc(65% - 5px);
.grid-w66 {
width: calc(66% - 5px);
margin: 0px !important;
}

14
package-lock.json generated
View file

@ -26,7 +26,7 @@
"prettier": "^2.8.3",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.1.0",
"rimraf": "^4.1.1",
"tailwindcss": "^3.2.4",
"typeit": "^8.7.1",
"vendor-copy": "^3.0.1"
@ -1431,9 +1431,9 @@
}
},
"node_modules/rimraf": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.0.tgz",
"integrity": "sha512-ZJdkUR5/dRrRJHdcSKJLrpRn6tVjl9ALxd4yrTCxFsMpjQNzwHF6GLqMsuEzEYIXxHlFPDSk21Vr8VPuFBEz0g==",
"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"
@ -2638,9 +2638,9 @@
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
},
"rimraf": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.1.0.tgz",
"integrity": "sha512-ZJdkUR5/dRrRJHdcSKJLrpRn6tVjl9ALxd4yrTCxFsMpjQNzwHF6GLqMsuEzEYIXxHlFPDSk21Vr8VPuFBEz0g==",
"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

@ -44,7 +44,7 @@
"prettier": "^2.8.3",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.1",
"rimraf": "^4.1.0",
"rimraf": "^4.1.1",
"tailwindcss": "^3.2.4",
"typeit": "^8.7.1",
"vendor-copy": "^3.0.1"