1
0
Fork 0

Merge pull request #329 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-catch-links-2.3.4

Bump gatsby-plugin-catch-links from 2.3.3 to 2.3.4
This commit is contained in:
Matthias Kretschmann 2020-06-03 13:50:59 +02:00 committed by GitHub
commit c388f09185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@ -12874,12 +12874,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": {

View File

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