1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 09:35:21 +01:00

Merge pull request #276 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-manifest-2.4.3

Bump gatsby-plugin-manifest from 2.4.2 to 2.4.3
This commit is contained in:
Matthias Kretschmann 2020-05-17 00:33:31 +02:00 committed by GitHub
commit 23f471fe37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

20
package-lock.json generated
View File

@ -11038,14 +11038,26 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.2.tgz",
"integrity": "sha512-G6MB1/Me4waG/z3Aj1GEqXCfY/yftyMLKp8g83uGvuBDtgLGN5unVgYqdmKAyBFQTvczsUghZ7jBrApHeaTn4w==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.3.tgz",
"integrity": "sha512-uljlo8edIknqTL/AaNi1wU/ESFigxGIXqy6H9B7lGcT99zOaApSEGLnJ9IQnZjISOjmgEcxabKtIJt6lpx7qqg==",
"requires": {
"@babel/runtime": "^7.9.6",
"gatsby-core-utils": "^1.2.1",
"gatsby-core-utils": "^1.2.2",
"semver": "^5.7.1",
"sharp": "^0.25.1"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz",
"integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"node-object-hash": "^2.0.0"
}
}
}
},
"gatsby-plugin-matomo": {

View File

@ -46,7 +46,7 @@
"gatsby-plugin-catch-links": "^2.3.1",
"gatsby-plugin-feed": "^2.5.1",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.1",