From 8ef7995b3fc41f7b04a732cf4173cd96b7b4bbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:55:35 +0200 Subject: [PATCH] Bump gatsby-redirect-from from 0.4.1 to 0.4.2 (#568) Bumps [gatsby-redirect-from](https://github.com/kremalicious/gatsby-redirect-from) from 0.4.1 to 0.4.2. - [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/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: gatsby-redirect-from dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 133543bb..8e84ceef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24", "gatsby-plugin-webpack-size": "^2.0.1", - "gatsby-redirect-from": "^0.4.1", + "gatsby-redirect-from": "^0.4.2", "gatsby-remark-autolink-headers": "^4.9.0", "gatsby-remark-copy-linked-files": "^4.9.0", "gatsby-remark-images": "^5.9.0", @@ -14605,14 +14605,14 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-redirect-from": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.4.1.tgz", - "integrity": "sha512-rzg62vl9rK4aeR6vQ5Tst4d2TpVCPOIsVwcCQNH8ZVrmTt4F9gGQNK2TtgfAE5uLjdEswFYX2sF/uB/sD0Mu1A==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.4.2.tgz", + "integrity": "sha512-bTInpTjc1vpeSRVlJlP11g0b0YXOrfLWhmeEVv/Y2SeD9c0WHg5KDQaDq1jpFRF60BoAr94QJlnhMeCKqfCT8A==", "engines": { "node": ">=12" }, "peerDependencies": { - "gatsby": "^2.0.0 || ^3.0.0", + "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0", "gatsby-plugin-meta-redirect": ">=1.1.0" } }, @@ -44283,9 +44283,9 @@ } }, "gatsby-redirect-from": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.4.1.tgz", - "integrity": "sha512-rzg62vl9rK4aeR6vQ5Tst4d2TpVCPOIsVwcCQNH8ZVrmTt4F9gGQNK2TtgfAE5uLjdEswFYX2sF/uB/sD0Mu1A==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.4.2.tgz", + "integrity": "sha512-bTInpTjc1vpeSRVlJlP11g0b0YXOrfLWhmeEVv/Y2SeD9c0WHg5KDQaDq1jpFRF60BoAr94QJlnhMeCKqfCT8A==", "requires": {} }, "gatsby-remark-autolink-headers": { diff --git a/package.json b/package.json index 068f7f3a..9e6d572e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24", "gatsby-plugin-webpack-size": "^2.0.1", - "gatsby-redirect-from": "^0.4.1", + "gatsby-redirect-from": "^0.4.2", "gatsby-remark-autolink-headers": "^4.9.0", "gatsby-remark-copy-linked-files": "^4.9.0", "gatsby-remark-images": "^5.9.0",