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-07 04:02:12 +0300
committerGitHub <noreply@github.com>2021-08-07 04:02:12 +0300
commit2fae8c60abbf92ae42c06c8103efa26dbc626af9 (patch)
tree45b989e58be2b74c40b701719502fbd665549b62
parent6d78f56e5a885e6fe0b77d2186c4b4b2509998a0 (diff)
Bump sass from 1.37.0 to 1.37.5
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.0 to 1.37.5. - [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.37.0...1.37.5) --- 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 455dbf82..471e1922 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.37.0",
+ "sass": "^1.37.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
@@ -23858,9 +23858,9 @@
}
},
"node_modules/sass": {
- "version": "1.37.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.0.tgz",
- "integrity": "sha512-B+Tu6cSAG8ffs/cqsZl/bgSH2pCmavDaPTYAoW8QA1qNHh/RqndNfVKuABKYkLjUQ5aq/BnCENVpE80cqdSM1w==",
+ "version": "1.37.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
+ "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
@@ -46869,9 +46869,9 @@
}
},
"sass": {
- "version": "1.37.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.0.tgz",
- "integrity": "sha512-B+Tu6cSAG8ffs/cqsZl/bgSH2pCmavDaPTYAoW8QA1qNHh/RqndNfVKuABKYkLjUQ5aq/BnCENVpE80cqdSM1w==",
+ "version": "1.37.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
+ "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 15150806..f4203905 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.37.0",
+ "sass": "^1.37.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",