1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

Merge pull request #246 from kremalicious/dependabot/npm_and_yarn/gatsby-plugin-manifest-2.4.8

Bump gatsby-plugin-manifest from 2.4.5 to 2.4.8
This commit is contained in:
Matthias Kretschmann 2020-05-21 09:02:47 +02:00 committed by GitHub
commit 7ad4297e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

19
package-lock.json generated
View File

@ -10468,24 +10468,27 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.4.5",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.5.tgz",
"integrity": "sha512-b/jBNCSllvehAVBT0fa5chUiLPKAycY2XNW5nyQDDRs/eqwznnSwA76EBlECSN/0/Wp8Mj3jdT8Q9L87olOEbQ==",
"version": "2.4.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.8.tgz",
"integrity": "sha512-7422d9K+27Iiq9wRw67S7Dldua0/TyMIeOOyPw5tqN8q9Ksm+p1yVse/35BvhGA3gjxIBoX7YczoVwXEdsGUEQ==",
"requires": {
"@babel/runtime": "^7.9.6",
"gatsby-core-utils": "^1.2.3",
"gatsby-core-utils": "^1.3.2",
"semver": "^5.7.1",
"sharp": "^0.25.1"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.3.tgz",
"integrity": "sha512-NjCPNpGqOuaNAJqU4m9z2pXVmv0DdifnRiFvJiVnz2pi/0qaVHGMErmOnkOJfaxD76LOcWEjPm9HOsB+GHgN7g==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz",
"integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"node-object-hash": "^2.0.0"
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
}
}

View File

@ -26,7 +26,7 @@
"file-saver": "^2.0.2",
"gatsby": "^2.22.1",
"gatsby-image": "^2.4.4",
"gatsby-plugin-manifest": "^2.4.5",
"gatsby-plugin-manifest": "^2.4.8",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-postcss": "^2.3.2",