Updated npm deps

This commit is contained in:
Dan Brown 2021-06-22 18:34:39 +01:00
commit 0bed80dc62
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

14
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"npm-run-all": "^4.1.5",
"sass": "^1.34.0"
"sass": "^1.35.1"
}
},
"node_modules/anymatch": {
@ -682,9 +682,9 @@
}
},
"node_modules/sass": {
"version": "1.34.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.34.0.tgz",
"integrity": "sha512-rHEN0BscqjUYuomUEaqq3BMgsXqQfkcMVR7UhscsAVub0/spUrZGBMxQXFS2kfiDsPLZw5yuU9iJEFNC2x38Qw==",
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz",
"integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
@ -1357,9 +1357,9 @@
}
},
"sass": {
"version": "1.34.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.34.0.tgz",
"integrity": "sha512-rHEN0BscqjUYuomUEaqq3BMgsXqQfkcMVR7UhscsAVub0/spUrZGBMxQXFS2kfiDsPLZw5yuU9iJEFNC2x38Qw==",
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz",
"integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"

View file

@ -20,6 +20,6 @@
"license": "MIT",
"devDependencies": {
"npm-run-all": "^4.1.5",
"sass": "^1.34.0"
"sass": "^1.35.1"
}
}