1
0
Fork 0

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-02 21:55:35 +02:00 committed by GitHub
parent fc743af4f5
commit 8ef7995b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -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": {

View File

@ -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",