dependabot[bot]
2021-02-08 05:37:59 +00:00
parent 967aed35b4
commit 0bd402d6e5
2 changed files with 11 additions and 25 deletions

View File

@ -12721,16 +12721,16 @@
}
},
"gatsby-source-filesystem": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz",
"integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.0.tgz",
"integrity": "sha512-SLKksyfRvdMHyF0kb3YCr4ME6RW4Pje9zo1RVAJ1sqaBFDch0YUZzTE51QO586JSkrN00UeE8lU++ODXlm425g==",
"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.9.0",
"gatsby-core-utils": "^1.10.0",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.4.6",
@ -12741,27 +12741,13 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
"integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"gatsby-core-utils": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz",
"integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==",
"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"
}
},
"got": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
@ -12781,9 +12767,9 @@
}
},
"xstate": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.16.0.tgz",
"integrity": "sha512-2k/49QYLdzG6Ye1JQWYFuPdU6dnRqHXcuFLxuORiuel04GjApSPct7wp2SOz9RAlNME5EkzclRKw1fHm5yejuA=="
"version": "4.16.2",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.16.2.tgz",
"integrity": "sha512-EY39NNZnwM4tRYNmQAi1c2qHuZ1lJmuDpEo1jxiRcfS+1jPtKRAjGRLNx3fYKcK0ohW6mL41Wze3mdCF0SqavA=="
}
}
},

View File

@ -39,7 +39,7 @@
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-remark-prismjs": "^3.12.0",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-remark": "^2.15.0",
"i18next": "^19.8.7",
"jquery": "^3.5.1",