chore(deps): update dependency sass to ^1.54.6

This commit is contained in:
renovate[bot] 2022-08-30 02:33:28 +00:00 committed by GitHub
parent 00910011d7
commit a05113e0b2
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.339",
"version": "1.1.340",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.339",
"version": "1.1.340",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^7.10.0",
@ -92,7 +92,7 @@
"prettier-plugin-packagejson": "^2.2.18",
"react-test-renderer": "^18.2.0",
"rimraf": "3.0.2",
"sass": "^1.54.5",
"sass": "^1.54.6",
"semantic-release": "^19.0.5",
"source-map-support": "^0.5.21",
"stylelint": "^14.11.0",
@ -26434,9 +26434,9 @@
}
},
"node_modules/sass": {
"version": "1.54.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
"integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
"version": "1.54.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.6.tgz",
"integrity": "sha512-DUqJjR2WxXBcZjRSZX5gCVyU+9fuC2qDfFzoKX9rV4rCOcec5mPtEafTcfsyL3YJuLONjWylBne+uXVh5rrmFw==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@ -49800,9 +49800,9 @@
}
},
"sass": {
"version": "1.54.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
"integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
"version": "1.54.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.6.tgz",
"integrity": "sha512-DUqJjR2WxXBcZjRSZX5gCVyU+9fuC2qDfFzoKX9rV4rCOcec5mPtEafTcfsyL3YJuLONjWylBne+uXVh5rrmFw==",
"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.5",
"sass": "^1.54.6",
"semantic-release": "^19.0.5",
"source-map-support": "^0.5.21",
"stylelint": "^14.11.0",