1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-05 11:25:07 +01:00

Merge pull request #277 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.3

Bump gatsby-plugin-sharp from 2.6.2 to 2.6.3
This commit is contained in:
Matthias Kretschmann 2020-05-17 00:33:45 +02:00 committed by GitHub
commit 719993f90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

20
package-lock.json generated
View File

@ -11131,22 +11131,22 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.2.tgz",
"integrity": "sha512-PjUjcZxr6pQpEFbv2KU1UkmDo5Amc4deU8Ih88EXoVU/4ZwreRKKC7pjKIeSm4V+E8RbRWAxLBQPxo0Qu81t0Q==",
"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==",
"requires": {
"@babel/runtime": "^7.9.6",
"async": "^2.6.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.1",
"gatsby-core-utils": "^1.2.2",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.1",
"imagemin-webp": "^5.1.0",
"lodash": "^4.17.15",
"mini-svg-data-uri": "^1.1.3",
"mini-svg-data-uri": "^1.2.3",
"potrace": "^2.1.6",
"probe-image-size": "^4.1.1",
"progress": "^2.0.3",
@ -11173,6 +11173,16 @@
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
},
"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==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"node-object-hash": "^2.0.0"
}
}
}
},

View File

@ -52,7 +52,7 @@
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",