diff --git a/package-lock.json b/package-lock.json index 521aa3b5..ca351752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "power-assert": "1.6.1", "prettier": "2.8.8", "rimraf": "3.0.2", - "sass": "1.57.1", + "sass": "1.65.0", "semver-regex": "3.1.4", "sinon": "14.0.2", "typescript": "4.8.4" @@ -3258,9 +3258,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.57.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", - "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", + "version": "1.65.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.65.0.tgz", + "integrity": "sha512-FSZ+vXbv4lj5nYEAF9xuMXGaAnu5WDH05hYfvEx6cm9zLNBA3oLBBbg9rx5EwwRaq/9X7xpAhSRllR4CW0uKJw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -3271,7 +3271,7 @@ "sass": "sass.js" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/semver-regex": { @@ -6530,9 +6530,9 @@ "dev": true }, "sass": { - "version": "1.57.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", - "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", + "version": "1.65.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.65.0.tgz", + "integrity": "sha512-FSZ+vXbv4lj5nYEAF9xuMXGaAnu5WDH05hYfvEx6cm9zLNBA3oLBBbg9rx5EwwRaq/9X7xpAhSRllR4CW0uKJw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index ee8a2764..2eef14ed 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "power-assert": "1.6.1", "prettier": "2.8.8", "rimraf": "3.0.2", - "sass": "1.57.1", + "sass": "1.65.0", "semver-regex": "3.1.4", "sinon": "14.0.2", "typescript": "4.8.4"