diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-29 03:42:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 03:42:58 +0000 |
commit | 9688cc9c93f208e810b69ee5482bb986eeb8fae7 (patch) | |
tree | dd2991cb0000c5f585fe211d17a95c04ec7bc6be | |
parent | d6847a975767bb610018d531d614b50f1da09a98 (diff) | |
download | nextcloud-server-9688cc9c93f208e810b69ee5482bb986eeb8fae7.tar.gz nextcloud-server-9688cc9c93f208e810b69ee5482bb986eeb8fae7.zip |
chore(deps-dev): bump sass from 1.62.0 to 1.62.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1.
- [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.62.0...1.62.1)
---
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.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 a6d97581bc4..ff57b988f85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -139,7 +139,7 @@ "node-polyfill-webpack-plugin": "^2.0.1", "puppeteer": "^19.10.1", "regextras": "^0.8.0", - "sass": "^1.56.1", + "sass": "^1.62.1", "sass-loader": "^13.2.2", "sinon": "<= 5.0.7", "style-loader": "^3.3.1", @@ -21388,9 +21388,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.62.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.0.tgz", - "integrity": "sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz", + "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -42313,9 +42313,9 @@ "dev": true }, "sass": { - "version": "1.62.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.0.tgz", - "integrity": "sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz", + "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index a918d378f4a..f6e1b39fa0a 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "node-polyfill-webpack-plugin": "^2.0.1", "puppeteer": "^19.10.1", "regextras": "^0.8.0", - "sass": "^1.56.1", + "sass": "^1.62.1", "sass-loader": "^13.2.2", "sinon": "<= 5.0.7", "style-loader": "^3.3.1", |