Skip to content

Commit 23ae9ba

Browse files
committed
fix(deps): update gatsby-plugin-manifest to v2.1.1
1 parent fd9ff5d commit 23ae9ba

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dotenv": "7.0.0",
4747
"gatsby": "2.4.1",
4848
"gatsby-plugin-emotion": "4.0.6",
49-
"gatsby-plugin-manifest": "2.1.0",
49+
"gatsby-plugin-manifest": "2.1.1",
5050
"gatsby-plugin-netlify": "2.0.16",
5151
"gatsby-plugin-offline": "2.1.0",
5252
"gatsby-plugin-react-helmet": "3.0.12",

yarn.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -6561,13 +6561,14 @@ [email protected]:
65616561
"@babel/runtime" "^7.0.0"
65626562
"@emotion/babel-preset-css-prop" "^10.0.5"
65636563

6564-
6565-
version "2.1.0"
6566-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.1.0.tgz#734dec98710eb79e77c9b7a8332a85db8a5030f0"
6567-
integrity sha512-oY51ZTQOBzB3JdmINqfusZeYVY4HoQlEUtqVr+HhGXk05iILN19NBfIFCQIogAkK+iYRJyW3D3yHyGc2gOSgcA==
6564+
6565+
version "2.1.1"
6566+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.1.1.tgz#e987d6e655b1dcfba6e10d65ff20722aaeb75391"
6567+
integrity sha512-KUjuMUjfPRTkpTxKWopCJbhByHd/nHUIJ7GtwIPD8lR0RVX1U2MHqNGApRQyq5VLrOKZB/2L/LuyZQGnvKxlfQ==
65686568
dependencies:
65696569
"@babel/runtime" "^7.0.0"
6570-
sharp "^0.21.3"
6570+
semver "^5.6.0"
6571+
sharp "^0.22.1"
65716572

65726573
65736574
version "2.0.16"
@@ -12771,7 +12772,7 @@ shallowequal@^1.0.1, shallowequal@^1.0.2:
1277112772
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1277212773
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1277312774

12774-
[email protected], sharp@^0.21.3:
12775+
[email protected], sharp@^0.22.1:
1277512776
version "0.22.1"
1277612777
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.22.1.tgz#a67c0e75567f03dd5a7861b901fec04072c5b0f4"
1277712778
integrity sha512-lXzSk/FL5b/MpWrT1pQZneKe25stVjEbl6uhhJcTULm7PhmJgKKRbTDM/vtjyUuC/RLqL2PRyC4rpKwbv3soEw==

0 commit comments

Comments
 (0)