mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 15:28:28 -04:00
bump deps
This commit is contained in:
parent
33c02d205e
commit
ac7ac71c10
18
package.json
18
package.json
@ -27,8 +27,8 @@
|
||||
"@fontsource/inter": "4.5.4",
|
||||
"@fontsource/roboto-mono": "4.5.3",
|
||||
"@giscus/react": "^1.1.2",
|
||||
"@hcaptcha/react-hcaptcha": "^1.1.0",
|
||||
"@next/bundle-analyzer": "12.1.1-canary.4",
|
||||
"@hcaptcha/react-hcaptcha": "^1.1.1",
|
||||
"@next/bundle-analyzer": "12.1.1-canary.5",
|
||||
"@novnc/novnc": "github:novnc/noVNC#679b45fa3b453c7cf32f4b4455f4814818ecf161",
|
||||
"@octokit/graphql": "^4.8.0",
|
||||
"@primer/octicons": "^16.3.1",
|
||||
@ -49,14 +49,14 @@
|
||||
"is-absolute-url": "^4.0.1",
|
||||
"markdown-to-jsx": "^7.1.6",
|
||||
"modern-normalize": "github:sindresorhus/modern-normalize#b59ec0d3d8654cbb6843bc9ea45aef5f1d680108",
|
||||
"next": "12.1.1-canary.4",
|
||||
"next": "12.1.1-canary.5",
|
||||
"next-compose-plugins": "^2.2.1",
|
||||
"next-mdx-remote": "^4.0.0",
|
||||
"next-seo": "^5.1.0",
|
||||
"next-sitemap": "^2.5.2",
|
||||
"next-sitemap": "^2.5.4",
|
||||
"next-themes": "^0.0.15",
|
||||
"next-transpile-modules": "^9.0.0",
|
||||
"node-fetch": "^3.2.0",
|
||||
"node-fetch": "^3.2.1",
|
||||
"p-retry": "^5.0.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"query-string": "^7.1.1",
|
||||
@ -77,7 +77,7 @@
|
||||
"sanitize-html": "^2.7.0",
|
||||
"simple-icons": "^6.12.0",
|
||||
"swr": "^1.2.2",
|
||||
"terser": "^5.11.0",
|
||||
"terser": "^5.12.0",
|
||||
"twemoji": "github:twitter/twemoji#v13.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -86,7 +86,7 @@
|
||||
"@types/node": "*",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/react-dom": "^17.0.12",
|
||||
"@types/react-is": "^17.0.3",
|
||||
"@types/remove-markdown": "^0.3.1",
|
||||
"@types/sanitize-html": "^2.6.2",
|
||||
@ -94,7 +94,7 @@
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~8.10.0",
|
||||
"eslint-config-next": "12.1.1-canary.4",
|
||||
"eslint-config-next": "12.1.1-canary.5",
|
||||
"eslint-config-prettier": "~8.4.0",
|
||||
"eslint-plugin-mdx": "~1.16.0",
|
||||
"eslint-plugin-prettier": "~4.0.0",
|
||||
@ -105,7 +105,7 @@
|
||||
"stylelint": "~14.5.3",
|
||||
"stylelint-config-prettier": "~9.0.3",
|
||||
"stylelint-prettier": "~2.0.0",
|
||||
"typescript": "^4.5.5"
|
||||
"typescript": "^4.6.2"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "npx lint-staged"
|
||||
|
230
yarn.lock
230
yarn.lock
@ -1070,10 +1070,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@giscus/react/-/react-1.1.2.tgz#c97f06aab1272c0fbe567c69ebffe3bad7206e7a"
|
||||
integrity sha512-htSAAiTtoHTRE8GqSSkWmT+Iq7LJhtqSmr+HjEC1cXlNd1WeLVZXjnuiIj7+L8DOUnAdfh+1FClN304FVxIcsQ==
|
||||
|
||||
"@hcaptcha/react-hcaptcha@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.1.0.tgz#ca770c9fc1f456e3c6b057bedf01a94693b2ec96"
|
||||
integrity sha512-+0JYxSFkZaHMOJ91YD9PUNiCUZhG5d9BzVAIye4vAWMyXzfD4b8Dx7EwAVUf1qfbf8KVCa33QwoTRt6EKfDDSA==
|
||||
"@hcaptcha/react-hcaptcha@^1.1.1":
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@hcaptcha/react-hcaptcha/-/react-hcaptcha-1.1.1.tgz#b7f9fef825fe52595e38b61f125dc8d87d2a5440"
|
||||
integrity sha512-fydc0ob5NOEYiJPmohOmPqoBjLPhUokvMZBf1hOhrVcpMyZJbc1N/HPV4kysSayC34IQsaBRtEpswQFbHwe54w==
|
||||
|
||||
"@humanwhocodes/config-array@^0.9.2":
|
||||
version "0.9.5"
|
||||
@ -1147,84 +1147,84 @@
|
||||
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
|
||||
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
|
||||
|
||||
"@next/bundle-analyzer@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-12.1.1-canary.4.tgz#ebdb9cad24477acd8a810bece3388b51d9bf0795"
|
||||
integrity sha512-lbZ6JoUcSvCRk6gPiXksYkoh2O6HG1/IbanaA2wg62TO7XzMhVwTAQrBshQ/977qgLROxZMSCDbArpTRFBOwZg==
|
||||
"@next/bundle-analyzer@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-12.1.1-canary.5.tgz#1e2b3fdeb5488045c2b3bc50863360bfe84b8777"
|
||||
integrity sha512-YMmSRsjvAicmJwEB3qlGiPvgcclulb/R0H2KNk1Oa4/jv9+r9ctwkRKLPvj4zT9YWPIux5pV9rihbujq4t2tnQ==
|
||||
dependencies:
|
||||
webpack-bundle-analyzer "4.3.0"
|
||||
|
||||
"@next/env@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.1-canary.4.tgz#6227c2f98d228c7e93359fe8d7478bd8e5e2a0f6"
|
||||
integrity sha512-Bw0qfrqeqj/e2DKNA/+KGTYIG0mTDcdPEZZHDUS5a6AYjJ9FezzUyeRs+wLcsbHqfC+Be+cYkcp2HVFMAnvGOA==
|
||||
"@next/env@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.1-canary.5.tgz#1d504977e4728e661747c406c1925d2ec96c5378"
|
||||
integrity sha512-WoLapXbjXEoKVCH+dvNrzNyDjzJ6lOAkHvxUFYfrni8VvHQjYp0xQY+tLTUhzS+Q4q95y2FTuLv/aMWE3JQw4Q==
|
||||
|
||||
"@next/eslint-plugin-next@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.1-canary.4.tgz#48341b8fc1a81d97d0d443ccafbfda5424599df5"
|
||||
integrity sha512-7FxDrQAlI98dUkgze3JiDjNhtRGRvGPVD/y6NAbsKD7KUpqSPfgeQlBKpvot0Xi/1e84OmBK+Z1AhMd+sV5VNw==
|
||||
"@next/eslint-plugin-next@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.1-canary.5.tgz#60971d910487346d860b8ca49137c78cfc85d386"
|
||||
integrity sha512-pJ7mamyY/+5TZHGkmiNW4h2hkhZIym5O6mR4ECLMTHnSK/lIHsr0n+YUABR2Pm1BOPZaKw3JaoiSSGXDYqMzBA==
|
||||
dependencies:
|
||||
glob "7.1.7"
|
||||
|
||||
"@next/swc-android-arm-eabi@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.1.1-canary.4.tgz#bb571656e9e6ad4a987f4b0cd5dc4e606fe2c7ef"
|
||||
integrity sha512-V7+4nSFVxfU3nKuxdtksdqnZu4JjG74c81PN/hcc63jp+B+YsxhSQ5p2LDnJtrjah6BrlabOvcNIvuijxdxqpQ==
|
||||
"@next/swc-android-arm-eabi@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.1.1-canary.5.tgz#78724c5cc401d8a7dac3a5be2c826b0a400419a2"
|
||||
integrity sha512-KoZXY8CqzH2frD70enGriXMnTD/hSgHhbfUJNBmCjJrxROv3YcmcWCTkY8qVLTHvH3OJXJEk3Aa076DjlZfIUQ==
|
||||
|
||||
"@next/swc-android-arm64@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.1.1-canary.4.tgz#e1e973a98f01004c30bc12261299bccb48814026"
|
||||
integrity sha512-zLlN2D2qlYJQN3R0AFwTDceJOgD6eGOuExTtyd6/A/43o8ZCwIFFLzpjDw2zDv0hHlgfjkY6tMhJY4vjkzTPwQ==
|
||||
"@next/swc-android-arm64@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.1.1-canary.5.tgz#75349ff41f00959c010f8eb6fc6b609cb4355001"
|
||||
integrity sha512-O28vqzpALwzXVDntRkch7tLRlkN1u/DRlAnClFFyyRAiqvmAEiCoaka6VA6breuF/GHmLYAuYBRBq3g0hWn30A==
|
||||
|
||||
"@next/swc-darwin-arm64@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.1-canary.4.tgz#43ca6d6df37186567ba7fcdda51e7d637b94e77f"
|
||||
integrity sha512-mwBUCO/rVCVIWSAZ4CDDeI9M+PUxa6MHi97Y00kZPo1cVqc08EeBTIJopgtIk6q3jUXdAv7skF4zuzzDVU1owQ==
|
||||
"@next/swc-darwin-arm64@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.1-canary.5.tgz#b33fc039d820af8410c94daa71a7a96e3d4d40f7"
|
||||
integrity sha512-VuOaGm4W6UpiUqnhjme8d/Cj0OyOtvObWlFVdaFpmf8TUtWVAPZ+rcSAjxmU3upAQcSF0SoAF/ZKsykYTH/3GQ==
|
||||
|
||||
"@next/swc-darwin-x64@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.1.1-canary.4.tgz#277e72b598b1977291ac9e2eb08aff91b68447d9"
|
||||
integrity sha512-foANf3Ju2mlWhsruKQd28ZzWqZHWbJLnYwjqzlGtwbLJ3jKWbfqsjXRS0kfO85ZTTpLnH9tKEcKuKLuTx6t5Wg==
|
||||
"@next/swc-darwin-x64@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.1.1-canary.5.tgz#4cb44f7e06838943e2aefe6f716248fb3a16b9a8"
|
||||
integrity sha512-btmMAi0k+1w+0X6GcA4DKbX+tjMkqN1LA4cwYd2JtJMqN+oXOBjAGSM1WYOAwBiiM4lHx9NjJcu6et9AnW9auQ==
|
||||
|
||||
"@next/swc-linux-arm-gnueabihf@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.1.1-canary.4.tgz#eccf2c940a0a4fd76983fe952fe1b7a5a48c6dfd"
|
||||
integrity sha512-eyhLHrMH+/aOY1gupkJVRozJlZe9gBoRAOIft3fItJacSpNVqqSwHC+YwbeH5uO9Mm1Xb6Mqo0OnIcaAm6Iz2g==
|
||||
"@next/swc-linux-arm-gnueabihf@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.1.1-canary.5.tgz#746531c728da0b33341c4597a87b7e28c1b4ddcc"
|
||||
integrity sha512-5MfZu7+zE8LtJ4enFwX5ECCCNazNcIbMaxNjwU8+i4W30IPK0A/1sWR3YK1VDYBC1ASGPzXx70L4mo9PUFFwQg==
|
||||
|
||||
"@next/swc-linux-arm64-gnu@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.1.1-canary.4.tgz#30ff1a50402748daa95811b36174cdd8f666032b"
|
||||
integrity sha512-COWQESQYuQatXTIMvgsJeOt9mnNwpXma95NkuQud+M7TlG22zxTn70aDpNMBP5MNelC37q2K4MQB06/teB4wyA==
|
||||
"@next/swc-linux-arm64-gnu@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.1.1-canary.5.tgz#b9442a45eeef5112b1252a2f0a4e79df183b8f1f"
|
||||
integrity sha512-3araJF/ETZbsGlweURTabNbqa3HWOpIxudigqDRpR7kkEbL13UiadO/0T8IUIu6prdlpeUH/+X7rbRqJf/s8Ig==
|
||||
|
||||
"@next/swc-linux-arm64-musl@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.1.1-canary.4.tgz#c617ebd48e870fcfb0a49291616e92e0571d56c2"
|
||||
integrity sha512-w7y4hlPZbTp2CnLh7pR1xYkHHjxD3fON6uf1Zml/Ve3OrlqvuaxMtK41NHPpKiCBzwYbIAH12QGvapI5BVqGOw==
|
||||
"@next/swc-linux-arm64-musl@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.1.1-canary.5.tgz#fb18fe761325067196304ad9e9a9be7836ac82a0"
|
||||
integrity sha512-VVrwMuy+2l0AqKnw7KUrMfbFS0bdknaaY/weYiLz14QVMSjbw85NOeS1cG6nO4aOyn044/Xx0Luf73okctXURA==
|
||||
|
||||
"@next/swc-linux-x64-gnu@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.1.1-canary.4.tgz#ea673ebd6f771c3ab4834c0dd4646caf5e2770dc"
|
||||
integrity sha512-SSNEg2myCXUePTqiA+FbgNddHUYRoGxdAT9YLfopHWAtbpinvJzywG/fT5X6A9ZmPUJi8pxvPKP8QqqrhQp3kw==
|
||||
"@next/swc-linux-x64-gnu@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.1.1-canary.5.tgz#aefc755e7acc623650d8f95f7f010fcb181af611"
|
||||
integrity sha512-risZSXHRCMyyftuGF2XBUhOVHiOyex4tu3Z1tKCg5AZJDjfE/f0oalPiHnG2gc3OCn5JEaPT3XMX4HHp2qweaA==
|
||||
|
||||
"@next/swc-linux-x64-musl@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.1.1-canary.4.tgz#e0c6a75094e30b22254b7501ff3525751efe55aa"
|
||||
integrity sha512-oKpS9FtLKRgm1glxrvXcuztojXejovRBD/ww458hwUE6915mVsckJGeYPEhcqBV8OB0RvDweO2t8fBttZyTx4Q==
|
||||
"@next/swc-linux-x64-musl@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.1.1-canary.5.tgz#1fe7a848c3a86712b12a3f8cba7d63b8b2ab5e75"
|
||||
integrity sha512-n2HAC4pND5TKMdDcCRXzU9aEbpwJa3PNQv4cA00p4XyZLtRDPE6uig5Q4V0XDYmGmoOisEQ/OjeKfupYspuatA==
|
||||
|
||||
"@next/swc-win32-arm64-msvc@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.1.1-canary.4.tgz#4e1fd05c190a03f0b0ce666838297877fc2721ee"
|
||||
integrity sha512-3kx9BPfmGkUpAz+qkyYPKEubZtTPrWanEDIoYb23gmVbbAoRD4m11D7kdklrzR+c3/FGXHMgWrOp0LgUwdAP+Q==
|
||||
"@next/swc-win32-arm64-msvc@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.1.1-canary.5.tgz#120d097c6a175770a6cd35db75a73af19069620c"
|
||||
integrity sha512-fUD67Yd89cML3jx23KSaSpsI3BCzHFSp0kbdPgv8pWd4JMN0w+WxETsCacn8mamgZM97cVMmB3Vgh7jCJxZGZg==
|
||||
|
||||
"@next/swc-win32-ia32-msvc@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.1.1-canary.4.tgz#dd2fac8801ba930378d157cebde136703dd14b40"
|
||||
integrity sha512-h1xeYDDiCgZeoGKuTaQDA3qSS0U5o0AW+5GYgnWow89bSmVPV/Q6kCbphD1S8gZ+daG739Zx0sf7JelHzfptjQ==
|
||||
"@next/swc-win32-ia32-msvc@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.1.1-canary.5.tgz#f6962d08f833c0a3c405d11d0ec7047a3a306c3c"
|
||||
integrity sha512-ctZ4LCJbhQS6kbo46P102aLql7ZC1NzeXEL42t47IkLcs7eUijS5fiXC46CanXNNuOuRgK/LEaJ7/X3BLlVJQw==
|
||||
|
||||
"@next/swc-win32-x64-msvc@12.1.1-canary.4":
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.1-canary.4.tgz#bf9a37e40a9729566eb1a67056bd8806a1ae7755"
|
||||
integrity sha512-uNHFjpu4IsouXMqYQO47lIHhJ+piwOWBSdJypi9ALSnAGmRpyUUM7hGuCAAtUKsZTnOxGRKJ3S53uZmfIxnGTQ==
|
||||
"@next/swc-win32-x64-msvc@12.1.1-canary.5":
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.1-canary.5.tgz#20ba08f1cfa29a1f625cd16f4c4e33fc59ac1c15"
|
||||
integrity sha512-fL0jondFUC4W9/k9b+HKB/APow6sByRZoiCq5j081IJm/g4dl7bVUOcDAV2WIHx+Lx4PIiz0y+NGg1sK4/7Ykg==
|
||||
|
||||
"@nodelib/fs.scandir@2.1.5":
|
||||
version "2.1.5"
|
||||
@ -1611,10 +1611,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
|
||||
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
|
||||
|
||||
"@types/react-dom@^17.0.11":
|
||||
version "17.0.11"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
|
||||
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
|
||||
"@types/react-dom@^17.0.12":
|
||||
version "17.0.12"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.12.tgz#f08dfbc3c6d35084ffd3db6f09bdea8913de8494"
|
||||
integrity sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
@ -2601,9 +2601,9 @@ eastasianwidth@^0.2.0:
|
||||
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
||||
|
||||
electron-to-chromium@^1.4.71:
|
||||
version "1.4.74"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.74.tgz#f444036a90ffe75f6423b635e77edd4cc9e6cb2f"
|
||||
integrity sha512-DvQ20M0I4dIH8KcAo7n7E4OEeNafZ1N8z6g6ck+ALCM0ZoV6mpjaX6ekjs31zKlqPzacU3lmjG9PZEa1mQhEpQ==
|
||||
version "1.4.75"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.75.tgz#d1ad9bb46f2f1bf432118c2be21d27ffeae82fdd"
|
||||
integrity sha512-LxgUNeu3BVU7sXaKjUDD9xivocQLxFtq6wgERrutdY/yIOps3ODOZExK1jg8DTEg4U8TUCb5MLGeWFOYuxjF3Q==
|
||||
|
||||
emoji-regex@^8.0.0:
|
||||
version "8.0.0"
|
||||
@ -2700,12 +2700,12 @@ escape-string-regexp@^5.0.0:
|
||||
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
|
||||
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
|
||||
|
||||
eslint-config-next@12.1.1-canary.4:
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.1.1-canary.4.tgz#7a952f1c53e977e9bc0239129ffb7df34d0f1cb8"
|
||||
integrity sha512-TtUNUtiLQOfgOpkK/e7EgAk/dnxYeO5HBDKFWFvaCfLvPpi0eKRHswidQyJ2LNk5qIwXrETNjFJrF6qXZXN8GA==
|
||||
eslint-config-next@12.1.1-canary.5:
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.1.1-canary.5.tgz#186295dbd516701f230be3e6dcd546429bb6c4c3"
|
||||
integrity sha512-j7i3RgZGU3B8TmKr+adBbDMJVjatfK+ZqAEbpoFJ2THe30zMv3+BPPMCVsGGCOirY4VFLijveNCCTRtHmJMk0g==
|
||||
dependencies:
|
||||
"@next/eslint-plugin-next" "12.1.1-canary.4"
|
||||
"@next/eslint-plugin-next" "12.1.1-canary.5"
|
||||
"@rushstack/eslint-patch" "1.0.8"
|
||||
"@typescript-eslint/parser" "5.0.0"
|
||||
eslint-import-resolver-node "0.3.4"
|
||||
@ -3385,9 +3385,9 @@ has-flag@^4.0.0:
|
||||
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
||||
|
||||
has-symbols@^1.0.1, has-symbols@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
|
||||
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
|
||||
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
|
||||
|
||||
has-tostringtag@^1.0.0:
|
||||
version "1.0.0"
|
||||
@ -4839,10 +4839,10 @@ next-seo@^5.1.0:
|
||||
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.1.0.tgz#aa9fd6249a11bf93e6da06fa2a6bc89268936edf"
|
||||
integrity sha512-ampuQfNTOi1x+xtRIb6CZGunIo6rQXtMo2Tyu861d5GjJFIwfOXsA4lzCa4+e2rLkyXDyVpavNNUZWa3US9ELw==
|
||||
|
||||
next-sitemap@^2.5.2:
|
||||
version "2.5.2"
|
||||
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-2.5.2.tgz#f27e2a1ab1c0777f86c2981b514287b5747ea537"
|
||||
integrity sha512-sXRlw7LbBY3veAjmIyg4K84T/1MC8rsDY2NZubMIuQgAKaD/ZfKHZtj8lGJ+5mFbBIXn+isRkgFZZc72IeQ0Ig==
|
||||
next-sitemap@^2.5.4:
|
||||
version "2.5.4"
|
||||
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-2.5.4.tgz#a48498d495b603043b5322878501cf4069b827ef"
|
||||
integrity sha512-ftFqQQk74V+9+WkyAQLi98vaoLHisarP9VpsFTlAje3HOPzSQ33GrURDY8dRiguhFps4S4lQApXH5AgKByubvg==
|
||||
dependencies:
|
||||
"@corex/deepmerge" "^2.6.148"
|
||||
minimist "^1.2.5"
|
||||
@ -4860,29 +4860,29 @@ next-transpile-modules@^9.0.0:
|
||||
enhanced-resolve "^5.7.0"
|
||||
escalade "^3.1.1"
|
||||
|
||||
next@12.1.1-canary.4:
|
||||
version "12.1.1-canary.4"
|
||||
resolved "https://registry.yarnpkg.com/next/-/next-12.1.1-canary.4.tgz#fee7dd023cd3492f458c1edfa3142e04259f552d"
|
||||
integrity sha512-XBEnEUw4GpA+ha47BxkqNldZ+jZ5Mb1EmWYum6eXo2PqCL9SA/+NjiXXZqDJf8BSIKXOvH/RBLKkMI/PjlQhSA==
|
||||
next@12.1.1-canary.5:
|
||||
version "12.1.1-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/next/-/next-12.1.1-canary.5.tgz#b7aa1e1918d8b87c7bb00e00cdc8863d157a8d9c"
|
||||
integrity sha512-QMt2C+/8Sqm5fDri/tptezUGKNj6iHhfokAjvBJm8tZEK8JpUuWwwjgyGCN103zVR5nsoJ6uRjFdyhbRkq6kQg==
|
||||
dependencies:
|
||||
"@next/env" "12.1.1-canary.4"
|
||||
"@next/env" "12.1.1-canary.5"
|
||||
caniuse-lite "^1.0.30001283"
|
||||
postcss "8.4.5"
|
||||
styled-jsx "5.0.0"
|
||||
use-subscription "1.5.1"
|
||||
optionalDependencies:
|
||||
"@next/swc-android-arm-eabi" "12.1.1-canary.4"
|
||||
"@next/swc-android-arm64" "12.1.1-canary.4"
|
||||
"@next/swc-darwin-arm64" "12.1.1-canary.4"
|
||||
"@next/swc-darwin-x64" "12.1.1-canary.4"
|
||||
"@next/swc-linux-arm-gnueabihf" "12.1.1-canary.4"
|
||||
"@next/swc-linux-arm64-gnu" "12.1.1-canary.4"
|
||||
"@next/swc-linux-arm64-musl" "12.1.1-canary.4"
|
||||
"@next/swc-linux-x64-gnu" "12.1.1-canary.4"
|
||||
"@next/swc-linux-x64-musl" "12.1.1-canary.4"
|
||||
"@next/swc-win32-arm64-msvc" "12.1.1-canary.4"
|
||||
"@next/swc-win32-ia32-msvc" "12.1.1-canary.4"
|
||||
"@next/swc-win32-x64-msvc" "12.1.1-canary.4"
|
||||
"@next/swc-android-arm-eabi" "12.1.1-canary.5"
|
||||
"@next/swc-android-arm64" "12.1.1-canary.5"
|
||||
"@next/swc-darwin-arm64" "12.1.1-canary.5"
|
||||
"@next/swc-darwin-x64" "12.1.1-canary.5"
|
||||
"@next/swc-linux-arm-gnueabihf" "12.1.1-canary.5"
|
||||
"@next/swc-linux-arm64-gnu" "12.1.1-canary.5"
|
||||
"@next/swc-linux-arm64-musl" "12.1.1-canary.5"
|
||||
"@next/swc-linux-x64-gnu" "12.1.1-canary.5"
|
||||
"@next/swc-linux-x64-musl" "12.1.1-canary.5"
|
||||
"@next/swc-win32-arm64-msvc" "12.1.1-canary.5"
|
||||
"@next/swc-win32-ia32-msvc" "12.1.1-canary.5"
|
||||
"@next/swc-win32-x64-msvc" "12.1.1-canary.5"
|
||||
|
||||
nice-try@^1.0.4:
|
||||
version "1.0.5"
|
||||
@ -4906,10 +4906,10 @@ node-fetch@2.6.7, node-fetch@^2.6.7:
|
||||
dependencies:
|
||||
whatwg-url "^5.0.0"
|
||||
|
||||
node-fetch@^3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.0.tgz#59390db4e489184fa35d4b74caf5510e8dfbaf3b"
|
||||
integrity sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==
|
||||
node-fetch@^3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.1.tgz#002177382810cfb77858857f69a3621a86c45f26"
|
||||
integrity sha512-Ef3SPFtRWFCDyhvcwCSvacLpkwmYZcD57mmZzAsMiks9TpHpIghe32U9H06tMICnr+X7YCpzH7WvUlUoml2urA==
|
||||
dependencies:
|
||||
data-uri-to-buffer "^4.0.0"
|
||||
fetch-blob "^3.1.4"
|
||||
@ -6311,10 +6311,10 @@ tapable@^2.2.0:
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
||||
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
||||
|
||||
terser@^5.11.0:
|
||||
version "5.11.0"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.11.0.tgz#2da5506c02e12cd8799947f30ce9c5b760be000f"
|
||||
integrity sha512-uCA9DLanzzWSsN1UirKwylhhRz3aKPInlfmpGfw8VN6jHsAtu8HJtIpeeHHK23rxnE/cDc+yvmq5wqkIC6Kn0A==
|
||||
terser@^5.12.0:
|
||||
version "5.12.0"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.12.0.tgz#728c6bff05f7d1dcb687d8eace0644802a9dae8a"
|
||||
integrity sha512-R3AUhNBGWiFc77HXag+1fXpAxTAFRQTJemlJKjAgD9r8xXTpjNKqIXwHM/o7Rh+O0kUJtS3WQVdBeMKFk5sw9A==
|
||||
dependencies:
|
||||
acorn "^8.5.0"
|
||||
commander "^2.20.0"
|
||||
@ -6461,10 +6461,10 @@ type-fest@^0.8.1:
|
||||
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
|
||||
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
||||
|
||||
typescript@^4.5.5:
|
||||
version "4.5.5"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
|
||||
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
|
||||
typescript@^4.6.2:
|
||||
version "4.6.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
|
||||
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
|
||||
|
||||
unbox-primitive@^1.0.1:
|
||||
version "1.0.1"
|
||||
@ -6610,9 +6610,9 @@ unist-util-stringify-position@^2.0.0:
|
||||
"@types/unist" "^2.0.2"
|
||||
|
||||
unist-util-stringify-position@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.0.tgz#d517d2883d74d0daa0b565adc3d10a02b4a8cde9"
|
||||
integrity sha512-SdfAl8fsDclywZpfMDTVDxA2V7LjtRDTOFd44wUJamgl6OlVngsqWjxvermMYf60elWHbxhuRCZml7AnuXCaSA==
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.1.tgz#9dd6d1817aed14ea35c39227c47eb9bd192b7165"
|
||||
integrity sha512-HDVOJ704Uj5QWqoB6KV4CDP62OW9wam9BEuwGE4fvunhVraZcO/fFNBCpvmDDSlkFBG/GAYdHfKvKvDAJxzcWA==
|
||||
dependencies:
|
||||
"@types/unist" "^2.0.0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user