mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-29 18:26:46 +02:00
Merge pull request #321 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-source-filesystem-3.3.0
Bump gatsby-source-filesystem from 2.11.0 to 3.3.0
This commit is contained in:
commit
05fdbbdcfa
2 changed files with 20 additions and 5 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -9585,16 +9585,16 @@
|
|||
}
|
||||
},
|
||||
"gatsby-source-filesystem": {
|
||||
"version": "2.11.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz",
|
||||
"integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.3.0.tgz",
|
||||
"integrity": "sha512-ctdeRaRzZNwXY+8XYAaTgKh4en1RcfALCA/OJ3NmRnHMCBadPQ+CEzyxpwJSNaK4/6ouxy0nw7+kxhpmW1tVOQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"better-queue": "^3.8.10",
|
||||
"chokidar": "^3.4.3",
|
||||
"file-type": "^16.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^1.10.1",
|
||||
"gatsby-core-utils": "^2.3.0",
|
||||
"got": "^9.6.0",
|
||||
"md5-file": "^5.0.0",
|
||||
"mime": "^2.4.6",
|
||||
|
@ -9615,6 +9615,21 @@
|
|||
"typedarray-to-buffer": "^3.1.5"
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.3.0.tgz",
|
||||
"integrity": "sha512-M7RlR6jL2dtkUu4AoKBoQaPTsbpByzWHc7HBgeYdwzuqbk4VuMe6K76pFDvFSNj0+LvVhWoRGHO7OEtpfb2bEA==",
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"file-type": "^16.2.0",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"get-stream": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"gatsby-plugin-sharp": "^2.14.3",
|
||||
"gatsby-plugin-sitemap": "^2.12.0",
|
||||
"gatsby-plugin-styled-components": "^3.10.0",
|
||||
"gatsby-source-filesystem": "^2.11.0",
|
||||
"gatsby-source-filesystem": "^3.3.0",
|
||||
"gatsby-source-youtube-v2": "^1.0.1",
|
||||
"gatsby-transformer-remark": "^2.16.1",
|
||||
"gatsby-transformer-sharp": "^2.12.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue