From f764ba0fe4ba9eea337e1af03d7dc57e0f71c11d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 08:15:48 +0000 Subject: [PATCH] fix(deps): update dependency semver to ^7.5.0 --- packages/gatsby-cli/package.json | 2 +- packages/gatsby-plugin-image/package.json | 2 +- packages/gatsby-plugin-manifest/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-remark-images-contentful/package.json | 2 +- packages/gatsby-source-contentful/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- packages/gatsby-transformer-sharp/package.json | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 9 ++++++++- 10 files changed, 17 insertions(+), 10 deletions(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 1c6cc97d3793e..54da194355304 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -44,7 +44,7 @@ "prompts": "^2.4.2", "redux": "4.2.1", "resolve-cwd": "^3.0.0", - "semver": "^7.3.8", + "semver": "^7.5.0", "signal-exit": "^3.0.7", "stack-trace": "^0.0.10", "strip-ansi": "^6.0.1", diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 40debc09427cf..0ebaefb5be8ca 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -61,7 +61,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.21", "prepend-directive": "^1.1.0", - "semver": "^7.3.8", + "semver": "^7.5.0", "terser": "^5.16.8", "typescript": "^5.0.3" }, diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 4e4f2895465cd..0a0d6532c76d0 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -10,7 +10,7 @@ "@babel/runtime": "^7.20.13", "gatsby-core-utils": "^4.10.0-next.1", "gatsby-plugin-utils": "^4.10.0-next.1", - "semver": "^7.3.8", + "semver": "^7.5.0", "sharp": "^0.31.3" }, "devDependencies": { diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 210812e88d019..ec918ca015f2c 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-utils": "^4.10.0-next.1", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", - "semver": "^7.3.8", + "semver": "^7.5.0", "sharp": "^0.31.3" }, "devDependencies": { diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 909edd23aa6b1..b03ceb6917137 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -21,7 +21,7 @@ "cheerio": "^1.0.0-rc.10", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", - "semver": "^7.3.8", + "semver": "^7.5.0", "sharp": "^0.31.3", "unist-util-select": "^3.0.4" }, diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index f21e0383042c2..bd7c6ce4bbb61 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -23,7 +23,7 @@ "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", "node-fetch": "^2.6.9", - "semver": "^7.3.8", + "semver": "^7.5.0", "url": "^0.11.0" }, "devDependencies": { diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 63761eb9b3de2..80e06102994e2 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -40,7 +40,7 @@ "prettier": "^2.8.8", "read-chunk": "^3.2.0", "replaceall": "^0.1.6", - "semver": "^7.3.8", + "semver": "^7.5.0", "sharp": "^0.31.3", "valid-url": "^1.0.9" }, diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index f75389b254785..54b807397d75b 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -13,7 +13,7 @@ "fs-extra": "^11.1.1", "gatsby-plugin-utils": "^4.10.0-next.1", "probe-image-size": "^7.2.3", - "semver": "^7.3.8", + "semver": "^7.5.0", "sharp": "^0.31.3" }, "devDependencies": { diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 4de077ac5cec3..20814d51b02ad 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -150,7 +150,7 @@ "redux": "4.2.1", "redux-thunk": "^2.4.2", "resolve-from": "^5.0.0", - "semver": "^7.3.8", + "semver": "^7.5.0", "shallow-compare": "^1.2.2", "signal-exit": "^3.0.7", "slugify": "^1.6.5", diff --git a/yarn.lock b/yarn.lock index 9ac1c238add61..b9646ba3e96a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21234,7 +21234,7 @@ semver-diff@^2.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== -semver@7.3.8, semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8: +semver@7.3.8: version "7.3.8" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== @@ -21246,6 +21246,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0" + integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA== + dependencies: + lru-cache "^6.0.0" + send@0.18.0: version "0.18.0" resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"