mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #385 from oceanprotocol/dependabot/npm_and_yarn/gatsby-plugin-offline-3.2.23
Bump gatsby-plugin-offline from 3.2.21 to 3.2.23
This commit is contained in:
commit
e61bcc03bf
27
package-lock.json
generated
27
package-lock.json
generated
@ -10839,13 +10839,13 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "3.2.21",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.21.tgz",
|
||||
"integrity": "sha512-MvkWmieiXIlm70xawJgIQFUnGlMUWhrRk6jGoVCiiZ8xrViiluZONttCm/tiDdiZTFOwvOPN7RQj/zB+50grMg==",
|
||||
"version": "3.2.23",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.23.tgz",
|
||||
"integrity": "sha512-EVVRfodgv7+oxterlg1DjU4GXKcRCho9DbrTPyAnadVjSdhwvsIfviLZRNxsYlYalMmOMzC1QsXe94tznNlMrA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.3",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^1.3.14",
|
||||
"gatsby-core-utils": "^1.3.15",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.15",
|
||||
@ -10853,12 +10853,25 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.10.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
|
||||
"integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
|
||||
"version": "7.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
||||
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -25,7 +25,7 @@
|
||||
"gatsby-plugin-catch-links": "^2.3.11",
|
||||
"gatsby-plugin-google-analytics": "^2.3.13",
|
||||
"gatsby-plugin-manifest": "^2.4.21",
|
||||
"gatsby-plugin-offline": "^3.2.21",
|
||||
"gatsby-plugin-offline": "^3.2.23",
|
||||
"gatsby-plugin-react-helmet": "^3.3.10",
|
||||
"gatsby-plugin-sass": "^2.3.12",
|
||||
"gatsby-plugin-sharp": "^2.6.24",
|
||||
|
Loading…
x
Reference in New Issue
Block a user