chore(deps): update dependency sass to ^1.54.3

This commit is contained in:
renovate[bot] 2022-08-04 23:19:19 +00:00 committed by GitHub
parent 19b42573f0
commit 4a25618435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.284",
"version": "1.1.285",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.284",
"version": "1.1.285",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^7.8.1",
@ -92,7 +92,7 @@
"prettier-plugin-packagejson": "^2.2.18",
"react-test-renderer": "^18.2.0",
"rimraf": "3.0.2",
"sass": "^1.54.2",
"sass": "^1.54.3",
"semantic-release": "^19.0.3",
"source-map-support": "^0.5.21",
"stylelint": "^14.9.1",
@ -26456,9 +26456,9 @@
}
},
"node_modules/sass": {
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
"integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
"version": "1.54.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
"integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@ -49844,9 +49844,9 @@
}
},
"sass": {
"version": "1.54.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz",
"integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==",
"version": "1.54.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
"integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",

View File

@ -130,7 +130,7 @@
"prettier-plugin-packagejson": "^2.2.18",
"react-test-renderer": "^18.2.0",
"rimraf": "3.0.2",
"sass": "^1.54.2",
"sass": "^1.54.3",
"semantic-release": "^19.0.3",
"source-map-support": "^0.5.21",
"stylelint": "^14.9.1",