bump node-sass

This commit is contained in:
Jocelyn Badgley 2024-10-06 10:43:28 -07:00
parent 4b1f687163
commit 0c7d45e9d3
No known key found for this signature in database
GPG Key ID: 909059F0FFF842D8
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated

@ -59,7 +59,7 @@
"memoizepromise": "^2.0.0",
"minimist": "^1.2.7",
"morgan": "^1.10.0",
"node-sass": "^8.0.0",
"node-sass": "^9.0.0",
"plugin-error": "^2.0.1",
"png-to-ico": "^2.1.8",
"popper.js": "^1.16.0",
@ -13395,9 +13395,9 @@
"dev": true
},
"node_modules/node-sass": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-8.0.0.tgz",
"integrity": "sha512-jPzqCF2/e6JXw6r3VxfIqYc8tKQdkj5Z/BDATYyG6FL6b/LuYBNFGFVhus0mthcWifHm/JzBpKAd+3eXsWeK/A==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz",
"integrity": "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -13420,7 +13420,7 @@
"node-sass": "bin/node-sass"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
},
"node_modules/node-sass/node_modules/@npmcli/fs": {
@ -29878,9 +29878,9 @@
"dev": true
},
"node-sass": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-8.0.0.tgz",
"integrity": "sha512-jPzqCF2/e6JXw6r3VxfIqYc8tKQdkj5Z/BDATYyG6FL6b/LuYBNFGFVhus0mthcWifHm/JzBpKAd+3eXsWeK/A==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz",
"integrity": "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==",
"dev": true,
"requires": {
"async-foreach": "^0.1.3",

@ -9,7 +9,7 @@
},
"private": true,
"engines": {
"node": "18"
"node": "20"
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"siteInfo": {
@ -79,7 +79,7 @@
"memoizepromise": "^2.0.0",
"minimist": "^1.2.7",
"morgan": "^1.10.0",
"node-sass": "^8.0.0",
"node-sass": "^9.0.0",
"plugin-error": "^2.0.1",
"png-to-ico": "^2.1.8",
"popper.js": "^1.16.0",