mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
Bump gatsby-plugin-sass from 2.3.12 to 2.3.13
Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 2.3.12 to 2.3.13. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.3.13/packages/gatsby-plugin-sass) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
cc8d8186a5
commit
d938759167
2 changed files with 15 additions and 5 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -9226,12 +9226,22 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sass": {
|
||||
"version": "2.3.12",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.12.tgz",
|
||||
"integrity": "sha512-cQHp4bvK3a0xId4Q9K9/1ejGVMMOm/1I28ry7quVoHVomSB4SwNJpMTGSgSYAKn3gjsveUyL+ceCRWeiIavkPA==",
|
||||
"version": "2.3.13",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-2.3.13.tgz",
|
||||
"integrity": "sha512-lxxJjW0bNGidjS0NA1QedoJUwr889OTDQllDxGP65A2XK/CdR5AencijfXr3CD9aDGREGF5GkL+TS9oYKSqegQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.3",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"sass-loader": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
||||
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"gatsby-plugin-manifest": "^2.4.31",
|
||||
"gatsby-plugin-offline": "^3.2.23",
|
||||
"gatsby-plugin-react-helmet": "^3.3.10",
|
||||
"gatsby-plugin-sass": "^2.3.12",
|
||||
"gatsby-plugin-sass": "^2.3.13",
|
||||
"gatsby-plugin-sharp": "^2.6.36",
|
||||
"gatsby-plugin-sitemap": "^2.4.12",
|
||||
"gatsby-plugin-styled-components": "^3.3.11",
|
||||
|
|
Loading…
Add table
Reference in a new issue