1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

downgrade and lock gatsby-plugin-sharp

This commit is contained in:
Matthias Kretschmann 2019-11-16 16:13:40 +01:00
parent b41b837853
commit b643a2128c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 10 deletions

12
package-lock.json generated
View File

@ -11334,9 +11334,9 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.3.0.tgz",
"integrity": "sha512-xtsyCT6EtBAU3447MqbzLn1jmH+JxKiJ8RFV1fSal+kF97YMDOF/dpaR0TiTuDuezCu+NNWJzxDJm+awuyvSjQ==",
"version": "2.2.39",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.39.tgz",
"integrity": "sha512-qBqs7uD4s3si0aHYAFIpMCKNoRMou26w6fIuUi5ymbuL3xeRj/a9/mc7O4QJajm3i9EgC8eVEzEmGWOMmBhyQQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"async": "^2.6.3",
@ -11350,7 +11350,6 @@
"imagemin-webp": "^5.1.0",
"lodash": "^4.17.15",
"mini-svg-data-uri": "^1.1.3",
"p-defer": "^3.0.0",
"potrace": "^2.1.2",
"probe-image-size": "^4.1.1",
"progress": "^2.0.3",
@ -11408,11 +11407,6 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"p-defer": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/p-defer/-/p-defer-3.0.0.tgz",
"integrity": "sha512-ugZxsxmtTln604yeYd29EGrNhazN2lywetzpKhfmQjW/VJmhpDmWbiX+h0zL8V91R0UXkhb3KtPmyq9PZw3aYw=="
},
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",

View File

@ -32,7 +32,7 @@
"gatsby-plugin-offline": "^3.0.21",
"gatsby-plugin-react-helmet": "^3.1.15",
"gatsby-plugin-sass": "^2.1.23",
"gatsby-plugin-sharp": "^2.3.0",
"gatsby-plugin-sharp": "2.2.39",
"gatsby-plugin-sitemap": "^2.2.21",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^1.0.0",