summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-22 02:19:29 +0000
committerGitHub <noreply@github.com>2021-05-22 02:19:29 +0000
commit981e8e0d9d65df94d81f3984b070cbe0a807073f (patch)
tree24bce883400a3231e81639f6b264234cecf8aeb2
parent2d7cf340cecc93a3b99ea8cb229fa81c559fdde2 (diff)
parent015bc5fc804202e637acfd7a3c58887baa85bb23 (diff)
Merge pull request #2211 from nextcloud/dependabot/npm_and_yarn/sass-1.33.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f04c09b7..38c0d2f3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9766,9 +9766,9 @@
"dev": true
},
"sass": {
- "version": "1.32.12",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.12.tgz",
- "integrity": "sha512-zmXn03k3hN0KaiVTjohgkg98C3UowhL1/VSGdj4/VAAiMKGQOE80PFPxFP2Kyq0OUskPKcY5lImkhBKEHlypJA==",
+ "version": "1.33.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz",
+ "integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 9918cd1d..c768cf7b 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"node-polyfill-webpack-plugin": "^1.1.2",
- "sass": "^1.32.12",
+ "sass": "^1.33.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",