chore(deps): update dependency sass to ^1.52.2

This commit is contained in:
Renovate Bot 2022-06-03 03:16:09 +00:00
parent 29c92938cc
commit 90dd3d9b63
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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.148",
"version": "1.1.149",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.148",
"version": "1.1.149",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^7.0.0",
@ -92,7 +92,7 @@
"prettier-plugin-packagejson": "^2.2.18",
"react-test-renderer": "^18.1.0",
"rimraf": "3.0.2",
"sass": "^1.52.1",
"sass": "^1.52.2",
"semantic-release": "^19.0.2",
"source-map-support": "^0.5.21",
"stylelint": "^14.8.5",
@ -26037,9 +26037,9 @@
}
},
"node_modules/sass": {
"version": "1.52.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.1.tgz",
"integrity": "sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==",
"version": "1.52.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.2.tgz",
"integrity": "sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@ -49070,9 +49070,9 @@
}
},
"sass": {
"version": "1.52.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.1.tgz",
"integrity": "sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==",
"version": "1.52.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.52.2.tgz",
"integrity": "sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==",
"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.1.0",
"rimraf": "3.0.2",
"sass": "^1.52.1",
"sass": "^1.52.2",
"semantic-release": "^19.0.2",
"source-map-support": "^0.5.21",
"stylelint": "^14.8.5",