mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 10:16:53 +02:00
Merge pull request #13 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.12.0
Bump gatsby-plugin-sharp from 2.11.2 to 2.12.0
This commit is contained in:
commit
70a6c89cd0
2 changed files with 37 additions and 15 deletions
50
package-lock.json
generated
50
package-lock.json
generated
|
@ -10984,16 +10984,16 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
"version": "2.11.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.11.2.tgz",
|
||||
"integrity": "sha512-NzYWuH9M12xf7aoHL8ynvUJvmwq6JmJqYD62liUOV4hU+MR8iQH0A4qkHWTIMCs5J5WSILgR5p7T2x5JrSLIAA==",
|
||||
"version": "2.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.12.0.tgz",
|
||||
"integrity": "sha512-I9O9tPWT5noEhOJnqEeaQ4E9rfKSIKH+cN+xvmJcRPJP4HKcXQqs1NH/tbhKrNvuNyIQK+f8xGiXKeFVvQDcUA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"async": "^3.2.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^9.0.1",
|
||||
"gatsby-core-utils": "^1.7.1",
|
||||
"gatsby-telemetry": "^1.7.1",
|
||||
"gatsby-core-utils": "^1.8.0",
|
||||
"gatsby-telemetry": "^1.8.0",
|
||||
"got": "^10.7.0",
|
||||
"imagemin": "^7.0.1",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
|
@ -11003,8 +11003,8 @@
|
|||
"potrace": "^2.1.8",
|
||||
"probe-image-size": "^5.0.0",
|
||||
"progress": "^2.0.3",
|
||||
"semver": "^7.3.2",
|
||||
"sharp": "^0.26.3",
|
||||
"semver": "^7.3.4",
|
||||
"sharp": "^0.27.0",
|
||||
"svgo": "1.3.2",
|
||||
"uuid": "3.4.0"
|
||||
},
|
||||
|
@ -11022,6 +11022,11 @@
|
|||
"defer-to-connect": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"array-flatten": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz",
|
||||
"integrity": "sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA=="
|
||||
},
|
||||
"async": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz",
|
||||
|
@ -11066,9 +11071,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz",
|
||||
"integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==",
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz",
|
||||
"integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==",
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
|
@ -11105,9 +11110,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-telemetry": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.7.1.tgz",
|
||||
"integrity": "sha512-kLIjpspvnoCD7+5ybAv5uc/zc4NK8EMwlKEBHPxx7RJBEK220deD1ixtNEcO7nsDwH0Y+eE8Yom8qOPbr0F6Mw==",
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.8.0.tgz",
|
||||
"integrity": "sha512-vWhOVud2LUx0lQZvACSJtGB6ft1G9Uy/jp6RL82tXmWo+tpo0Ph6JeiYJAcqpQIa+cg73TYE6DGWq16bL/57UQ==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
|
@ -11117,7 +11122,7 @@
|
|||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^1.7.1",
|
||||
"gatsby-core-utils": "^1.8.0",
|
||||
"git-up": "^4.0.2",
|
||||
"is-docker": "^2.1.1",
|
||||
"lodash": "^4.17.20",
|
||||
|
@ -11229,6 +11234,23 @@
|
|||
"lowercase-keys": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"sharp": {
|
||||
"version": "0.27.0",
|
||||
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.27.0.tgz",
|
||||
"integrity": "sha512-II+YBCW3JuVWQZdpTEA2IBjJcYXPuoKo3AUqYuW+FK9Um93v2gPE2ihICCsN5nHTUoP8WCjqA83c096e8n//Rw==",
|
||||
"requires": {
|
||||
"array-flatten": "^3.0.0",
|
||||
"color": "^3.1.3",
|
||||
"detect-libc": "^1.0.3",
|
||||
"node-addon-api": "^3.1.0",
|
||||
"npmlog": "^4.1.2",
|
||||
"prebuild-install": "^6.0.0",
|
||||
"semver": "^7.3.4",
|
||||
"simple-get": "^4.0.0",
|
||||
"tar-fs": "^2.1.1",
|
||||
"tunnel-agent": "^0.6.0"
|
||||
}
|
||||
},
|
||||
"to-readable-stream": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"gatsby-plugin-react-i18next": "0.0.27",
|
||||
"gatsby-plugin-robots-txt": "^1.5.5",
|
||||
"gatsby-plugin-sass": "^2.8.0",
|
||||
"gatsby-plugin-sharp": "^2.11.2",
|
||||
"gatsby-plugin-sharp": "^2.12.0",
|
||||
"gatsby-plugin-sitemap": "^2.10.0",
|
||||
"gatsby-source-filesystem": "^2.9.0",
|
||||
"gatsby-transformer-json": "^2.9.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue