Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-06 05:08:35 +0300
committerGitHub <noreply@github.com>2022-08-06 05:08:35 +0300
commitef6273dc25484d309bb3a0f1de2a85086c85eab4 (patch)
tree41c0ae608a18834828f21789c03b92f756be9f5c
parent7e3259fae6f639a07c496656d101be805a764321 (diff)
Bump sass from 1.54.0 to 1.54.3dependabot/npm_and_yarn/sass-1.54.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.0 to 1.54.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.54.0...1.54.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index d780829d..677effbd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -55,7 +55,7 @@
"jest-serializer-vue": "^2.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"raw-loader": "^4.0.2",
- "sass": "^1.54.0",
+ "sass": "^1.54.3",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
@@ -20497,9 +20497,9 @@
}
},
"node_modules/sass": {
- "version": "1.54.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.0.tgz",
- "integrity": "sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ==",
+ "version": "1.54.3",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
+ "integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -40292,9 +40292,9 @@
}
},
"sass": {
- "version": "1.54.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.0.tgz",
- "integrity": "sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ==",
+ "version": "1.54.3",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
+ "integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
diff --git a/package.json b/package.json
index b319b0a1..d05c47f5 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"jest-serializer-vue": "^2.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"raw-loader": "^4.0.2",
- "sass": "^1.54.0",
+ "sass": "^1.54.3",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",