mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
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:
parent
fc743af4f5
commit
8ef7995b3f
16
package-lock.json
generated
16
package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user