diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-09 12:34:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 12:34:40 +0000 |
commit | 2356755eebf2ab7fc6b638c876a430e12207cc9b (patch) | |
tree | 0fd9abb4d568fe75c899740f3b618b940b1abbb9 | |
parent | 4a51fb55b575e9580e8d9132b2d2c484035265c3 (diff) | |
download | compiler-explorer-gh-9009.tar.gz compiler-explorer-gh-9009.zip |
chore(deps): update dependency sass to ^1.69.0gh-9009
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 3f897a6e4..de45c86f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -139,7 +139,7 @@ "monaco-editor-webpack-plugin": "^7.1.0", "nock": "^13.3.3", "prettier": "^3.0.3", - "sass": "^1.66.1", + "sass": "^1.69.0", "sass-loader": "^13.3.2", "sinon": "^16.1.0", "source-map-loader": "^4.0.1", diff --git a/package.json b/package.json index 0ad254562..a82a7619b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "monaco-editor-webpack-plugin": "^7.1.0", "nock": "^13.3.3", "prettier": "^3.0.3", - "sass": "^1.66.1", + "sass": "^1.69.0", "sass-loader": "^13.3.2", "sinon": "^16.1.0", "source-map-loader": "^4.0.1", |