build(deps): bump gatsby-plugin-offline from 5.3.0 to 5.4.0 in /docs (#2448)
This commit is contained in:
parent
8f1da7efec
commit
891b9dae54
46
docs/package-lock.json
generated
46
docs/package-lock.json
generated
@ -23,7 +23,7 @@
|
||||
"gatsby-plugin-mdx": "^2.14.0",
|
||||
"gatsby-plugin-netlify": "^2.11.1",
|
||||
"gatsby-plugin-netlify-cache": "^2.0.0",
|
||||
"gatsby-plugin-offline": "^5.3.0",
|
||||
"gatsby-plugin-offline": "^5.4.0",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-react-svg": "^3.1.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.14",
|
||||
@ -12269,13 +12269,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.3.0.tgz",
|
||||
"integrity": "sha512-PQXmGGm4ZJ09cIlKcBBxFxZMtZfCSi7ovxPoGrwKKu8+Wim0ooqJMuZtn3NUwcBu2wM4Wn4bZqwJgrsirhcrag==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.4.0.tgz",
|
||||
"integrity": "sha512-dxFRgsKmWovjH8m0HWHao9sdcXy4X0X9SPlZETHk54ARY/wrzxVg266fA+ZVI7RPpuODBcgWoXWHuTtplfghBw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"gatsby-core-utils": "^3.3.0",
|
||||
"gatsby-core-utils": "^3.4.0",
|
||||
"glob": "^7.2.0",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -12465,16 +12465,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline/node_modules/gatsby-core-utils": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.3.0.tgz",
|
||||
"integrity": "sha512-Mr90+2T5mUie2fCkQS3dM6oHzTyt1vLbpJ2nU2OsdF95LHnLBt0kDgK+qEIuz7Ypr91gFN8y2HoP08vuokq7ZQ==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.4.0.tgz",
|
||||
"integrity": "sha512-dYQpyo1BLGJzxQOXgGs1Fbj7jzGj5cKAIPYz2hz2l4Aus6skwjjaUlOjZlrWIahNHoLkx3mH0f5y6E8205T/aQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"file-type": "^16.5.3",
|
||||
"fs-extra": "^10.0.0",
|
||||
"got": "^11.8.2",
|
||||
"got": "^11.8.3",
|
||||
"node-object-hash": "^2.3.10",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"tmp": "^0.2.1",
|
||||
@ -12603,9 +12603,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline/node_modules/peek-readable": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.1.tgz",
|
||||
"integrity": "sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.2.tgz",
|
||||
"integrity": "sha512-9fMaz6zoxw9ypO1KZy5RDJgSupEtu0Q+g/OqqsVHX3rKGR8qehRLYzsFARZ4bVvdvfknKiXvuDbkMnO1g6cRpQ==",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
@ -39709,13 +39709,13 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.3.0.tgz",
|
||||
"integrity": "sha512-PQXmGGm4ZJ09cIlKcBBxFxZMtZfCSi7ovxPoGrwKKu8+Wim0ooqJMuZtn3NUwcBu2wM4Wn4bZqwJgrsirhcrag==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.4.0.tgz",
|
||||
"integrity": "sha512-dxFRgsKmWovjH8m0HWHao9sdcXy4X0X9SPlZETHk54ARY/wrzxVg266fA+ZVI7RPpuODBcgWoXWHuTtplfghBw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"gatsby-core-utils": "^3.3.0",
|
||||
"gatsby-core-utils": "^3.4.0",
|
||||
"glob": "^7.2.0",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -39840,16 +39840,16 @@
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.3.0.tgz",
|
||||
"integrity": "sha512-Mr90+2T5mUie2fCkQS3dM6oHzTyt1vLbpJ2nU2OsdF95LHnLBt0kDgK+qEIuz7Ypr91gFN8y2HoP08vuokq7ZQ==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.4.0.tgz",
|
||||
"integrity": "sha512-dYQpyo1BLGJzxQOXgGs1Fbj7jzGj5cKAIPYz2hz2l4Aus6skwjjaUlOjZlrWIahNHoLkx3mH0f5y6E8205T/aQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"file-type": "^16.5.3",
|
||||
"fs-extra": "^10.0.0",
|
||||
"got": "^11.8.2",
|
||||
"got": "^11.8.3",
|
||||
"node-object-hash": "^2.3.10",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"tmp": "^0.2.1",
|
||||
@ -39936,9 +39936,9 @@
|
||||
"integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg=="
|
||||
},
|
||||
"peek-readable": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.1.tgz",
|
||||
"integrity": "sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ=="
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.2.tgz",
|
||||
"integrity": "sha512-9fMaz6zoxw9ypO1KZy5RDJgSupEtu0Q+g/OqqsVHX3rKGR8qehRLYzsFARZ4bVvdvfknKiXvuDbkMnO1g6cRpQ=="
|
||||
},
|
||||
"responselike": {
|
||||
"version": "2.0.0",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"gatsby-plugin-mdx": "^2.14.0",
|
||||
"gatsby-plugin-netlify": "^2.11.1",
|
||||
"gatsby-plugin-netlify-cache": "^2.0.0",
|
||||
"gatsby-plugin-offline": "^5.3.0",
|
||||
"gatsby-plugin-offline": "^5.4.0",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-react-svg": "^3.1.0",
|
||||
"gatsby-plugin-robots-txt": "^1.6.14",
|
||||
|
Loading…
x
Reference in New Issue
Block a user