mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
Merge pull request #229 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:
commit
f9a042a662
20
package-lock.json
generated
20
package-lock.json
generated
@ -10466,22 +10466,22 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-sharp": {
|
"gatsby-plugin-sharp": {
|
||||||
"version": "2.6.2",
|
"version": "2.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.3.tgz",
|
||||||
"integrity": "sha512-PjUjcZxr6pQpEFbv2KU1UkmDo5Amc4deU8Ih88EXoVU/4ZwreRKKC7pjKIeSm4V+E8RbRWAxLBQPxo0Qu81t0Q==",
|
"integrity": "sha512-9ZcQpDSEUpWtfbGvmjRXNZsPxg6/8cK/NwHnAXcdRy3vpsrHM7WGJH6W0NdT+GuZLFDRApm3TgAfUhVuwkdzmw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.9.6",
|
"@babel/runtime": "^7.9.6",
|
||||||
"async": "^2.6.3",
|
"async": "^2.6.3",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"gatsby-core-utils": "^1.2.1",
|
"gatsby-core-utils": "^1.2.2",
|
||||||
"got": "^8.3.2",
|
"got": "^8.3.2",
|
||||||
"imagemin": "^6.1.0",
|
"imagemin": "^6.1.0",
|
||||||
"imagemin-mozjpeg": "^8.0.0",
|
"imagemin-mozjpeg": "^8.0.0",
|
||||||
"imagemin-pngquant": "^6.0.1",
|
"imagemin-pngquant": "^6.0.1",
|
||||||
"imagemin-webp": "^5.1.0",
|
"imagemin-webp": "^5.1.0",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"mini-svg-data-uri": "^1.1.3",
|
"mini-svg-data-uri": "^1.2.3",
|
||||||
"potrace": "^2.1.6",
|
"potrace": "^2.1.6",
|
||||||
"probe-image-size": "^4.1.1",
|
"probe-image-size": "^4.1.1",
|
||||||
"progress": "^2.0.3",
|
"progress": "^2.0.3",
|
||||||
@ -10498,6 +10498,16 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "^4.17.14"
|
"lodash": "^4.17.14"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"gatsby-plugin-offline": "^3.2.1",
|
"gatsby-plugin-offline": "^3.2.1",
|
||||||
"gatsby-plugin-postcss": "^2.3.1",
|
"gatsby-plugin-postcss": "^2.3.1",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.1",
|
"gatsby-plugin-react-helmet": "^3.3.1",
|
||||||
"gatsby-plugin-sharp": "^2.6.2",
|
"gatsby-plugin-sharp": "^2.6.3",
|
||||||
"gatsby-plugin-sitemap": "^2.4.2",
|
"gatsby-plugin-sitemap": "^2.4.2",
|
||||||
"gatsby-plugin-svgr": "^2.0.2",
|
"gatsby-plugin-svgr": "^2.0.2",
|
||||||
"gatsby-plugin-use-dark-mode": "^1.1.2",
|
"gatsby-plugin-use-dark-mode": "^1.1.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user