From ff327f0470cbcaa8d2b39dfa7ce6bc85760512dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:05:39 +0000 Subject: [PATCH] Bump gatsby-redirect-from from 1.0.4 to 1.0.5 Bumps [gatsby-redirect-from](https://github.com/kremalicious/gatsby-redirect-from) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/kremalicious/gatsby-redirect-from/releases) - [Changelog](https://github.com/kremalicious/gatsby-redirect-from/blob/main/CHANGELOG.md) - [Commits](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: gatsby-redirect-from dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e111843..0c99f2eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-redirect-from": "^1.0.4", + "gatsby-redirect-from": "^1.0.5", "gatsby-remark-autolink-headers": "^6.12.0", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.0", @@ -16493,9 +16493,9 @@ } }, "node_modules/gatsby-redirect-from": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.4.tgz", - "integrity": "sha512-rSPhgt3QqQtkp+tC7SL8EqT5VSuSZoFQndk1TZ1LW/TSy3fZNqxZ3BebxoH4vuYyuYM1oCjWztRnJLulXjmlhw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.5.tgz", + "integrity": "sha512-bq0j1mGjMrRlWJIOnj8ALlHjjqvf9VslDjVPCaGyvs7vTWgl8r51B8H2FtblEt0D20rw/inFxHh6ZG4bfJ/Z2g==", "engines": { "node": ">=16" }, @@ -45748,9 +45748,9 @@ } }, "gatsby-redirect-from": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.4.tgz", - "integrity": "sha512-rSPhgt3QqQtkp+tC7SL8EqT5VSuSZoFQndk1TZ1LW/TSy3fZNqxZ3BebxoH4vuYyuYM1oCjWztRnJLulXjmlhw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.5.tgz", + "integrity": "sha512-bq0j1mGjMrRlWJIOnj8ALlHjjqvf9VslDjVPCaGyvs7vTWgl8r51B8H2FtblEt0D20rw/inFxHh6ZG4bfJ/Z2g==", "requires": {} }, "gatsby-remark-autolink-headers": { diff --git a/package.json b/package.json index 5f62454b..e18bd93b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-redirect-from": "^1.0.4", + "gatsby-redirect-from": "^1.0.5", "gatsby-remark-autolink-headers": "^6.12.0", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.0",