Merge pull request #4 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-manifest-2.9.1

Bump gatsby-plugin-manifest from 2.9.0 to 2.9.1
This commit is contained in:
Kevin Kandlbinder 2020-12-25 21:31:57 +01:00 committed by GitHub
commit 2fa97b3055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 5 deletions

24
package-lock.json generated
View file

@ -10512,15 +10512,31 @@
} }
}, },
"gatsby-plugin-manifest": { "gatsby-plugin-manifest": {
"version": "2.9.0", "version": "2.9.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.9.1.tgz",
"integrity": "sha512-bOXcix1ZfnwDY66NYmySYFGLCi09wq5Hsci1eWMhGwsFnRxI0X2pAzd3NoG6iosvYyuPnDovmAxgVWG0qcs7Lw==", "integrity": "sha512-SkZSAIjSp31VxstFg4y7xks9w8lxhcxjzKeChxnjeVYbAFWhgLEvo8fJ9aI3yXvFRKCX1+kj5QCaMbM9eq2pMA==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.7.0", "gatsby-core-utils": "^1.7.1",
"gatsby-plugin-utils": "^0.6.0", "gatsby-plugin-utils": "^0.6.0",
"semver": "^7.3.2", "semver": "^7.3.2",
"sharp": "^0.26.3" "sharp": "^0.26.3"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz",
"integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"tmp": "^0.2.1",
"xdg-basedir": "^4.0.0"
}
}
} }
}, },
"gatsby-plugin-offline": { "gatsby-plugin-offline": {

View file

@ -24,7 +24,7 @@
"babel-plugin-i18next-extract": "^0.8.2", "babel-plugin-i18next-extract": "^0.8.2",
"gatsby": "^2.29.2", "gatsby": "^2.29.2",
"gatsby-plugin-asset-path": "^3.0.2", "gatsby-plugin-asset-path": "^3.0.2",
"gatsby-plugin-manifest": "^2.9.0", "gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-offline": "^3.7.0", "gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-react-i18next": "0.0.27", "gatsby-plugin-react-i18next": "0.0.27",