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>2021-08-02 21:20:29 +0300
committerGitHub <noreply@github.com>2021-08-02 21:20:29 +0300
commit8b9fa3a3cbd6b87e9ab0cee8d4cb8ba88715c031 (patch)
treeea7fc824e095865c2df9b0d7f3542bc2ff229377
parent05db955a33bbfc4d5ba8f3d2e3b54bdc5b3fdaf3 (diff)
Bump sass from 1.36.0 to 1.37.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.36.0 to 1.37.0. - [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.36.0...1.37.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... 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 c4069194..b29632dd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,7 +51,7 @@
"jest-serializer-vue": "^2.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"raw-loader": "^4.0.2",
- "sass": "^1.36.0",
+ "sass": "^1.37.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
@@ -23311,9 +23311,9 @@
}
},
"node_modules/sass": {
- "version": "1.36.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.36.0.tgz",
- "integrity": "sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==",
+ "version": "1.37.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.0.tgz",
+ "integrity": "sha512-B+Tu6cSAG8ffs/cqsZl/bgSH2pCmavDaPTYAoW8QA1qNHh/RqndNfVKuABKYkLjUQ5aq/BnCENVpE80cqdSM1w==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
@@ -45086,9 +45086,9 @@
}
},
"sass": {
- "version": "1.36.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.36.0.tgz",
- "integrity": "sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==",
+ "version": "1.37.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.0.tgz",
+ "integrity": "sha512-B+Tu6cSAG8ffs/cqsZl/bgSH2pCmavDaPTYAoW8QA1qNHh/RqndNfVKuABKYkLjUQ5aq/BnCENVpE80cqdSM1w==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 24e85360..6052fe88 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
"jest-serializer-vue": "^2.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"raw-loader": "^4.0.2",
- "sass": "^1.36.0",
+ "sass": "^1.37.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",