mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-16 01:22:02 +02:00
Update dependency @types/react to v17.0.42
This commit is contained in:
parent
ae3d102b44
commit
121032e8f0
3 changed files with 162 additions and 271 deletions
385
package-lock.json
generated
385
package-lock.json
generated
|
@ -18,32 +18,32 @@
|
|||
"@react-hook/media-query": "1.1.1",
|
||||
"@types/animejs": "3.1.4",
|
||||
"@types/node": "17.0.14",
|
||||
"@types/react": "17.0.41",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"animejs": "3.2.1",
|
||||
"babel-plugin-i18next-extract": "0.8.3",
|
||||
"gatsby": "4.10.0",
|
||||
"gatsby": "4.10.2",
|
||||
"gatsby-awesome-pagination": "0.3.8",
|
||||
"gatsby-cli": "4.10.0",
|
||||
"gatsby-cli": "4.10.1",
|
||||
"gatsby-plugin-asset-path": "3.0.4",
|
||||
"gatsby-plugin-feed": "4.10.0",
|
||||
"gatsby-plugin-feed": "4.10.1",
|
||||
"gatsby-plugin-image": "2.10.0",
|
||||
"gatsby-plugin-manifest": "4.10.0",
|
||||
"gatsby-plugin-mdx": "3.10.0",
|
||||
"gatsby-plugin-manifest": "4.10.1",
|
||||
"gatsby-plugin-mdx": "3.10.1",
|
||||
"gatsby-plugin-netlify": "4.1.0",
|
||||
"gatsby-plugin-offline": "5.10.0",
|
||||
"gatsby-plugin-offline": "5.10.1",
|
||||
"gatsby-plugin-portal": "1.0.7",
|
||||
"gatsby-plugin-react-helmet": "5.10.0",
|
||||
"gatsby-plugin-react-i18next": "1.2.2",
|
||||
"gatsby-plugin-remote-images": "3.3.0",
|
||||
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
||||
"gatsby-plugin-robots-txt": "1.7.0",
|
||||
"gatsby-plugin-sass": "5.10.0",
|
||||
"gatsby-plugin-sharp": "4.10.0",
|
||||
"gatsby-plugin-sitemap": "5.10.0",
|
||||
"gatsby-plugin-sass": "5.10.1",
|
||||
"gatsby-plugin-sharp": "4.10.1",
|
||||
"gatsby-plugin-sitemap": "5.10.1",
|
||||
"gatsby-plugin-typescript": "4.10.0",
|
||||
"gatsby-remark-copy-linked-files": "5.10.0",
|
||||
"gatsby-remark-images": "6.10.0",
|
||||
"gatsby-remark-images": "6.10.1",
|
||||
"gatsby-source-filesystem": "4.10.0",
|
||||
"gatsby-transformer-json": "4.10.0",
|
||||
"gatsby-transformer-sharp": "4.10.0",
|
||||
|
@ -612,9 +612,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@babel/helpers": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz",
|
||||
"integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
|
||||
"integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
|
||||
"dependencies": {
|
||||
"@babel/template": "^7.16.7",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
|
@ -638,9 +638,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@babel/parser": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz",
|
||||
"integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
|
||||
"integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==",
|
||||
"bin": {
|
||||
"parser": "bin/babel-parser.js"
|
||||
},
|
||||
|
@ -4391,9 +4391,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "17.0.41",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
|
||||
"integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
|
||||
"version": "17.0.42",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.42.tgz",
|
||||
"integrity": "sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@ -4863,6 +4863,7 @@
|
|||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
||||
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"clean-stack": "^2.0.0",
|
||||
"indent-string": "^4.0.0"
|
||||
|
@ -6589,6 +6590,7 @@
|
|||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
||||
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
|
@ -7974,50 +7976,6 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/del": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/del/-/del-5.1.0.tgz",
|
||||
"integrity": "sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==",
|
||||
"dependencies": {
|
||||
"globby": "^10.0.1",
|
||||
"graceful-fs": "^4.2.2",
|
||||
"is-glob": "^4.0.1",
|
||||
"is-path-cwd": "^2.2.0",
|
||||
"is-path-inside": "^3.0.1",
|
||||
"p-map": "^3.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"slash": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/del/node_modules/globby": {
|
||||
"version": "10.0.2",
|
||||
"resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz",
|
||||
"integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==",
|
||||
"dependencies": {
|
||||
"@types/glob": "^7.1.1",
|
||||
"array-union": "^2.1.0",
|
||||
"dir-glob": "^3.0.1",
|
||||
"fast-glob": "^3.0.3",
|
||||
"glob": "^7.1.3",
|
||||
"ignore": "^5.1.1",
|
||||
"merge2": "^1.2.3",
|
||||
"slash": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/del/node_modules/slash": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
||||
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/delayed-stream": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
||||
|
@ -10784,9 +10742,9 @@
|
|||
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
|
||||
},
|
||||
"node_modules/gatsby": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.10.0.tgz",
|
||||
"integrity": "sha512-jC4qmV5xKOId6iKwDjbfmZ2uV20682QyFcgI536lXjaLggJYFt/bB9Fka/NdHosIos3awUk3awbTdc2HUGhUkg==",
|
||||
"version": "4.10.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.10.2.tgz",
|
||||
"integrity": "sha512-m610SorVOlwVY6QLt6W2xlgqqfsHdUIY6I/IjqbDTyfI4d7GcKNBrJujE7BoxSpRL+9vUZRYw224hPcH+81Byg==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
|
@ -10834,7 +10792,6 @@
|
|||
"date-fns": "^2.25.0",
|
||||
"debug": "^3.2.7",
|
||||
"deepmerge": "^4.2.2",
|
||||
"del": "^5.1.0",
|
||||
"detect-port": "^1.3.0",
|
||||
"devcert": "^1.2.0",
|
||||
"dotenv": "^8.6.0",
|
||||
|
@ -10858,20 +10815,21 @@
|
|||
"find-cache-dir": "^3.3.2",
|
||||
"fs-exists-cached": "1.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-cli": "^4.10.0",
|
||||
"gatsby-cli": "^4.10.1",
|
||||
"gatsby-core-utils": "^3.10.0",
|
||||
"gatsby-graphiql-explorer": "^2.10.0",
|
||||
"gatsby-legacy-polyfills": "^2.10.0",
|
||||
"gatsby-link": "^4.10.0",
|
||||
"gatsby-page-utils": "^2.10.0",
|
||||
"gatsby-parcel-config": "^0.1.0",
|
||||
"gatsby-plugin-page-creator": "^4.10.0",
|
||||
"gatsby-plugin-page-creator": "^4.10.1",
|
||||
"gatsby-plugin-typescript": "^4.10.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"gatsby-react-router-scroll": "^5.10.0",
|
||||
"gatsby-telemetry": "^3.10.0",
|
||||
"gatsby-worker": "^1.10.0",
|
||||
"gatsby-worker": "^1.10.1",
|
||||
"glob": "^7.2.0",
|
||||
"globby": "^11.1.0",
|
||||
"got": "^11.8.2",
|
||||
"graphql": "^15.7.2",
|
||||
"graphql-compose": "^9.0.7",
|
||||
|
@ -10969,9 +10927,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-cli": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.10.0.tgz",
|
||||
"integrity": "sha512-Y1H5ooydHiVX9T3Noy7xphr7jdqCKZVX3PFJTmzOrDn6cpGmNcG+Bbf6T0OaZwpQDDQp+eL7yMWYlhNrJfbAkg==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.10.1.tgz",
|
||||
"integrity": "sha512-bv1xJEAcv4vT3DKdOqT1W8qe4L0Yvw5sZoSXDSKX9K9YSGu/CnBJXPa31rNrv357mc4CyAf/Vdfnzvr0tNN+iQ==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
|
@ -10990,7 +10948,7 @@
|
|||
"common-tags": "^1.8.2",
|
||||
"configstore": "^5.0.1",
|
||||
"convert-hrtime": "^3.0.0",
|
||||
"create-gatsby": "^2.10.0",
|
||||
"create-gatsby": "^2.10.1",
|
||||
"envinfo": "^7.8.1",
|
||||
"execa": "^5.1.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
|
@ -11028,17 +10986,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-cli/node_modules/@babel/core": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
|
||||
"integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
|
||||
"integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
|
||||
"dependencies": {
|
||||
"@ampproject/remapping": "^2.1.0",
|
||||
"@babel/code-frame": "^7.16.7",
|
||||
"@babel/generator": "^7.17.7",
|
||||
"@babel/helper-compilation-targets": "^7.17.7",
|
||||
"@babel/helper-module-transforms": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.7",
|
||||
"@babel/parser": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.8",
|
||||
"@babel/parser": "^7.17.8",
|
||||
"@babel/template": "^7.16.7",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
"@babel/types": "^7.17.0",
|
||||
|
@ -11279,15 +11237,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-feed": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.10.0.tgz",
|
||||
"integrity": "sha512-0L4vkY/E0uEWaDtWzOLKk6arocnlmtB4+FPmeayNLUJhVhuBv/ooOT9Vr443kaSVbep7ay9OnEbX5qO8LolD3A==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.10.1.tgz",
|
||||
"integrity": "sha512-eXD+hEzxmTujA8fGuOC8DnEUWIa6GH1oIzXNySsBukvr3c25BHuDXmD7niuQE/DJQKkyBKciSsLdu65IIcUW8g==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@hapi/joi": "^15.1.1",
|
||||
"common-tags": "^1.8.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"rss": "^1.2.2"
|
||||
},
|
||||
|
@ -11337,13 +11295,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-manifest": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.0.tgz",
|
||||
"integrity": "sha512-UZ0gH09dESRVdpIXeTNd3PDTpeDf38h87Et1nRznBqewWR4TtD0YHG1/s7irRT1BN+me7ea8veP6iHwxouv8WQ==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.1.tgz",
|
||||
"integrity": "sha512-D4WYQD1gDdyvWt8RYl4OC/i7thPkgtkm+kZW+d1JVpUTu+BrbdPYCIUMGdSrDyKxx3x0bhMmEf9hZW25acew0Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"gatsby-core-utils": "^3.10.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.30.1"
|
||||
},
|
||||
|
@ -11355,9 +11313,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-mdx": {
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.10.0.tgz",
|
||||
"integrity": "sha512-SGWkhIj7jBGQ+FDgJnMchjglSiVArvznU0vVogtjVlnnvSExT8/Z9QLlX/VHR3zOP2SQTNf91wKf5xtROoQcng==",
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.10.1.tgz",
|
||||
"integrity": "sha512-SUfocMx4pm8QCDDUrMwbF4qITwDWmeKkxVOeTl4xOhm4V2rwzPSruliDdFfYKfx3ImxPrXFC6sUtOc+W3ZAqoQ==",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/generator": "^7.15.4",
|
||||
|
@ -11566,9 +11524,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-offline": {
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.10.0.tgz",
|
||||
"integrity": "sha512-UInZjkLoq8+zlLhP5wKfvd3guetKYDNeHtA0pmg1tJXaqDriVSuwYg/S0mASDS8OYyjOEu8YrahxPMArHndlDA==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.10.1.tgz",
|
||||
"integrity": "sha512-l33iJlXfnY9xg3iEG1qCyu7bz0tnoMzocUY1KUCE2I4FMhSHtzMzcHqVHlrULbaye0fxikwsQ9oEX0bZPBuMHA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
|
@ -11934,9 +11892,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-sass": {
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.10.0.tgz",
|
||||
"integrity": "sha512-s/h+BCMvqi3EUXx46Z/rkXX5jo714mCb1qwSxiu/yj7UbpD5huv57NAVwZgG2U/bqQDMAYJNAipHz9L2F5RS7A==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.10.1.tgz",
|
||||
"integrity": "sha512-h8HS0BVEa/+GMQukScFyr0cpcdXQqwi4tliUto1EKtGsDO3ps2j89ytS6V9yGwp7KGFtZiI2y10R7gbBuVW1Yw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"resolve-url-loader": "^3.1.4",
|
||||
|
@ -11951,9 +11909,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-sharp": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.10.0.tgz",
|
||||
"integrity": "sha512-rdTpbL/E01klO+Kfa+zmRlWRWSOQoaCLeUbwLobzKeSC80JfSg8yl+dVLC7ipfGqzZtacuq6JU5TJcy3bau89A==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.10.1.tgz",
|
||||
"integrity": "sha512-Y+kB5BSfcxMYO5s13W3NDeDH28RCzSa8goo1yQNTISiGaC6iBO4EIEVbUiUBkoLA5nf46J71ve8A3sprZ66bog==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"async": "^3.2.3",
|
||||
|
@ -11962,7 +11920,7 @@
|
|||
"filenamify": "^4.3.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-core-utils": "^3.10.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"gatsby-telemetry": "^3.10.0",
|
||||
"got": "^11.8.3",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -12113,9 +12071,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-sitemap": {
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.10.0.tgz",
|
||||
"integrity": "sha512-OttBTRbGeDB+2ObJREFS8PlXJ+aDyppYVCHIalDhTq7MHKwM2g2CEfCIfhUQmCnODOGi6PVMFapQOl3MQ01vZg==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.10.1.tgz",
|
||||
"integrity": "sha512-EO5GWLhkN3gfOXLX8QlbIepu2Kq1kk4bBgU5M2CjZAyVQhahZAJxdBat7JgLTpKZL4lSJgVSCl9IkeKgHvm+pg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"common-tags": "^1.8.2",
|
||||
|
@ -12290,9 +12248,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-remark-images": {
|
||||
"version": "6.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.10.0.tgz",
|
||||
"integrity": "sha512-wt6BeWVYvUNWge0YboM5s7WGXkOiZHTCeIfhvDejwxX9TZHtQy/o4JCwbhEaHVtk0GQ4JZLt5q38kfTI+uNTDQ==",
|
||||
"version": "6.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.10.1.tgz",
|
||||
"integrity": "sha512-seENZFQ9KEBFz3UXlZhKn1tVkfkLms6/SmpEB27zp1m3tF2bb7EoszSSWS3lY9Fwa1/B6xemU06x7KwUMHqSsw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"chalk": "^4.1.2",
|
||||
|
@ -12648,9 +12606,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-worker": {
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.10.0.tgz",
|
||||
"integrity": "sha512-s4y3bI2ltbfm+hBI9OgDRkrtTIgiHW97DnbikzZtF0lgclqDh/7vhFvTjKGejObR/dbV28t+SAMJLzd9klrgog==",
|
||||
"version": "1.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.10.1.tgz",
|
||||
"integrity": "sha512-1bHZjWEKppJSLfuRGYIYhHZt9vYffptMPRs3zmrYBocmZcJvq0eNhTIXUvThbhP+2XHqAPHHBUcyKCwlWlMAzA==",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/runtime": "^7.15.4"
|
||||
|
@ -12660,17 +12618,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-worker/node_modules/@babel/core": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
|
||||
"integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
|
||||
"integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
|
||||
"dependencies": {
|
||||
"@ampproject/remapping": "^2.1.0",
|
||||
"@babel/code-frame": "^7.16.7",
|
||||
"@babel/generator": "^7.17.7",
|
||||
"@babel/helper-compilation-targets": "^7.17.7",
|
||||
"@babel/helper-module-transforms": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.7",
|
||||
"@babel/parser": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.8",
|
||||
"@babel/parser": "^7.17.8",
|
||||
"@babel/template": "^7.16.7",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
"@babel/types": "^7.17.0",
|
||||
|
@ -14429,14 +14387,6 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/is-path-cwd": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
|
||||
"integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/is-path-inside": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
||||
|
@ -16767,17 +16717,6 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/p-map": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
|
||||
"integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
|
||||
"dependencies": {
|
||||
"aggregate-error": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/p-queue": {
|
||||
"version": "6.6.2",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
|
||||
|
@ -23581,9 +23520,9 @@
|
|||
}
|
||||
},
|
||||
"@babel/helpers": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz",
|
||||
"integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
|
||||
"integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
|
||||
"requires": {
|
||||
"@babel/template": "^7.16.7",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
|
@ -23601,9 +23540,9 @@
|
|||
}
|
||||
},
|
||||
"@babel/parser": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz",
|
||||
"integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA=="
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
|
||||
"integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ=="
|
||||
},
|
||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
||||
"version": "7.16.7",
|
||||
|
@ -26259,9 +26198,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "17.0.41",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz",
|
||||
"integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==",
|
||||
"version": "17.0.42",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.42.tgz",
|
||||
"integrity": "sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@ -26634,6 +26573,7 @@
|
|||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
||||
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"clean-stack": "^2.0.0",
|
||||
"indent-string": "^4.0.0"
|
||||
|
@ -27989,7 +27929,8 @@
|
|||
"clean-stack": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
||||
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
|
||||
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
||||
"dev": true
|
||||
},
|
||||
"cli-boxes": {
|
||||
"version": "2.2.1",
|
||||
|
@ -29025,43 +28966,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"del": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/del/-/del-5.1.0.tgz",
|
||||
"integrity": "sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==",
|
||||
"requires": {
|
||||
"globby": "^10.0.1",
|
||||
"graceful-fs": "^4.2.2",
|
||||
"is-glob": "^4.0.1",
|
||||
"is-path-cwd": "^2.2.0",
|
||||
"is-path-inside": "^3.0.1",
|
||||
"p-map": "^3.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"slash": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"globby": {
|
||||
"version": "10.0.2",
|
||||
"resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz",
|
||||
"integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==",
|
||||
"requires": {
|
||||
"@types/glob": "^7.1.1",
|
||||
"array-union": "^2.1.0",
|
||||
"dir-glob": "^3.0.1",
|
||||
"fast-glob": "^3.0.3",
|
||||
"glob": "^7.1.3",
|
||||
"ignore": "^5.1.1",
|
||||
"merge2": "^1.2.3",
|
||||
"slash": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"slash": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
||||
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"delayed-stream": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
||||
|
@ -31078,9 +30982,9 @@
|
|||
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
|
||||
},
|
||||
"gatsby": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.10.0.tgz",
|
||||
"integrity": "sha512-jC4qmV5xKOId6iKwDjbfmZ2uV20682QyFcgI536lXjaLggJYFt/bB9Fka/NdHosIos3awUk3awbTdc2HUGhUkg==",
|
||||
"version": "4.10.2",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.10.2.tgz",
|
||||
"integrity": "sha512-m610SorVOlwVY6QLt6W2xlgqqfsHdUIY6I/IjqbDTyfI4d7GcKNBrJujE7BoxSpRL+9vUZRYw224hPcH+81Byg==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/core": "^7.15.5",
|
||||
|
@ -31127,7 +31031,6 @@
|
|||
"date-fns": "^2.25.0",
|
||||
"debug": "^3.2.7",
|
||||
"deepmerge": "^4.2.2",
|
||||
"del": "^5.1.0",
|
||||
"detect-port": "^1.3.0",
|
||||
"devcert": "^1.2.0",
|
||||
"dotenv": "^8.6.0",
|
||||
|
@ -31151,21 +31054,22 @@
|
|||
"find-cache-dir": "^3.3.2",
|
||||
"fs-exists-cached": "1.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-cli": "^4.10.0",
|
||||
"gatsby-cli": "^4.10.1",
|
||||
"gatsby-core-utils": "^3.10.0",
|
||||
"gatsby-graphiql-explorer": "^2.10.0",
|
||||
"gatsby-legacy-polyfills": "^2.10.0",
|
||||
"gatsby-link": "^4.10.0",
|
||||
"gatsby-page-utils": "^2.10.0",
|
||||
"gatsby-parcel-config": "^0.1.0",
|
||||
"gatsby-plugin-page-creator": "^4.10.0",
|
||||
"gatsby-plugin-page-creator": "^4.10.1",
|
||||
"gatsby-plugin-typescript": "^4.10.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"gatsby-react-router-scroll": "^5.10.0",
|
||||
"gatsby-sharp": "^0.4.0",
|
||||
"gatsby-telemetry": "^3.10.0",
|
||||
"gatsby-worker": "^1.10.0",
|
||||
"gatsby-worker": "^1.10.1",
|
||||
"glob": "^7.2.0",
|
||||
"globby": "^11.1.0",
|
||||
"got": "^11.8.2",
|
||||
"graphql": "^15.7.2",
|
||||
"graphql-compose": "^9.0.7",
|
||||
|
@ -31330,9 +31234,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-cli": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.10.0.tgz",
|
||||
"integrity": "sha512-Y1H5ooydHiVX9T3Noy7xphr7jdqCKZVX3PFJTmzOrDn6cpGmNcG+Bbf6T0OaZwpQDDQp+eL7yMWYlhNrJfbAkg==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.10.1.tgz",
|
||||
"integrity": "sha512-bv1xJEAcv4vT3DKdOqT1W8qe4L0Yvw5sZoSXDSKX9K9YSGu/CnBJXPa31rNrv357mc4CyAf/Vdfnzvr0tNN+iQ==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/core": "^7.15.5",
|
||||
|
@ -31350,7 +31254,7 @@
|
|||
"common-tags": "^1.8.2",
|
||||
"configstore": "^5.0.1",
|
||||
"convert-hrtime": "^3.0.0",
|
||||
"create-gatsby": "^2.10.0",
|
||||
"create-gatsby": "^2.10.1",
|
||||
"envinfo": "^7.8.1",
|
||||
"execa": "^5.1.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
|
@ -31382,17 +31286,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/core": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
|
||||
"integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
|
||||
"integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
|
||||
"requires": {
|
||||
"@ampproject/remapping": "^2.1.0",
|
||||
"@babel/code-frame": "^7.16.7",
|
||||
"@babel/generator": "^7.17.7",
|
||||
"@babel/helper-compilation-targets": "^7.17.7",
|
||||
"@babel/helper-module-transforms": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.7",
|
||||
"@babel/parser": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.8",
|
||||
"@babel/parser": "^7.17.8",
|
||||
"@babel/template": "^7.16.7",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
"@babel/types": "^7.17.0",
|
||||
|
@ -31573,15 +31477,15 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-feed": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.10.0.tgz",
|
||||
"integrity": "sha512-0L4vkY/E0uEWaDtWzOLKk6arocnlmtB4+FPmeayNLUJhVhuBv/ooOT9Vr443kaSVbep7ay9OnEbX5qO8LolD3A==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.10.1.tgz",
|
||||
"integrity": "sha512-eXD+hEzxmTujA8fGuOC8DnEUWIa6GH1oIzXNySsBukvr3c25BHuDXmD7niuQE/DJQKkyBKciSsLdu65IIcUW8g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@hapi/joi": "^15.1.1",
|
||||
"common-tags": "^1.8.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"rss": "^1.2.2"
|
||||
}
|
||||
|
@ -31614,21 +31518,21 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.0.tgz",
|
||||
"integrity": "sha512-UZ0gH09dESRVdpIXeTNd3PDTpeDf38h87Et1nRznBqewWR4TtD0YHG1/s7irRT1BN+me7ea8veP6iHwxouv8WQ==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.1.tgz",
|
||||
"integrity": "sha512-D4WYQD1gDdyvWt8RYl4OC/i7thPkgtkm+kZW+d1JVpUTu+BrbdPYCIUMGdSrDyKxx3x0bhMmEf9hZW25acew0Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"gatsby-core-utils": "^3.10.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.30.1"
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-mdx": {
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.10.0.tgz",
|
||||
"integrity": "sha512-SGWkhIj7jBGQ+FDgJnMchjglSiVArvznU0vVogtjVlnnvSExT8/Z9QLlX/VHR3zOP2SQTNf91wKf5xtROoQcng==",
|
||||
"version": "3.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.10.1.tgz",
|
||||
"integrity": "sha512-SUfocMx4pm8QCDDUrMwbF4qITwDWmeKkxVOeTl4xOhm4V2rwzPSruliDdFfYKfx3ImxPrXFC6sUtOc+W3ZAqoQ==",
|
||||
"requires": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/generator": "^7.15.4",
|
||||
|
@ -31796,9 +31700,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.10.0.tgz",
|
||||
"integrity": "sha512-UInZjkLoq8+zlLhP5wKfvd3guetKYDNeHtA0pmg1tJXaqDriVSuwYg/S0mASDS8OYyjOEu8YrahxPMArHndlDA==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.10.1.tgz",
|
||||
"integrity": "sha512-l33iJlXfnY9xg3iEG1qCyu7bz0tnoMzocUY1KUCE2I4FMhSHtzMzcHqVHlrULbaye0fxikwsQ9oEX0bZPBuMHA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
|
@ -32080,9 +31984,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sass": {
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.10.0.tgz",
|
||||
"integrity": "sha512-s/h+BCMvqi3EUXx46Z/rkXX5jo714mCb1qwSxiu/yj7UbpD5huv57NAVwZgG2U/bqQDMAYJNAipHz9L2F5RS7A==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.10.1.tgz",
|
||||
"integrity": "sha512-h8HS0BVEa/+GMQukScFyr0cpcdXQqwi4tliUto1EKtGsDO3ps2j89ytS6V9yGwp7KGFtZiI2y10R7gbBuVW1Yw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"resolve-url-loader": "^3.1.4",
|
||||
|
@ -32090,9 +31994,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.10.0.tgz",
|
||||
"integrity": "sha512-rdTpbL/E01klO+Kfa+zmRlWRWSOQoaCLeUbwLobzKeSC80JfSg8yl+dVLC7ipfGqzZtacuq6JU5TJcy3bau89A==",
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.10.1.tgz",
|
||||
"integrity": "sha512-Y+kB5BSfcxMYO5s13W3NDeDH28RCzSa8goo1yQNTISiGaC6iBO4EIEVbUiUBkoLA5nf46J71ve8A3sprZ66bog==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"async": "^3.2.3",
|
||||
|
@ -32101,7 +32005,7 @@
|
|||
"filenamify": "^4.3.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-core-utils": "^3.10.0",
|
||||
"gatsby-plugin-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^3.4.1",
|
||||
"gatsby-telemetry": "^3.10.0",
|
||||
"got": "^11.8.3",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -32221,9 +32125,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-sitemap": {
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.10.0.tgz",
|
||||
"integrity": "sha512-OttBTRbGeDB+2ObJREFS8PlXJ+aDyppYVCHIalDhTq7MHKwM2g2CEfCIfhUQmCnODOGi6PVMFapQOl3MQ01vZg==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.10.1.tgz",
|
||||
"integrity": "sha512-EO5GWLhkN3gfOXLX8QlbIepu2Kq1kk4bBgU5M2CjZAyVQhahZAJxdBat7JgLTpKZL4lSJgVSCl9IkeKgHvm+pg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"common-tags": "^1.8.2",
|
||||
|
@ -32342,9 +32246,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-remark-images": {
|
||||
"version": "6.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.10.0.tgz",
|
||||
"integrity": "sha512-wt6BeWVYvUNWge0YboM5s7WGXkOiZHTCeIfhvDejwxX9TZHtQy/o4JCwbhEaHVtk0GQ4JZLt5q38kfTI+uNTDQ==",
|
||||
"version": "6.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.10.1.tgz",
|
||||
"integrity": "sha512-seENZFQ9KEBFz3UXlZhKn1tVkfkLms6/SmpEB27zp1m3tF2bb7EoszSSWS3lY9Fwa1/B6xemU06x7KwUMHqSsw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"chalk": "^4.1.2",
|
||||
|
@ -32612,26 +32516,26 @@
|
|||
}
|
||||
},
|
||||
"gatsby-worker": {
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.10.0.tgz",
|
||||
"integrity": "sha512-s4y3bI2ltbfm+hBI9OgDRkrtTIgiHW97DnbikzZtF0lgclqDh/7vhFvTjKGejObR/dbV28t+SAMJLzd9klrgog==",
|
||||
"version": "1.10.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.10.1.tgz",
|
||||
"integrity": "sha512-1bHZjWEKppJSLfuRGYIYhHZt9vYffptMPRs3zmrYBocmZcJvq0eNhTIXUvThbhP+2XHqAPHHBUcyKCwlWlMAzA==",
|
||||
"requires": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/runtime": "^7.15.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": {
|
||||
"version": "7.17.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz",
|
||||
"integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==",
|
||||
"version": "7.17.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
|
||||
"integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
|
||||
"requires": {
|
||||
"@ampproject/remapping": "^2.1.0",
|
||||
"@babel/code-frame": "^7.16.7",
|
||||
"@babel/generator": "^7.17.7",
|
||||
"@babel/helper-compilation-targets": "^7.17.7",
|
||||
"@babel/helper-module-transforms": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.7",
|
||||
"@babel/parser": "^7.17.7",
|
||||
"@babel/helpers": "^7.17.8",
|
||||
"@babel/parser": "^7.17.8",
|
||||
"@babel/template": "^7.16.7",
|
||||
"@babel/traverse": "^7.17.3",
|
||||
"@babel/types": "^7.17.0",
|
||||
|
@ -33825,11 +33729,6 @@
|
|||
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
||||
"integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
|
||||
},
|
||||
"is-path-cwd": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
|
||||
"integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ=="
|
||||
},
|
||||
"is-path-inside": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
||||
|
@ -35621,14 +35520,6 @@
|
|||
"p-limit": "^2.2.0"
|
||||
}
|
||||
},
|
||||
"p-map": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
|
||||
"integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
|
||||
"requires": {
|
||||
"aggregate-error": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "6.6.2",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"@react-hook/media-query": "1.1.1",
|
||||
"@types/animejs": "3.1.4",
|
||||
"@types/node": "17.0.14",
|
||||
"@types/react": "17.0.41",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"animejs": "3.2.1",
|
||||
"babel-plugin-i18next-extract": "0.8.3",
|
||||
|
|
46
yarn.lock
46
yarn.lock
|
@ -324,9 +324,9 @@
|
|||
"@babel/types" "^7.16.8"
|
||||
|
||||
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2":
|
||||
version "7.17.7"
|
||||
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz"
|
||||
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
|
||||
version "7.17.8"
|
||||
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz"
|
||||
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
|
||||
dependencies:
|
||||
"@babel/template" "^7.16.7"
|
||||
"@babel/traverse" "^7.17.3"
|
||||
|
@ -342,9 +342,9 @@
|
|||
js-tokens "^4.0.0"
|
||||
|
||||
"@babel/parser@^7.12.7", "@babel/parser@^7.15.5", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0", "@babel/parser@^7.17.3", "@babel/parser@^7.7.0":
|
||||
version "7.17.7"
|
||||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz"
|
||||
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
|
||||
version "7.17.8"
|
||||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz"
|
||||
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
|
||||
|
||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
||||
version "7.16.7"
|
||||
|
@ -2569,10 +2569,10 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.41":
|
||||
version "17.0.41"
|
||||
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz"
|
||||
integrity sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==
|
||||
"@types/react@*", "@types/react@17.0.42":
|
||||
version "17.0.42"
|
||||
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.42.tgz"
|
||||
integrity sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "*"
|
||||
|
@ -4426,7 +4426,7 @@ create-emotion@^10.0.27:
|
|||
|
||||
create-gatsby@^2.10.1:
|
||||
version "2.10.1"
|
||||
resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.10.1.tgz#7172877693efe02bebf7bd8c15a4072e83dfb916"
|
||||
resolved "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.10.1.tgz"
|
||||
integrity sha512-zkAtC6TLr6nNmZd2yKqnXuEMX2vX9ciu4VBtMY+4J/nQ/cV77xCAmoU9MCAjVDoLp2h8pNckYE1lneFxmhIgkQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6217,7 +6217,7 @@ gatsby-awesome-pagination@0.3.8:
|
|||
|
||||
gatsby-cli@4.10.1, gatsby-cli@^4.10.1:
|
||||
version "4.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.10.1.tgz#0c077a7c14de4a95a70edd32916a94580ff3dbda"
|
||||
resolved "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.10.1.tgz"
|
||||
integrity sha512-bv1xJEAcv4vT3DKdOqT1W8qe4L0Yvw5sZoSXDSKX9K9YSGu/CnBJXPa31rNrv357mc4CyAf/Vdfnzvr0tNN+iQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.14.0"
|
||||
|
@ -6381,7 +6381,7 @@ gatsby-plugin-eslint@4.0.2:
|
|||
|
||||
gatsby-plugin-feed@4.10.1:
|
||||
version "4.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.10.1.tgz#f7e926cdaef93fbf93379d492298e347348066fa"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-4.10.1.tgz"
|
||||
integrity sha512-eXD+hEzxmTujA8fGuOC8DnEUWIa6GH1oIzXNySsBukvr3c25BHuDXmD7niuQE/DJQKkyBKciSsLdu65IIcUW8g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6413,7 +6413,7 @@ gatsby-plugin-image@2.10.0:
|
|||
|
||||
gatsby-plugin-manifest@4.10.1:
|
||||
version "4.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.1.tgz#01949125a70bac22f2d8946d5829b49f7f188ca2"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.1.tgz"
|
||||
integrity sha512-D4WYQD1gDdyvWt8RYl4OC/i7thPkgtkm+kZW+d1JVpUTu+BrbdPYCIUMGdSrDyKxx3x0bhMmEf9hZW25acew0Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6424,7 +6424,7 @@ gatsby-plugin-manifest@4.10.1:
|
|||
|
||||
gatsby-plugin-mdx@3.10.1:
|
||||
version "3.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.10.1.tgz#93bf18ea69d98f6060cf664d2184af9f892460e8"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.10.1.tgz"
|
||||
integrity sha512-SUfocMx4pm8QCDDUrMwbF4qITwDWmeKkxVOeTl4xOhm4V2rwzPSruliDdFfYKfx3ImxPrXFC6sUtOc+W3ZAqoQ==
|
||||
dependencies:
|
||||
"@babel/core" "^7.15.5"
|
||||
|
@ -6480,7 +6480,7 @@ gatsby-plugin-netlify@4.1.0:
|
|||
|
||||
gatsby-plugin-offline@5.10.1:
|
||||
version "5.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.10.1.tgz#b4d6296ca788cb301af989612dea7fc13637f0fa"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-5.10.1.tgz"
|
||||
integrity sha512-l33iJlXfnY9xg3iEG1qCyu7bz0tnoMzocUY1KUCE2I4FMhSHtzMzcHqVHlrULbaye0fxikwsQ9oEX0bZPBuMHA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6493,7 +6493,7 @@ gatsby-plugin-offline@5.10.1:
|
|||
|
||||
gatsby-plugin-page-creator@^4.10.1:
|
||||
version "4.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.10.1.tgz#6c5308daba53729225578ca67e52f117088502a5"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.10.1.tgz"
|
||||
integrity sha512-tTN4qHH2n7CiV/MNx/FcnBBOmCWzlMkpIR6AtJfxdO5sncn3XIEwMKNxvp9WUm2bevUodlynxlER1dOtgj+DJA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6557,7 +6557,7 @@ gatsby-plugin-robots-txt@1.7.0:
|
|||
|
||||
gatsby-plugin-sass@5.10.1:
|
||||
version "5.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.10.1.tgz#1ada3acc1e2c16e51ec1e494ad8d48a581be72f2"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.10.1.tgz"
|
||||
integrity sha512-h8HS0BVEa/+GMQukScFyr0cpcdXQqwi4tliUto1EKtGsDO3ps2j89ytS6V9yGwp7KGFtZiI2y10R7gbBuVW1Yw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6566,7 +6566,7 @@ gatsby-plugin-sass@5.10.1:
|
|||
|
||||
gatsby-plugin-sharp@4.10.1:
|
||||
version "4.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.10.1.tgz#d72145f7649b71a1e5051dcf7ed8f4d1f72bb041"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.10.1.tgz"
|
||||
integrity sha512-Y+kB5BSfcxMYO5s13W3NDeDH28RCzSa8goo1yQNTISiGaC6iBO4EIEVbUiUBkoLA5nf46J71ve8A3sprZ66bog==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6591,7 +6591,7 @@ gatsby-plugin-sharp@4.10.1:
|
|||
|
||||
gatsby-plugin-sitemap@5.10.1:
|
||||
version "5.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.10.1.tgz#297e9434802e1d829b257ab9627ba581f48cb154"
|
||||
resolved "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.10.1.tgz"
|
||||
integrity sha512-EO5GWLhkN3gfOXLX8QlbIepu2Kq1kk4bBgU5M2CjZAyVQhahZAJxdBat7JgLTpKZL4lSJgVSCl9IkeKgHvm+pg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6650,7 +6650,7 @@ gatsby-remark-copy-linked-files@5.10.0:
|
|||
|
||||
gatsby-remark-images@6.10.1:
|
||||
version "6.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.10.1.tgz#8dac7e8baf02afd55e3122073ac04482f7623db2"
|
||||
resolved "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.10.1.tgz"
|
||||
integrity sha512-seENZFQ9KEBFz3UXlZhKn1tVkfkLms6/SmpEB27zp1m3tF2bb7EoszSSWS3lY9Fwa1/B6xemU06x7KwUMHqSsw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
@ -6753,7 +6753,7 @@ gatsby-transformer-sharp@4.10.0:
|
|||
|
||||
gatsby-worker@^1.10.1:
|
||||
version "1.10.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.10.1.tgz#d2549c9854effe3319bd4bd199be0a5c4d077af2"
|
||||
resolved "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.10.1.tgz"
|
||||
integrity sha512-1bHZjWEKppJSLfuRGYIYhHZt9vYffptMPRs3zmrYBocmZcJvq0eNhTIXUvThbhP+2XHqAPHHBUcyKCwlWlMAzA==
|
||||
dependencies:
|
||||
"@babel/core" "^7.15.5"
|
||||
|
@ -6761,7 +6761,7 @@ gatsby-worker@^1.10.1:
|
|||
|
||||
gatsby@4.10.2:
|
||||
version "4.10.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.10.2.tgz#aa4e89f80d811404cb10c82f1a00b322968c02b6"
|
||||
resolved "https://registry.npmjs.org/gatsby/-/gatsby-4.10.2.tgz"
|
||||
integrity sha512-m610SorVOlwVY6QLt6W2xlgqqfsHdUIY6I/IjqbDTyfI4d7GcKNBrJujE7BoxSpRL+9vUZRYw224hPcH+81Byg==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.14.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue