mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-03 15:47:37 +01:00
Bump gatsby-plugin-catch-links from 2.3.3 to 2.3.4
Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.3.4/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8a0ee74fc7
commit
b5c05e6729
18
package-lock.json
generated
18
package-lock.json
generated
@ -12934,12 +12934,22 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-catch-links": {
|
||||
"version": "2.3.3",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.3.tgz",
|
||||
"integrity": "sha512-iZnBwqLHQopLyZlZPh3CA8Wk5s5SjipVmShpQ5hxqrgYDoQJpFeyhcimXJmGK7BE/V36qu/ky+9blKN+2vy0rg==",
|
||||
"version": "2.3.4",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.4.tgz",
|
||||
"integrity": "sha512-O0zPqfz8qmfn9/LgSMVpvPqgWrckTFha46hMH9grPQ4GVNKmaaDm7RzE9pI/qTxxD0b8EkKHDaF2JM2BeDkVcw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"escape-string-regexp": "^1.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
|
||||
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-feed": {
|
||||
|
@ -43,7 +43,7 @@
|
||||
"fraction.js": "^4.0.12",
|
||||
"gatsby": "^2.22.15",
|
||||
"gatsby-image": "^2.4.5",
|
||||
"gatsby-plugin-catch-links": "^2.3.3",
|
||||
"gatsby-plugin-catch-links": "^2.3.4",
|
||||
"gatsby-plugin-feed": "^2.5.4",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
"gatsby-plugin-manifest": "^2.4.9",
|
||||
|
Loading…
Reference in New Issue
Block a user