Skip to content

Commit 1527116

Browse files
authored
Merge pull request #73 from jmau111/dependabot/npm_and_yarn/gatsby-plugin-manifest-4.21.0
Bump gatsby-plugin-manifest from 4.18.0 to 4.21.0
2 parents 1d488ec + dea363f commit 1527116

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"gatsby": "^4.18.0",
30-
"gatsby-plugin-manifest": "^4.18.0",
30+
"gatsby-plugin-manifest": "^4.21.0",
3131
"gatsby-plugin-offline": "^5.21.0",
3232
"gatsby-plugin-preact": "^6.18.0",
3333
"gatsby-plugin-react-helmet": "^5.18.0",

yarn.lock

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,6 +3216,13 @@
32163216
dependencies:
32173217
"@types/node" "*"
32183218

3219+
"@types/sharp@^0.30.5":
3220+
version "0.30.5"
3221+
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.30.5.tgz#d75d91f7acf5260525aeae229845046dcff6d17a"
3222+
integrity sha512-EhO29617AIBqxoVtpd1qdBanWpspk/kD2B6qTFRJ31Q23Rdf+DNU1xlHSwtqvwq1vgOqBwq1i38SX+HGCymIQg==
3223+
dependencies:
3224+
"@types/node" "*"
3225+
32193226
"@types/tmp@^0.0.33":
32203227
version "0.0.33"
32213228
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d"
@@ -6997,16 +7004,16 @@ gatsby-parcel-config@0.9.0:
69977004
"@parcel/transformer-raw" "2.6.0"
69987005
"@parcel/transformer-react-refresh-wrap" "2.6.0"
69997006

7000-
gatsby-plugin-manifest@^4.18.0:
7001-
version "4.18.0"
7002-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.18.0.tgz#4a7f0251e260709415c520fffcc92ae3a2ce65cb"
7003-
integrity sha512-UqyENX8vwl9toCVnfdhVX/P7NZApG4FvXoDdkxfI53tKoFv93rIisb2IUGQeZZP9jHXprGlnP3y8dgTAmz5Ubw==
7007+
gatsby-plugin-manifest@^4.21.0:
7008+
version "4.21.0"
7009+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.21.0.tgz#15f0c6905be2604e22f2f7dddf239411393ab8f4"
7010+
integrity sha512-QzP7J2KKRrpENq5lm85jvLvW/xYCN7bfziaUyfxiip+ztHlF+E8XToxsHZqyLlgZrKoB/cUV6zu7vHpqoYFOQQ==
70047011
dependencies:
70057012
"@babel/runtime" "^7.15.4"
7006-
gatsby-core-utils "^3.18.0"
7007-
gatsby-plugin-utils "^3.12.0"
7013+
gatsby-core-utils "^3.21.0"
7014+
gatsby-plugin-utils "^3.15.0"
70087015
semver "^7.3.7"
7009-
sharp "^0.30.3"
7016+
sharp "^0.30.7"
70107017

70117018
gatsby-plugin-offline@^5.21.0:
70127019
version "5.21.0"
@@ -7101,16 +7108,17 @@ gatsby-plugin-typescript@^4.18.0:
71017108
"@babel/runtime" "^7.15.4"
71027109
babel-plugin-remove-graphql-queries "^4.18.0"
71037110

7104-
gatsby-plugin-utils@^3.12.0:
7105-
version "3.12.0"
7106-
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.12.0.tgz#c286753c9ea96f40bbcf850b260883533bfca6b3"
7107-
integrity sha512-vdz3qwaCOkvgzAxMkZlgpmpWf555jISwek5lyWYhGyJJvXYV8KQ2cZ4CoOfFKAYVeZVSucrHcdWyY3fLLpQvAA==
7111+
gatsby-plugin-utils@^3.12.0, gatsby-plugin-utils@^3.15.0:
7112+
version "3.15.0"
7113+
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.15.0.tgz#1d1d7a3e696c38aa7db848e0d52aaa4ded841172"
7114+
integrity sha512-O4dm4ntakCoQZnnnS4oGihtT48Rrh888fMpcxj0zWu/6/8Uyz8IgagJyJAz0MMdcfhrLIE+X8Rszjk8hINDQhA==
71087115
dependencies:
71097116
"@babel/runtime" "^7.15.4"
71107117
"@gatsbyjs/potrace" "^2.2.0"
7118+
fastq "^1.13.0"
71117119
fs-extra "^10.1.0"
7112-
gatsby-core-utils "^3.18.0"
7113-
gatsby-sharp "^0.12.0"
7120+
gatsby-core-utils "^3.21.0"
7121+
gatsby-sharp "^0.15.0"
71147122
graphql-compose "^9.0.7"
71157123
import-from "^4.0.0"
71167124
joi "^17.4.2"
@@ -7139,6 +7147,14 @@ gatsby-sharp@^0.12.0:
71397147
"@types/sharp" "^0.30.0"
71407148
sharp "^0.30.3"
71417149

7150+
gatsby-sharp@^0.15.0:
7151+
version "0.15.0"
7152+
resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.15.0.tgz#a911f9ffe0efee947ae762b83fb0c8f343c87195"
7153+
integrity sha512-JtW6lLW5GmuQSyZ5l64Cg1qjXhFsMDAf9nzc2RC8srf6hsr2ifI0vTCHh0jImFXQqseaQ3HVlbCKYMbDtXXCIg==
7154+
dependencies:
7155+
"@types/sharp" "^0.30.5"
7156+
sharp "^0.30.7"
7157+
71427158
gatsby-source-filesystem@^4.21.1:
71437159
version "4.21.1"
71447160
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.21.1.tgz#e1666090b6d4cd71bd8f142b9327c7b4d00d46f6"
@@ -12170,7 +12186,7 @@ shallow-compare@^1.2.2:
1217012186
resolved "https://registry.yarnpkg.com/shallow-compare/-/shallow-compare-1.2.2.tgz#fa4794627bf455a47c4f56881d8a6132d581ffdb"
1217112187
integrity sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==
1217212188

12173-
sharp@^0.30.3:
12189+
sharp@^0.30.3, sharp@^0.30.7:
1217412190
version "0.30.7"
1217512191
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c"
1217612192
integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==

0 commit comments

Comments
 (0)