Merge pull request #909 from shlinkio/dependabot/npm_and_yarn/sass-1.68.0

Bump sass from 1.66.1 to 1.68.0
This commit is contained in:
Alejandro Celaya 2023-09-23 12:01:02 +02:00 committed by GitHub
commit 599a618992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -57,7 +57,7 @@
"eslint": "^8.49.0", "eslint": "^8.49.0",
"history": "^5.3.0", "history": "^5.3.0",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"sass": "^1.66.1", "sass": "^1.68.0",
"stylelint": "^15.10.3", "stylelint": "^15.10.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.9",
@ -8667,9 +8667,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.66.1", "version": "1.68.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.66.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz",
"integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==", "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",
@ -16258,9 +16258,9 @@
"dev": true "dev": true
}, },
"sass": { "sass": {
"version": "1.66.1", "version": "1.68.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.66.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz",
"integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==", "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",

View file

@ -73,7 +73,7 @@
"eslint": "^8.49.0", "eslint": "^8.49.0",
"history": "^5.3.0", "history": "^5.3.0",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"sass": "^1.66.1", "sass": "^1.68.0",
"stylelint": "^15.10.3", "stylelint": "^15.10.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.9",