Skip to content

Commit 4dc6c92

Browse files
authored
Merge pull request #69 from tatsuo48/dependabot/npm_and_yarn/gatsby-plugin-manifest-3.3.0
Bump gatsby-plugin-manifest from 2.4.2 to 3.3.0
2 parents e1c4bee + 6e4672a commit 4dc6c92

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gatsby-image": "^3.0.0",
1616
"gatsby-plugin-feed": "^2.13.1",
1717
"gatsby-plugin-google-analytics": "^2.11.0",
18-
"gatsby-plugin-manifest": "^2.0.25",
18+
"gatsby-plugin-manifest": "^2.12.1",
1919
"gatsby-plugin-offline": "^2.0.25",
2020
"gatsby-plugin-react-helmet": "^3.10.0",
2121
"gatsby-plugin-sharp": "^2.0.32",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6466,15 +6466,16 @@ gatsby-plugin-google-analytics@^2.11.0:
64666466
"@babel/runtime" "^7.12.5"
64676467
minimatch "3.0.4"
64686468

6469-
gatsby-plugin-manifest@^2.0.25:
6470-
version "2.4.2"
6471-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz#0a9605a778a8e30ce047b9b3701031b9bde61d6b"
6472-
integrity sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w==
6469+
gatsby-plugin-manifest@^2.12.1:
6470+
version "2.12.1"
6471+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.12.1.tgz#d92f23d2d17d3c69445ef7b7842e5441e8dd785e"
6472+
integrity sha512-Kiom3IHQ+hsRA/yt+XcBdOn1q+Rqbso5Iw0mXQQg+F+8U23sU66NaJY67ZXUkW8iwU25SOrwZaSw49C8BV0EGw==
64736473
dependencies:
6474-
"@babel/runtime" "^7.9.6"
6475-
gatsby-core-utils "^1.2.1"
6476-
semver "^5.7.1"
6477-
sharp "^0.25.1"
6474+
"@babel/runtime" "^7.12.5"
6475+
gatsby-core-utils "^1.10.1"
6476+
gatsby-plugin-utils "^0.9.0"
6477+
semver "^7.3.2"
6478+
sharp "^0.27.0"
64786479

64796480
gatsby-plugin-offline@^2.0.25:
64806481
version "2.2.10"

0 commit comments

Comments
 (0)