mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
fix: upgrade gatsby-plugin-image from 3.11.0 to 3.12.0
Snyk has created this PR to upgrade gatsby-plugin-image from 3.11.0 to 3.12.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-image 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
372510262b
commit
05662d2c49
44
package-lock.json
generated
44
package-lock.json
generated
@ -19,7 +19,7 @@
|
||||
"gatsby-plugin-catch-links": "^5.11.0",
|
||||
"gatsby-plugin-feed": "^5.11.0",
|
||||
"gatsby-plugin-google-gtag": "^5.11.0",
|
||||
"gatsby-plugin-image": "^3.11.0",
|
||||
"gatsby-plugin-image": "^3.12.0",
|
||||
"gatsby-plugin-manifest": "^5.11.0",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||
"gatsby-plugin-react-helmet": "^6.11.0",
|
||||
@ -9068,13 +9068,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/babel-plugin-remove-graphql-queries": {
|
||||
"version": "5.11.0",
|
||||
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.11.0.tgz",
|
||||
"integrity": "sha512-C/3oy0V6dkNy4M4SeQ4iAPBujTdfoXV9R/NOk7b7q3rsNCRc6Cch+3jKZlsi2k8KvVwLvhWMC72/XyjeCMXjDg==",
|
||||
"version": "5.12.0",
|
||||
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.12.0.tgz",
|
||||
"integrity": "sha512-9lLU6pYKtS0tSfqzehAHp1ODgTzOtoZPIkVfmjCTxATtEmgCO+Z8tptdW+pcp2cKEs9BIJ6SuOkE47SEXxVeiw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@babel/types": "^7.20.7",
|
||||
"gatsby-core-utils": "^4.11.0"
|
||||
"gatsby-core-utils": "^4.12.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
@ -15473,9 +15473,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-core-utils": {
|
||||
"version": "4.11.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.11.0.tgz",
|
||||
"integrity": "sha512-W7pfrKgBchdk19g802IuPkCA2iJ69lRR1GzkfYjB8d1TuIQqf0l1z0lv7e+2kQqO+uQ5Yt3sGMMN2qMYMWfLXg==",
|
||||
"version": "4.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.0.tgz",
|
||||
"integrity": "sha512-1vK0cmL8FNHAddQ5WZt0yTPdFSZuMPNUSsHckM+ZdVmRxyif3aZYSi7ofj6sJo/UvhKj7fBqJv/smZYpp2PRqg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"ci-info": "2.0.0",
|
||||
@ -15668,22 +15668,22 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-image": {
|
||||
"version": "3.11.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.11.0.tgz",
|
||||
"integrity": "sha512-hQ3MjE9v5Y84f/45wXB7D5NthO/3lgwnHzy1mFAz0Md3e1CxgV1lvKjVwY5MvI40l7Tlk4Bkx39p6Qt/0GAcEg==",
|
||||
"version": "3.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.0.tgz",
|
||||
"integrity": "sha512-zvkEotc3EgWfxdUuIeu81fN/dTY8GRVxGYwRKI7kkHpKAFUz2CIIQjxg16LSRxv0lGfRUxfPqxuMqBuk99GWOQ==",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.18.6",
|
||||
"@babel/parser": "^7.20.13",
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@babel/traverse": "^7.20.13",
|
||||
"babel-jsx-utils": "^1.1.0",
|
||||
"babel-plugin-remove-graphql-queries": "^5.11.0",
|
||||
"babel-plugin-remove-graphql-queries": "^5.12.0",
|
||||
"camelcase": "^6.3.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"common-tags": "^1.8.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"gatsby-core-utils": "^4.11.0",
|
||||
"gatsby-plugin-utils": "^4.11.0",
|
||||
"gatsby-core-utils": "^4.12.0",
|
||||
"gatsby-plugin-utils": "^4.12.0",
|
||||
"objectFitPolyfill": "^2.3.5",
|
||||
"prop-types": "^15.8.1"
|
||||
},
|
||||
@ -15986,15 +15986,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-utils": {
|
||||
"version": "4.11.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.11.0.tgz",
|
||||
"integrity": "sha512-Eegg3BScq7vKYeJoWo6sduBwgM4DsKhYKXGIAVR9rRsGOiR1nNIWfFzT9I6OOcob9KHICeFyNgqyqpENL7odEA==",
|
||||
"version": "4.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.0.tgz",
|
||||
"integrity": "sha512-lU84VmWC9qGojROMZkBgGjCAzxcAUlyGAsd75vjj2y3yqGYtyvqInvK5tZvDyNNVvU21u040Ps4AKIvRVgMV/Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"fastq": "^1.15.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"gatsby-core-utils": "^4.11.0",
|
||||
"gatsby-sharp": "^1.11.0",
|
||||
"gatsby-core-utils": "^4.12.0",
|
||||
"gatsby-sharp": "^1.12.0",
|
||||
"graphql-compose": "^9.0.10",
|
||||
"import-from": "^4.0.0",
|
||||
"joi": "^17.9.2",
|
||||
@ -16306,9 +16306,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-sharp": {
|
||||
"version": "1.11.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.11.0.tgz",
|
||||
"integrity": "sha512-zJbN3JVCFur8Ilwn1scf7o8AN69//shpJhYqt3uhuwhhkU6ZMCMmVVNKHSiUiWkVqhwSRJ4y7c/I3Ys9xMxsIw==",
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.12.0.tgz",
|
||||
"integrity": "sha512-5MbTPKfzkOCtwT74+FZTUFKaul/2UyF10apvMcmIKomq71/jHf6wJx+rHtSdgyq19r4VWL8DGG2CKgSpe0z9GQ==",
|
||||
"dependencies": {
|
||||
"sharp": "^0.32.1"
|
||||
},
|
||||
|
@ -59,7 +59,7 @@
|
||||
"gatsby-plugin-catch-links": "^5.11.0",
|
||||
"gatsby-plugin-feed": "^5.11.0",
|
||||
"gatsby-plugin-google-gtag": "^5.11.0",
|
||||
"gatsby-plugin-image": "^3.11.0",
|
||||
"gatsby-plugin-image": "^3.12.0",
|
||||
"gatsby-plugin-manifest": "^5.11.0",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
||||
"gatsby-plugin-react-helmet": "^6.11.0",
|
||||
|
Loading…
Reference in New Issue
Block a user