mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-29 10:16:47 +02:00
Merge pull request #67 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-offline-3.2.28
Bump gatsby-plugin-offline from 3.2.23 to 3.2.28
This commit is contained in:
commit
38fed1086c
2 changed files with 26 additions and 10 deletions
34
package-lock.json
generated
34
package-lock.json
generated
|
@ -8980,15 +8980,16 @@
|
|||
}
|
||||
},
|
||||
"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==",
|
||||
"version": "1.3.20",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.20.tgz",
|
||||
"integrity": "sha512-tTry2Iz7QKfMEkYiqXOEbMhR96hpttkKeUCQAj7syC9tQwFGd1nkGlpbD4n8lBa22cXKLlL9J2edhDo1xwnfGQ==",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
|
@ -9169,17 +9170,32 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "3.2.23",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.23.tgz",
|
||||
"integrity": "sha512-EVVRfodgv7+oxterlg1DjU4GXKcRCho9DbrTPyAnadVjSdhwvsIfviLZRNxsYlYalMmOMzC1QsXe94tznNlMrA==",
|
||||
"version": "3.2.28",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.28.tgz",
|
||||
"integrity": "sha512-U8zP7I2JapXnxQmsDycKcwBAVgjp9syFdwKqQujHL3qwobj82NaIZAE0VdfANtAJEhop2Zp8z9wurOuUh4FpLg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.3",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"gatsby-core-utils": "^1.3.15",
|
||||
"gatsby-core-utils": "^1.3.20",
|
||||
"glob": "^7.1.6",
|
||||
"idb-keyval": "^3.2.0",
|
||||
"lodash": "^4.17.15",
|
||||
"lodash": "^4.17.20",
|
||||
"workbox-build": "^4.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.20",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
||||
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-page-creator": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"gatsby": "^2.24.65",
|
||||
"gatsby-image": "^2.4.16",
|
||||
"gatsby-plugin-manifest": "^2.4.31",
|
||||
"gatsby-plugin-offline": "^3.2.23",
|
||||
"gatsby-plugin-offline": "^3.2.28",
|
||||
"gatsby-plugin-react-helmet": "^3.3.10",
|
||||
"gatsby-plugin-sass": "^2.3.12",
|
||||
"gatsby-plugin-sharp": "^2.6.36",
|
||||
|
|
Loading…
Add table
Reference in a new issue