From 3d4c93cf6c87f9a8180fd6236e1fd6589887b7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:24:27 +0000 Subject: [PATCH] Bump follow-redirect-url from 2.0.1 to 2.0.2 Bumps [follow-redirect-url](https://github.com/sthnaqvi/follow-redirect-url) from 2.0.1 to 2.0.2. - [Commits](https://github.com/sthnaqvi/follow-redirect-url/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: follow-redirect-url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c61aa55cb4f..d1ff689a7854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "date-fns": "^3.6.0", "encodeurl": "^2.0.0", "eslint-plugin-gatsby": "^1.0.2", - "follow-redirect-url": "^2.0.1", + "follow-redirect-url": "^2.0.2", "gatsby": "^4.25.8", "gatsby-plugin-feed": "^4.25.0", "gatsby-plugin-force-file-loader": "^4.0.2", @@ -13238,18 +13238,18 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" }, "node_modules/follow-redirect-url": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/follow-redirect-url/-/follow-redirect-url-2.0.1.tgz", - "integrity": "sha512-GIx4ysbIB/13H1/EBPWB4JW+tgeuLVANlKzvZkLH7Q92vrRoDLdLYFdmfYiPBisA/Fh5dg8B7TGV/C6IuJ0svw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/follow-redirect-url/-/follow-redirect-url-2.0.2.tgz", + "integrity": "sha512-fZE2hDQmnP4fa8nSbJe95s+NY5r8k5fXKJ90uCx2tA3XrMpu3q1n/TAVgiLO6dU4e185OznwNKQQAcwTtPdV7w==", "dependencies": { - "node-fetch": "^2.6.5" + "node-fetch": "^2.6.7" }, "bin": { "follow": "bin.js", "follow-redirect-url": "bin.js" }, "engines": { - "node": ">=10 <17.0.0" + "node": ">=10 <21.0.0" } }, "node_modules/follow-redirects": { diff --git a/package.json b/package.json index e90f21ae2ede..6360358e5e9d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "date-fns": "^3.6.0", "encodeurl": "^2.0.0", "eslint-plugin-gatsby": "^1.0.2", - "follow-redirect-url": "^2.0.1", + "follow-redirect-url": "^2.0.2", "gatsby": "^4.25.8", "gatsby-plugin-feed": "^4.25.0", "gatsby-plugin-force-file-loader": "^4.0.2",