1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update sass version to 1.69.5

This commit is contained in:
Deven Caron
2023-11-15 13:53:04 -05:00
parent df1a3a6f3c
commit 3d0e4d26a2
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"node-notifier": "^10.0.1", "node-notifier": "^10.0.1",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"purgecss": "^5.0.0", "purgecss": "^5.0.0",
"sass": "^1.57.1", "sass": "^1.69.5",
"svg-mixer": "~2.3.14", "svg-mixer": "~2.3.14",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
@@ -3874,9 +3874,9 @@
"dev": true "dev": true
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.57.1", "version": "1.69.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz",
"integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",
@@ -3887,7 +3887,7 @@
"sass": "sass.js" "sass": "sass.js"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=14.0.0"
} }
}, },
"node_modules/sass/node_modules/immutable": { "node_modules/sass/node_modules/immutable": {
@@ -8110,9 +8110,9 @@
"dev": true "dev": true
}, },
"sass": { "sass": {
"version": "1.57.1", "version": "1.69.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz",
"integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",

View File

@@ -29,7 +29,7 @@
"node-notifier": "^10.0.1", "node-notifier": "^10.0.1",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"purgecss": "^5.0.0", "purgecss": "^5.0.0",
"sass": "^1.57.1", "sass": "^1.69.5",
"svg-mixer": "~2.3.14", "svg-mixer": "~2.3.14",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },