diff --git a/package-lock.json b/package-lock.json index 3d216d04f..aa5814dbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "postcss-nesting": "10.2.0", "postcss-preset-env": "7.8.2", "prettier": "2.7.1", - "sass": "1.55.0", + "sass": "1.56.1", "ts-node": "10.9.1", "typescript": "4.8.4" } @@ -21243,9 +21243,10 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.55.0", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.1.tgz", + "integrity": "sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==", "devOptional": true, - "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -38692,7 +38693,9 @@ "dev": true }, "sass": { - "version": "1.55.0", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.1.tgz", + "integrity": "sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==", "devOptional": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index ed541a302..f3f52ab00 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "postcss-nesting": "10.2.0", "postcss-preset-env": "7.8.2", "prettier": "2.7.1", - "sass": "1.55.0", + "sass": "1.56.1", "ts-node": "10.9.1", "typescript": "4.8.4" },