diff --git a/package-lock.json b/package-lock.json index 7e36fe3..ce07120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/lunr": "^2.3.4", "@types/node": "^18.11.17", "@types/resize-observer-browser": "^0.1.7", - "@types/sass": "^1.43.1", + "@types/sass": "^1.45.0", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", "autoprefixer": "^10.4.13", @@ -58,7 +58,7 @@ "postcss-logical": "^5.0.4", "preact": "^10.11.3", "rimraf": "^3.0.2", - "sass": "^1.57.0", + "sass": "^1.59.2", "simple-icons": "^8.1.0", "stylelint": "^14.16.0", "stylelint-config-rational-order": "^0.1.2", @@ -1418,12 +1418,13 @@ } }, "node_modules/@types/sass": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz", - "integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==", + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.45.0.tgz", + "integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==", + "deprecated": "This is a stub types definition. sass provides its own type definitions, so you do not need this installed.", "dev": true, "dependencies": { - "@types/node": "*" + "sass": "*" } }, "node_modules/@types/semver": { @@ -10557,9 +10558,9 @@ "optional": true }, "node_modules/sass": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.0.tgz", - "integrity": "sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w==", + "version": "1.59.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.59.2.tgz", + "integrity": "sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -14561,12 +14562,12 @@ } }, "@types/sass": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.43.1.tgz", - "integrity": "sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==", + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/@types/sass/-/sass-1.45.0.tgz", + "integrity": "sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==", "dev": true, "requires": { - "@types/node": "*" + "sass": "*" } }, "@types/semver": { @@ -21320,9 +21321,9 @@ "optional": true }, "sass": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.0.tgz", - "integrity": "sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w==", + "version": "1.59.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.59.2.tgz", + "integrity": "sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index ea5af55..9461b79 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/lunr": "^2.3.4", "@types/node": "^18.11.17", "@types/resize-observer-browser": "^0.1.7", - "@types/sass": "^1.43.1", + "@types/sass": "^1.45.0", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", "autoprefixer": "^10.4.13", @@ -88,7 +88,7 @@ "postcss-logical": "^5.0.4", "preact": "^10.11.3", "rimraf": "^3.0.2", - "sass": "^1.57.0", + "sass": "^1.59.2", "simple-icons": "^8.1.0", "stylelint": "^14.16.0", "stylelint-config-rational-order": "^0.1.2",