mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
fix: upgrade gatsby from 5.12.4 to 5.12.5
Snyk has created this PR to upgrade gatsby from 5.12.4 to 5.12.5. See this package in npm: https://www.npmjs.com/package/gatsby See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
0e0d470ef5
commit
dae867c1b0
18
package-lock.json
generated
18
package-lock.json
generated
@ -14,7 +14,7 @@
|
|||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"disqus-react": "^1.1.5",
|
"disqus-react": "^1.1.5",
|
||||||
"gatsby": "^5.12.4",
|
"gatsby": "^5.12.5",
|
||||||
"gatsby-link": "^5.12.0",
|
"gatsby-link": "^5.12.0",
|
||||||
"gatsby-plugin-catch-links": "^5.12.0",
|
"gatsby-plugin-catch-links": "^5.12.0",
|
||||||
"gatsby-plugin-feed": "^5.12.0",
|
"gatsby-plugin-feed": "^5.12.0",
|
||||||
@ -15252,9 +15252,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby": {
|
"node_modules/gatsby": {
|
||||||
"version": "5.12.4",
|
"version": "5.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.4.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.5.tgz",
|
||||||
"integrity": "sha512-FVUKCrZUxA80uhrTMli5B3AVaJeJJfM4rVbHeoi1Vae4Z1/EBYPDxamVLRVPDHGluhThiyPlZ6/32DAop7NQiQ==",
|
"integrity": "sha512-7BCWmzY+Gmy8PpByzEpvQnZu0fOiDPSiU35HRnjL5yJjGm1j3d7YymIs54j14h5ENJ3ep6QhRbJ0z590CjNxDg==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.18.6",
|
"@babel/code-frame": "^7.18.6",
|
||||||
@ -15340,7 +15340,7 @@
|
|||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"gatsby-cli": "^5.12.1",
|
"gatsby-cli": "^5.12.1",
|
||||||
"gatsby-core-utils": "^4.12.0",
|
"gatsby-core-utils": "^4.12.0",
|
||||||
"gatsby-graphiql-explorer": "^3.12.0",
|
"gatsby-graphiql-explorer": "^3.12.1",
|
||||||
"gatsby-legacy-polyfills": "^3.12.0",
|
"gatsby-legacy-polyfills": "^3.12.0",
|
||||||
"gatsby-link": "^5.12.0",
|
"gatsby-link": "^5.12.0",
|
||||||
"gatsby-page-utils": "^3.12.0",
|
"gatsby-page-utils": "^3.12.0",
|
||||||
@ -15757,11 +15757,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-graphiql-explorer": {
|
"node_modules/gatsby-graphiql-explorer": {
|
||||||
"version": "3.12.0",
|
"version": "3.12.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.12.1.tgz",
|
||||||
"integrity": "sha512-vr86oLhif5uZ+VSTE34DYjtBDCIHWpJHh4+65fmgZh+WtDv1lyONJ/WWmyD+dNMHlGsZtR6wVvBjrj5iFRDGRw==",
|
"integrity": "sha512-c2iG+4nAft2cTS9zgnPUAYNBtxTWGKjI26QIfjuo25j7/klnz8rLQYdj6TA4Z2Y3yyTyBspAHr9ho6zvOHlBJg==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=14.15.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-legacy-polyfills": {
|
"node_modules/gatsby-legacy-polyfills": {
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"disqus-react": "^1.1.5",
|
"disqus-react": "^1.1.5",
|
||||||
"gatsby": "^5.12.4",
|
"gatsby": "^5.12.5",
|
||||||
"gatsby-link": "^5.12.0",
|
"gatsby-link": "^5.12.0",
|
||||||
"gatsby-plugin-catch-links": "^5.12.0",
|
"gatsby-plugin-catch-links": "^5.12.0",
|
||||||
"gatsby-plugin-feed": "^5.12.0",
|
"gatsby-plugin-feed": "^5.12.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user