mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-05 11:25:07 +01:00
Merge pull request #322 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.10
Bump gatsby-plugin-sharp from 2.6.9 to 2.6.10
This commit is contained in:
commit
1941e6c506
31
package-lock.json
generated
31
package-lock.json
generated
@ -13016,15 +13016,15 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
"version": "2.6.9",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.9.tgz",
|
||||
"integrity": "sha512-H90sUQoFxSYN1n7awKfzidltyf+Ho5YpVZxSdEnv3nermNT07sLLarCz3Mtg7DKnxSePmXuWz6Mu30+CgToQ0g==",
|
||||
"version": "2.6.10",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.10.tgz",
|
||||
"integrity": "sha512-XgA9D05UOCBjRuDjdQpltS1k48m43g/TF8HY7Cmx7tksFVQ7+Q8OVsgxtZhpbLyVJ6EglYaDA5OFvSkkrks2IA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"async": "^2.6.3",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^1.3.3",
|
||||
"gatsby-core-utils": "^1.3.4",
|
||||
"got": "^8.3.2",
|
||||
"imagemin": "^6.1.0",
|
||||
"imagemin-mozjpeg": "^8.0.0",
|
||||
@ -13041,6 +13041,14 @@
|
||||
"uuid": "^3.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
|
||||
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
},
|
||||
"async": {
|
||||
"version": "2.6.3",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
||||
@ -13058,6 +13066,19 @@
|
||||
"jsonfile": "^4.0.0",
|
||||
"universalify": "^0.1.0"
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.3.4",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.4.tgz",
|
||||
"integrity": "sha512-LSNwM14pKQP93Qvsa13pneHKxoKX6dbQ+Z7PTKm6aWR4JY+jiHUCN8RyFH1GsL6iB5AHeMUslJZx/X0eUQJrsQ==",
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"node-object-hash": "^2.0.0",
|
||||
"proper-lockfile": "^4.1.1",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -52,7 +52,7 @@
|
||||
"gatsby-plugin-offline": "^3.2.7",
|
||||
"gatsby-plugin-react-helmet": "^3.3.2",
|
||||
"gatsby-plugin-sass": "^2.3.3",
|
||||
"gatsby-plugin-sharp": "^2.6.9",
|
||||
"gatsby-plugin-sharp": "^2.6.10",
|
||||
"gatsby-plugin-sitemap": "^2.4.3",
|
||||
"gatsby-plugin-svgr": "^2.0.2",
|
||||
"gatsby-plugin-use-dark-mode": "^1.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user