diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-11 23:13:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 23:13:37 +0000 |
commit | 9bd41bfc1daafc9c2e46f5f784f5d5dbda424e1c (patch) | |
tree | 03dd80408bfdb275e8924c8391401cb896cfea80 | |
parent | a47d3c68fc98b5c3a17298aa121e13665bb7245a (diff) | |
download | compiler-explorer-gh-11279.tar.gz compiler-explorer-gh-11279.zip |
Update dependency sass to ^1.75.0gh-11279
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 369efd1c7..8681dca16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,7 +126,7 @@ "monaco-editor-webpack-plugin": "^7.1.0", "nock": "^13.5.4", "prettier": "^3.2.5", - "sass": "^1.72.0", + "sass": "^1.75.0", "sass-loader": "^14.1.1", "sinon": "^17.0.1", "source-map-loader": "^5.0.0", @@ -15708,9 +15708,9 @@ } }, "node_modules/sass": { - "version": "1.72.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz", - "integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==", + "version": "1.75.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz", + "integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 34004fdce..a748acceb 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "monaco-editor-webpack-plugin": "^7.1.0", "nock": "^13.5.4", "prettier": "^3.2.5", - "sass": "^1.72.0", + "sass": "^1.75.0", "sass-loader": "^14.1.1", "sinon": "^17.0.1", "source-map-loader": "^5.0.0", |