mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 10:16:53 +02:00
Merge pull request #2 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-offline-3.7.1
Bump gatsby-plugin-offline from 3.7.0 to 3.7.1
This commit is contained in:
commit
85d749d33d
2 changed files with 8 additions and 29 deletions
35
package-lock.json
generated
35
package-lock.json
generated
|
@ -10418,9 +10418,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.0.tgz",
|
||||
"integrity": "sha512-DYYkmlgpfkQBuc/vWEkSmp1xh7LGI00HA0AzH2U8AblrqAff3JBezeS3v8thkeuOm7FhlwkZGPNza+PIHYcwKA==",
|
||||
"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",
|
||||
|
@ -10540,13 +10540,13 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.7.0.tgz",
|
||||
"integrity": "sha512-mhwR4E/59xUCRv9TrEJLf0l8yI/+o8NNtVfQllRsqj64mBlg6x2KGyWjdPea2W0ictd4gi6HnMT/cRa1brjKZQ==",
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.7.1.tgz",
|
||||
"integrity": "sha512-PRx44UwdvGF0uxTZKdTn8K4YTelrIAHeOa/OigTM4QROZBDIfmpvZ9o92uE8oMtN9rPu7aG9tv8q8CQpzx/RYw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^1.7.0",
|
||||
"gatsby-core-utils": "^1.7.1",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.20",
|
||||
|
@ -11204,27 +11204,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"gatsby-telemetry": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.7.0.tgz",
|
||||
"integrity": "sha512-0hHskxnPV667snd6uSkZ32vKfBsv+9mFe0Pl3A9c9NC4HoKQlfmoluUTZr0nOjWdMMslz08XydzqxNdb6wB+oQ==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@turist/fetch": "^7.1.7",
|
||||
"@turist/time": "^0.0.1",
|
||||
"async-retry-ng": "^2.0.1",
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^1.7.0",
|
||||
"git-up": "^4.0.2",
|
||||
"is-docker": "^2.1.1",
|
||||
"lodash": "^4.17.20",
|
||||
"node-fetch": "^2.6.1",
|
||||
"uuid": "3.4.0"
|
||||
}
|
||||
},
|
||||
"gatsby-transformer-json": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-transformer-json/-/gatsby-transformer-json-2.8.0.tgz",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"gatsby": "^2.29.2",
|
||||
"gatsby-plugin-asset-path": "^3.0.2",
|
||||
"gatsby-plugin-manifest": "^2.9.1",
|
||||
"gatsby-plugin-offline": "^3.7.0",
|
||||
"gatsby-plugin-offline": "^3.7.1",
|
||||
"gatsby-plugin-react-helmet": "^3.7.0",
|
||||
"gatsby-plugin-react-i18next": "0.0.27",
|
||||
"gatsby-plugin-robots-txt": "^1.5.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue