2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-09 10:32:25 +03:00

Merge pull request #32 from solodyagin/dependabot/npm_and_yarn/sass-1.54.3

chore(deps-dev): bump sass from 1.54.0 to 1.54.3
This commit is contained in:
2022-08-08 09:23:15 +03:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -18,7 +18,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.54.0",
"sass": "^1.54.3",
"sass-loader": "^10.3.1",
"vue-template-compiler": "^2.7.8"
},
@@ -12930,9 +12930,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.0.tgz",
"integrity": "sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ==",
"version": "1.54.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
"integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
@@ -27291,9 +27291,9 @@
"dev": true
},
"sass": {
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.0.tgz",
"integrity": "sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ==",
"version": "1.54.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
"integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
+1 -1
View File
@@ -55,7 +55,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.54.0",
"sass": "^1.54.3",
"sass-loader": "^10.3.1",
"vue-template-compiler": "^2.7.8"
},