diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-24 04:01:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 04:01:42 +0000 |
commit | 32953644a45278334469a7dd667bb43acdf556e9 (patch) | |
tree | de1896ce38bdd694c89705e9aea2e2c34591d81e | |
parent | ba8e006a4e977dfd8515a557e17f47c0ac778a32 (diff) | |
parent | 14de962940d51c43163aaa2c334b6db0905bfcdf (diff) | |
download | nextcloud-server-32953644a45278334469a7dd667bb43acdf556e9.tar.gz nextcloud-server-32953644a45278334469a7dd667bb43acdf556e9.zip |
Merge pull request #28146 from nextcloud/dependabot/npm_and_yarn/sass-1.36.0
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index b06b651fea1..06290b3ea5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "handlebars-loader": "^1.7.1", "jest": "^26.6.3", "jsdom": "^16.6.0", - "sass": "^1.35.2", + "sass": "^1.36.0", "sass-loader": "^10.1.1", "style-loader": "^2.0.0", "url-loader": "^4.1.1", @@ -20265,9 +20265,9 @@ } }, "node_modules/sass": { - "version": "1.35.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.35.2.tgz", - "integrity": "sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==", + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.36.0.tgz", + "integrity": "sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0" @@ -39297,9 +39297,9 @@ } }, "sass": { - "version": "1.35.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.35.2.tgz", - "integrity": "sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==", + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.36.0.tgz", + "integrity": "sha512-fQzEjipfOv5kh930nu3Imzq3ie/sGDc/4KtQMJlt7RRdrkQSfe37Bwi/Rf/gfuYHsIuE1fIlDMvpyMcEwjnPvg==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" diff --git a/package.json b/package.json index 5171750c082..2a023004a4f 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "handlebars-loader": "^1.7.1", "jest": "^26.6.3", "jsdom": "^16.6.0", - "sass": "^1.35.2", + "sass": "^1.36.0", "sass-loader": "^10.1.1", "style-loader": "^2.0.0", "url-loader": "^4.1.1", |