1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-13 16:45:12 +01:00

Merge pull request #241 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.6

Bump gatsby-plugin-sharp from 2.6.3 to 2.6.6
This commit is contained in:
Matthias Kretschmann 2020-05-20 09:30:09 +02:00 committed by GitHub
commit 2f4cc381fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

19
package-lock.json generated
View File

@ -10550,15 +10550,15 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.3.tgz",
"integrity": "sha512-9ZcQpDSEUpWtfbGvmjRXNZsPxg6/8cK/NwHnAXcdRy3vpsrHM7WGJH6W0NdT+GuZLFDRApm3TgAfUhVuwkdzmw==",
"version": "2.6.6",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.6.tgz",
"integrity": "sha512-jf3rv1huON0x5IKm6Vi6cVHo9pI4CRGOF6vaOVZY2fI7MVzEihOB1qg8Otqfg2DjoWzX6aWvvcspsS98U6pRqA==",
"requires": {
"@babel/runtime": "^7.9.6",
"async": "^2.6.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.2",
"gatsby-core-utils": "^1.3.0",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
@ -10584,13 +10584,16 @@
}
},
"gatsby-core-utils": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz",
"integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"node-object-hash": "^2.0.0"
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
}
}

View File

@ -31,7 +31,7 @@
"gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-postcss": "^2.3.1",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",