mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
Merge pull request #6 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-manifest-2.4.22
Bump gatsby-plugin-manifest from 2.4.14 to 2.4.22
This commit is contained in:
commit
1d7f65941b
2 changed files with 20 additions and 5 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -9195,14 +9195,29 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "2.4.14",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.14.tgz",
|
||||
"integrity": "sha512-yWrAGS/LN9MEbtllG9ZsU4mIAQZJsfzdpq3YL3HO6LYJWGngD/JzkXUfOYhH5cT/WVgU5vMxkcyFrwj0J5xWNw==",
|
||||
"version": "2.4.22",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.22.tgz",
|
||||
"integrity": "sha512-pdIcT3ei9RMDoUupmNvpEtg/2jCsuN1tT+6HeIv8WudMEXFWrbOuETD3mZL4D2u/NJ4D1/rXhHlzxMZkbu7CIQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.3",
|
||||
"gatsby-core-utils": "^1.3.8",
|
||||
"gatsby-core-utils": "^1.3.15",
|
||||
"semver": "^5.7.1",
|
||||
"sharp": "^0.25.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.3.15",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz",
|
||||
"integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==",
|
||||
"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",
|
||||
"xdg-basedir": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"dotenv": "^8.2.0",
|
||||
"gatsby": "^2.24.40",
|
||||
"gatsby-image": "^2.4.9",
|
||||
"gatsby-plugin-manifest": "^2.4.14",
|
||||
"gatsby-plugin-manifest": "^2.4.22",
|
||||
"gatsby-plugin-offline": "^3.2.13",
|
||||
"gatsby-plugin-react-helmet": "^3.3.6",
|
||||
"gatsby-plugin-sass": "^2.3.12",
|
||||
|
|
Loading…
Add table
Reference in a new issue