Skip to content

Commit

Permalink
chore(deps): update semver (#32979)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 1, 2021
1 parent d8a166f commit ecf1fa7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node-fetch": "^2.5.10",
"@types/normalize-path": "^3.0.0",
"@types/react": "^16.14.8",
"@types/semver": "^7.3.6",
"@types/semver": "^7.3.8",
"@types/signal-exit": "^3.0.0",
"@types/stack-trace": "^0.0.29",
"@types/webpack-merge": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prompts": "^2.3.2",
"redux": "^4.0.5",
"resolve-cwd": "^3.0.0",
"semver": "^7.3.2",
"semver": "^7.3.5",
"signal-exit": "^3.0.3",
"source-map": "0.7.3",
"stack-trace": "^0.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"potrace": "^2.1.8",
"probe-image-size": "^6.0.0",
"progress": "^2.0.3",
"semver": "^7.3.4",
"semver": "^7.3.5",
"sharp": "^0.29.0",
"svgo": "1.3.2",
"uuid": "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"remark-parse": "^6.0.3",
"remark-stringify": "^8.1.0",
"resolve-from": "^5.0.0",
"semver": "^7.3.2",
"semver": "^7.3.5",
"single-trailing-newline": "^1.0.0",
"strip-ansi": "^6.0.0",
"style-to-object": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cheerio": "^1.0.0-rc.10",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"semver": "^7.3.2",
"semver": "^7.3.5",
"sharp": "^0.29.0",
"unist-util-select": "^3.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"p-queue": "^6.3.0",
"read-chunk": "^3.2.0",
"replaceall": "^0.1.6",
"semver": "^7.3.2",
"semver": "^7.3.5",
"valid-url": "^1.0.9"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"resolve-from": "^5.0.0",
"semver": "^7.3.2",
"semver": "^7.3.5",
"shallow-compare": "^1.2.2",
"signal-exit": "^3.0.3",
"slugify": "^1.4.4",
Expand Down Expand Up @@ -164,7 +164,7 @@
"@types/normalize-path": "^3.0.0",
"@types/reach__router": "^1.3.5",
"@types/react-dom": "^17.0.9",
"@types/semver": "^7.1.0",
"@types/semver": "^7.3.8",
"@types/signal-exit": "^3.0.0",
"@types/string-similarity": "^3.0.0",
"@types/tmp": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4920,7 +4920,7 @@
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==

"@types/semver@^7.1.0", "@types/semver@^7.3.6", "@types/semver@^7.3.8":
"@types/semver@^7.3.8":
version "7.3.8"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.8.tgz#508a27995498d7586dcecd77c25e289bfaf90c59"
integrity sha512-D/2EJvAlCEtYFEYmmlGwbGXuK886HzyCc3nZX/tkFTQdEU8jZDAgiv08P162yB17y4ZXZoq7yFAnW4GDBb9Now==
Expand Down

0 comments on commit ecf1fa7

Please sign in to comment.