mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Merge pull request #43 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-offline-3.9.0
Bump gatsby-plugin-offline from 3.8.0 to 3.9.0
This commit is contained in:
commit
59fcfe042d
2 changed files with 21 additions and 5 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -10703,17 +10703,33 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.8.0.tgz",
|
||||
"integrity": "sha512-kSNZ07XETuy1vMsLJ3yXt2tfDYyuKTW0ij+9sRbmIO5VMhgKGx6XzPBJMaU2pH7kjWi0X29zOmofGORYFgC9Xg==",
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.9.0.tgz",
|
||||
"integrity": "sha512-sLxU+QMYq7QLte+/gRNm0vTRgil6VvbkxtEjf/e/oXpAkuy+Pm9IeaWKRtNfWcThpr2CjQbdkZpELLr8PZrCDw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^1.8.0",
|
||||
"gatsby-core-utils": "^1.9.0",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.20",
|
||||
"workbox-build": "^4.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz",
|
||||
"integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==",
|
||||
"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-page-creator": {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"gatsby": "^2.31.1",
|
||||
"gatsby-plugin-asset-path": "^3.0.2",
|
||||
"gatsby-plugin-manifest": "^2.10.0",
|
||||
"gatsby-plugin-offline": "^3.8.0",
|
||||
"gatsby-plugin-offline": "^3.9.0",
|
||||
"gatsby-plugin-react-helmet": "^3.8.0",
|
||||
"gatsby-plugin-react-i18next": "0.0.27",
|
||||
"gatsby-plugin-robots-txt": "^1.5.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue