Merge pull request #101 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.4.13
This commit is contained in:
commit
b3fd8bae13
|
@ -14,7 +14,7 @@
|
|||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||
"gatsby-plugin-sass": "^2.1.31",
|
||||
"gatsby-plugin-sharp": "^2.4.12",
|
||||
"gatsby-plugin-sharp": "^2.4.13",
|
||||
"gatsby-source-filesystem": "^2.1.57",
|
||||
"gatsby-transformer-sharp": "^2.3.19",
|
||||
"jsonp": "^0.2.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -5564,7 +5564,7 @@ gatsby-cli@^2.10.13:
|
|||
ink "^2.7.1"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-core-utils@^1.0.33, gatsby-core-utils@^1.0.34:
|
||||
gatsby-core-utils@^1.0.34:
|
||||
version "1.0.34"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.34.tgz#beaa3e460ab48036a7e40ecfc18636eaa1963d51"
|
||||
integrity sha512-CVuUQTVY+0X7vAqFnDeRT0ZkN0tUXvk6GLvUqfmoOzBvX9HphiR0VTi1tEYrsc5DSaz7Oyhr0vdp8j/e96rH1w==
|
||||
|
@ -5668,16 +5668,16 @@ gatsby-plugin-sass@^2.1.31:
|
|||
"@babel/runtime" "^7.8.7"
|
||||
sass-loader "^7.3.1"
|
||||
|
||||
gatsby-plugin-sharp@^2.4.12:
|
||||
version "2.4.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.12.tgz#36d8e6eb5d33c431ad75ff324247ab42214387c1"
|
||||
integrity sha512-bgyPIiAxlYavSEtPspG/fsniP8Lzsof+ZwAz2D9TcLy8plWuUXRxiOlkOfrKbqWKlWqZTXZ8vfwEezCfkPYP/w==
|
||||
gatsby-plugin-sharp@^2.4.13:
|
||||
version "2.4.13"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.13.tgz#da47cfd8a0d80fc35b7bb072d8a84f6f4f29116d"
|
||||
integrity sha512-ogRe5CxBIBZ0R76t7F3F1ji00BO7qnTO4vZkREaSxDBwgY6SOGKT8uie497Ej6usfarc9XQ/jMnXBu5EkrT4tA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.6"
|
||||
"@babel/runtime" "^7.8.7"
|
||||
async "^2.6.3"
|
||||
bluebird "^3.7.2"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.0.33"
|
||||
gatsby-core-utils "^1.0.34"
|
||||
got "^8.3.2"
|
||||
imagemin "^6.1.0"
|
||||
imagemin-mozjpeg "^8.0.0"
|
||||
|
@ -5691,7 +5691,7 @@ gatsby-plugin-sharp@^2.4.12:
|
|||
semver "^5.7.1"
|
||||
sharp "^0.23.4"
|
||||
svgo "1.3.2"
|
||||
uuid "^3.3.3"
|
||||
uuid "^3.4.0"
|
||||
|
||||
gatsby-react-router-scroll@^2.1.25:
|
||||
version "2.1.25"
|
||||
|
@ -12902,7 +12902,7 @@ utils-merge@1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
||||
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
||||
|
||||
uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0:
|
||||
uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
||||
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
||||
|
|
Reference in New Issue