From 7416b7f1e13f3779141888310b2a6201c71b0c45 Mon Sep 17 00:00:00 2001 From: lucaburgio Date: Thu, 26 Jan 2023 19:10:30 +0100 Subject: [PATCH] add: 24 new icons --- iconoir.com/icons.csv | 30 +- icons/agile.svg | 6 + icons/bright-crown.svg | 18 ++ icons/bright-star.svg | 18 ++ icons/calendar-minus.svg | 7 + icons/calendar-plus.svg | 7 + icons/community.svg | 8 + icons/crown-circle.svg | 4 + icons/crown.svg | 3 + icons/git-cherry-pick-commit.svg | 6 + icons/git-pull-request-closed.svg | 7 + icons/key-command.svg | 6 + icons/learning.svg | 5 + icons/medium-priority.svg | 12 + icons/okrs.svg | 8 + icons/presentation.svg | 8 + icons/sine-wave.svg | 7 + icons/square-wave.svg | 5 + icons/strategy.svg | 6 + icons/t-shirt.svg | 5 + icons/user-crown.svg | 5 + icons/user-love.svg | 5 + icons/user-star.svg | 5 + icons/video-projector.svg | 12 + icons/women-t-shirt.svg | 5 + pnpm-lock.yaml | 461 ++++++++++++++++++------------ 26 files changed, 486 insertions(+), 183 deletions(-) create mode 100644 icons/agile.svg create mode 100644 icons/bright-crown.svg create mode 100644 icons/bright-star.svg create mode 100644 icons/calendar-minus.svg create mode 100644 icons/calendar-plus.svg create mode 100644 icons/community.svg create mode 100644 icons/crown-circle.svg create mode 100644 icons/crown.svg create mode 100644 icons/git-cherry-pick-commit.svg create mode 100644 icons/git-pull-request-closed.svg create mode 100644 icons/key-command.svg create mode 100644 icons/learning.svg create mode 100644 icons/medium-priority.svg create mode 100644 icons/okrs.svg create mode 100644 icons/presentation.svg create mode 100644 icons/sine-wave.svg create mode 100644 icons/square-wave.svg create mode 100644 icons/strategy.svg create mode 100644 icons/t-shirt.svg create mode 100644 icons/user-crown.svg create mode 100644 icons/user-love.svg create mode 100644 icons/user-star.svg create mode 100644 icons/video-projector.svg create mode 100644 icons/women-t-shirt.svg diff --git a/iconoir.com/icons.csv b/iconoir.com/icons.csv index 6a17e65e..5e2bf054 100644 --- a/iconoir.com/icons.csv +++ b/iconoir.com/icons.csv @@ -516,7 +516,7 @@ filename,category,tags "hexagon-alt","Shapes", "hexagon-dice","Gaming", "hexagon","Shapes", -"high-priority","Other", +"high-priority","Business", "historic-shield-alt","Security", "historic-shield","Security", "home-alt-slim-horiz","Home", @@ -814,8 +814,8 @@ filename,category,tags "printer-alt","Devices", "printer","Devices", "printing-page","Devices", -"priority-down","Other", -"priority-up","Other", +"priority-down","Business", +"priority-up","Business", "private-wifi","Connectivity", "profile-circle","Users","user,round,person", "prohibition","Actions", @@ -1231,3 +1231,27 @@ filename,category,tags "x-coordinate","Science", "y-coordinate","Science", "z-coordinate","Science", +"agile","Business", +"bright-crown","Gaming", +"bright-star","Gaming", +"calendar-minus","System", +"calendar-plus","System", +"community","Users", +"crown-circle","Gaming", +"crown","Gaming", +"git-cherry-pick-commit","Git", +"git-pull-request-closed","Git", +"key-command","System", +"learning","Users", +"medium-priority","Business", +"okrs","Business", +"presentation","Business", +"sine-wave","Science", +"square-wave","Science", +"strategy","Business", +"t-shirt","Clothing", +"user-crown","Users", +"user-love","Users", +"user-star","Users", +"video-projector","Devices", +"women-t-shirt","Clothing", diff --git a/icons/agile.svg b/icons/agile.svg new file mode 100644 index 00000000..a5d4ed68 --- /dev/null +++ b/icons/agile.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/bright-crown.svg b/icons/bright-crown.svg new file mode 100644 index 00000000..2b41e66e --- /dev/null +++ b/icons/bright-crown.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/icons/bright-star.svg b/icons/bright-star.svg new file mode 100644 index 00000000..7224860e --- /dev/null +++ b/icons/bright-star.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/icons/calendar-minus.svg b/icons/calendar-minus.svg new file mode 100644 index 00000000..f8079154 --- /dev/null +++ b/icons/calendar-minus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/calendar-plus.svg b/icons/calendar-plus.svg new file mode 100644 index 00000000..de34a0b7 --- /dev/null +++ b/icons/calendar-plus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/community.svg b/icons/community.svg new file mode 100644 index 00000000..146792cf --- /dev/null +++ b/icons/community.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/crown-circle.svg b/icons/crown-circle.svg new file mode 100644 index 00000000..b95e90fd --- /dev/null +++ b/icons/crown-circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/crown.svg b/icons/crown.svg new file mode 100644 index 00000000..d9a9c1e8 --- /dev/null +++ b/icons/crown.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/git-cherry-pick-commit.svg b/icons/git-cherry-pick-commit.svg new file mode 100644 index 00000000..f311351e --- /dev/null +++ b/icons/git-cherry-pick-commit.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/git-pull-request-closed.svg b/icons/git-pull-request-closed.svg new file mode 100644 index 00000000..5ebff4f3 --- /dev/null +++ b/icons/git-pull-request-closed.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/key-command.svg b/icons/key-command.svg new file mode 100644 index 00000000..c4547914 --- /dev/null +++ b/icons/key-command.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/learning.svg b/icons/learning.svg new file mode 100644 index 00000000..352b7abf --- /dev/null +++ b/icons/learning.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/medium-priority.svg b/icons/medium-priority.svg new file mode 100644 index 00000000..b9833879 --- /dev/null +++ b/icons/medium-priority.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/okrs.svg b/icons/okrs.svg new file mode 100644 index 00000000..0673e921 --- /dev/null +++ b/icons/okrs.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/presentation.svg b/icons/presentation.svg new file mode 100644 index 00000000..f56ffd5e --- /dev/null +++ b/icons/presentation.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/sine-wave.svg b/icons/sine-wave.svg new file mode 100644 index 00000000..76fa6a11 --- /dev/null +++ b/icons/sine-wave.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/square-wave.svg b/icons/square-wave.svg new file mode 100644 index 00000000..10fddb76 --- /dev/null +++ b/icons/square-wave.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/strategy.svg b/icons/strategy.svg new file mode 100644 index 00000000..77323675 --- /dev/null +++ b/icons/strategy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/t-shirt.svg b/icons/t-shirt.svg new file mode 100644 index 00000000..964d9d8d --- /dev/null +++ b/icons/t-shirt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/user-crown.svg b/icons/user-crown.svg new file mode 100644 index 00000000..b8d4b77c --- /dev/null +++ b/icons/user-crown.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/user-love.svg b/icons/user-love.svg new file mode 100644 index 00000000..916873f1 --- /dev/null +++ b/icons/user-love.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/user-star.svg b/icons/user-star.svg new file mode 100644 index 00000000..163bf5e2 --- /dev/null +++ b/icons/user-star.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/video-projector.svg b/icons/video-projector.svg new file mode 100644 index 00000000..ba6842fd --- /dev/null +++ b/icons/video-projector.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/women-t-shirt.svg b/icons/women-t-shirt.svg new file mode 100644 index 00000000..e5877738 --- /dev/null +++ b/icons/women-t-shirt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 751975cf..a7e56bec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,19 +45,19 @@ importers: '@types/animejs': ^3.1.6 '@types/lodash': ^4.14.191 '@types/node': ^18.11.18 - '@types/react': ^17.0.29 + '@types/react': ^17.0.53 '@types/react-dom': ^18.0.10 '@types/react-window': ^1.8.5 '@types/styled-components': ^5.1.26 animejs: ^3.2.1 case: ^1.6.3 csvtojson: ^2.0.10 - eslint: ^8.31.0 - eslint-config-next: ^13.1.1 - iconoir-react: workspace:* + eslint: ^8.32.0 + eslint-config-next: ^13.1.2 + iconoir-react: workspace:6.0.0 lodash: ^4.17.21 moment: ^2.29.4 - next: ^13.1.1 + next: ^13.1.2 next-mdx-remote: ^4.2.1 react: ^18.2.0 react-dom: ^18.2.0 @@ -83,19 +83,19 @@ importers: '@types/animejs': 3.1.6 '@types/lodash': 4.14.191 '@types/node': 18.11.18 - '@types/react': 17.0.52 + '@types/react': 17.0.53 '@types/react-dom': 18.0.10 '@types/react-window': 1.8.5 '@types/styled-components': 5.1.26 animejs: 3.2.1 case: 1.6.3 csvtojson: 2.0.10 - eslint: 8.31.0 - eslint-config-next: 13.1.1_iukboom6ndih5an6iafl45j2fe + eslint: 8.32.0 + eslint-config-next: 13.1.2_7uibuqfxkfaozanbtbziikiqje iconoir-react: link:../packages/iconoir-react lodash: 4.17.21 moment: 2.29.4 - next: 13.1.1_biqbaboplfbrettd7655fr4n2y + next: 13.1.2_biqbaboplfbrettd7655fr4n2y next-mdx-remote: 4.2.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -550,7 +550,7 @@ packages: estree-util-is-identifier-name: 2.0.1 estree-util-to-js: 1.1.0 estree-walker: 3.0.2 - hast-util-to-estree: 2.1.0 + hast-util-to-estree: 2.2.1 markdown-extensions: 1.1.1 periscopic: 3.0.4 remark-mdx: 2.2.1 @@ -571,7 +571,7 @@ packages: react: '>=16' dependencies: '@types/mdx': 2.0.3 - '@types/react': 17.0.52 + '@types/react': 17.0.53 react: 18.2.0 dev: true @@ -582,21 +582,21 @@ packages: content-type: 1.0.4 lru-cache: 7.14.1 statuses: 2.0.1 - undici: 5.14.0 + undici: 5.15.0 dev: true - /@next/env/13.1.1: - resolution: {integrity: sha512-vFMyXtPjSAiOXOywMojxfKIqE3VWN5RCAx+tT3AS3pcKjMLFTCJFUWsKv8hC+87Z1F4W3r68qTwDFZIFmd5Xkw==} + /@next/env/13.1.2: + resolution: {integrity: sha512-PpT4UZIX66VMTqXt4HKEJ+/PwbS+tWmmhZlazaws1a+dbUA5pPdjntQ46Jvj616i3ZKN9doS9LHx3y50RLjAWg==} dev: true - /@next/eslint-plugin-next/13.1.1: - resolution: {integrity: sha512-SBrOFS8PC3nQ5aeZmawJkjKkWjwK9RoxvBSv/86nZp0ubdoVQoko8r8htALd9ufp16NhacCdqhu9bzZLDWtALQ==} + /@next/eslint-plugin-next/13.1.2: + resolution: {integrity: sha512-WGaNVvIYphdriesP6r7jq/8l7u38tzotnVQuxc1RYKLqYYApSsrebti3OCPoT3Gx0pw2smPIFHH98RzcsgW5GQ==} dependencies: glob: 7.1.7 dev: true - /@next/swc-android-arm-eabi/13.1.1: - resolution: {integrity: sha512-qnFCx1kT3JTWhWve4VkeWuZiyjG0b5T6J2iWuin74lORCupdrNukxkq9Pm+Z7PsatxuwVJMhjUoYz7H4cWzx2A==} + /@next/swc-android-arm-eabi/13.1.2: + resolution: {integrity: sha512-7mRz1owoGsbfIcdOJA3kk7KEwPZ+OvVT1z9DkR/yru4QdVLF69h/1SHy0vlUNQMxDRllabhxCfkoZCB34GOGAg==} engines: {node: '>= 10'} cpu: [arm] os: [android] @@ -604,8 +604,8 @@ packages: dev: true optional: true - /@next/swc-android-arm64/13.1.1: - resolution: {integrity: sha512-eCiZhTzjySubNqUnNkQCjU3Fh+ep3C6b5DCM5FKzsTH/3Gr/4Y7EiaPZKILbvnXmhWtKPIdcY6Zjx51t4VeTfA==} + /@next/swc-android-arm64/13.1.2: + resolution: {integrity: sha512-mgjZ2eJSayovQm1LcE54BLSI4jjnnnLtq5GY5g+DdPuUiCT644gKtjZ/w2BQvuIecCqqBO+Ph9yzo/wUTq7NLg==} engines: {node: '>= 10'} cpu: [arm64] os: [android] @@ -613,8 +613,8 @@ packages: dev: true optional: true - /@next/swc-darwin-arm64/13.1.1: - resolution: {integrity: sha512-9zRJSSIwER5tu9ADDkPw5rIZ+Np44HTXpYMr0rkM656IvssowPxmhK0rTreC1gpUCYwFsRbxarUJnJsTWiutPg==} + /@next/swc-darwin-arm64/13.1.2: + resolution: {integrity: sha512-RikoQqy109r2222UJlyGs4dZw2BibkfPqpeFdW5JEGv+L2PStlHID8DwyVYbmHfQ0VIBGvbf/NAUtFakAWlhwg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -622,8 +622,8 @@ packages: dev: true optional: true - /@next/swc-darwin-x64/13.1.1: - resolution: {integrity: sha512-qWr9qEn5nrnlhB0rtjSdR00RRZEtxg4EGvicIipqZWEyayPxhUu6NwKiG8wZiYZCLfJ5KWr66PGSNeDMGlNaiA==} + /@next/swc-darwin-x64/13.1.2: + resolution: {integrity: sha512-JbDZjaTvL8gyPC5TAH6OnD4jmXPkyUxRYPvu08ZmhT/XAFBb/Cso0BdXyDax/BPCG70mimP9d3hXNKNq+A0VtQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -631,8 +631,8 @@ packages: dev: true optional: true - /@next/swc-freebsd-x64/13.1.1: - resolution: {integrity: sha512-UwP4w/NcQ7V/VJEj3tGVszgb4pyUCt3lzJfUhjDMUmQbzG9LDvgiZgAGMYH6L21MoyAATJQPDGiAMWAPKsmumA==} + /@next/swc-freebsd-x64/13.1.2: + resolution: {integrity: sha512-ax4j8VrdFQ/xc3W7Om0u1vnDxVApQHKsChBbAMynCrnycZmpbqK4MZu4ZkycT+mx2eccCiqZROpbzDbEdPosEw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -640,8 +640,8 @@ packages: dev: true optional: true - /@next/swc-linux-arm-gnueabihf/13.1.1: - resolution: {integrity: sha512-CnsxmKHco9sosBs1XcvCXP845Db+Wx1G0qouV5+Gr+HT/ZlDYEWKoHVDgnJXLVEQzq4FmHddBNGbXvgqM1Gfkg==} + /@next/swc-linux-arm-gnueabihf/13.1.2: + resolution: {integrity: sha512-NcRHTesnCxnUvSJa637PQJffBBkmqi5XS/xVWGY7dI6nyJ+pC96Oj7kd+mcjnFUQI5lHKbg39qBWKtOzbezc4w==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -649,8 +649,8 @@ packages: dev: true optional: true - /@next/swc-linux-arm64-gnu/13.1.1: - resolution: {integrity: sha512-JfDq1eri5Dif+VDpTkONRd083780nsMCOKoFG87wA0sa4xL8LGcXIBAkUGIC1uVy9SMsr2scA9CySLD/i+Oqiw==} + /@next/swc-linux-arm64-gnu/13.1.2: + resolution: {integrity: sha512-AxJdjocLtPrsBY4P2COSBIc3crT5bpjgGenNuINoensOlXhBkYM0aRDYZdydwXOhG+kN2ngUvfgitop9pa204w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -658,8 +658,8 @@ packages: dev: true optional: true - /@next/swc-linux-arm64-musl/13.1.1: - resolution: {integrity: sha512-GA67ZbDq2AW0CY07zzGt07M5b5Yaq5qUpFIoW3UFfjOPgb0Sqf3DAW7GtFMK1sF4ROHsRDMGQ9rnT0VM2dVfKA==} + /@next/swc-linux-arm64-musl/13.1.2: + resolution: {integrity: sha512-JmNimDkcCRq7P5zpkdqeaSZ69qKDntEPtyIaMNWqy5M0WUJxGim0Fs6Qzxayiyvuuh9Guxks4woQ/j/ZvX/c8Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -667,8 +667,8 @@ packages: dev: true optional: true - /@next/swc-linux-x64-gnu/13.1.1: - resolution: {integrity: sha512-nnjuBrbzvqaOJaV+XgT8/+lmXrSCOt1YYZn/irbDb2fR2QprL6Q7WJNgwsZNxiLSfLdv+2RJGGegBx9sLBEzGA==} + /@next/swc-linux-x64-gnu/13.1.2: + resolution: {integrity: sha512-TsLsjZwUlgmvI42neTuIoD6K9RlXCUzqPtvIClgXxVO0um0DiZwK+M+0zX/uVXhMVphfPY2c5YeR1zFSIONY4A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -676,8 +676,8 @@ packages: dev: true optional: true - /@next/swc-linux-x64-musl/13.1.1: - resolution: {integrity: sha512-CM9xnAQNIZ8zf/igbIT/i3xWbQZYaF397H+JroF5VMOCUleElaMdQLL5riJml8wUfPoN3dtfn2s4peSr3azz/g==} + /@next/swc-linux-x64-musl/13.1.2: + resolution: {integrity: sha512-eSkyXgCXydEFPTkcncQOGepafedPte6JT/OofB9uvruucrrMVBagCASOuPxodWEMrlfEKSXVnExMKIlfmQMD7A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -685,8 +685,8 @@ packages: dev: true optional: true - /@next/swc-win32-arm64-msvc/13.1.1: - resolution: {integrity: sha512-pzUHOGrbgfGgPlOMx9xk3QdPJoRPU+om84hqVoe6u+E0RdwOG0Ho/2UxCgDqmvpUrMab1Deltlt6RqcXFpnigQ==} + /@next/swc-win32-arm64-msvc/13.1.2: + resolution: {integrity: sha512-DmXFaRTgt2KrV9dmRLifDJE+cYiutHVFIw5/C9BtnwXH39uf3YbPxeD98vNrtqqqZVVLXY/1ySaSIwzYnqeY9g==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -694,8 +694,8 @@ packages: dev: true optional: true - /@next/swc-win32-ia32-msvc/13.1.1: - resolution: {integrity: sha512-WeX8kVS46aobM9a7Xr/kEPcrTyiwJqQv/tbw6nhJ4fH9xNZ+cEcyPoQkwPo570dCOLz3Zo9S2q0E6lJ/EAUOBg==} + /@next/swc-win32-ia32-msvc/13.1.2: + resolution: {integrity: sha512-3+nBkuFs/wT+lmRVQNH5SyDT7I4vUlNPntosEaEP63FuYQdPLaxz0GvcR66MdFSFh2fsvazpe4wciOwVS4FItQ==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -703,8 +703,8 @@ packages: dev: true optional: true - /@next/swc-win32-x64-msvc/13.1.1: - resolution: {integrity: sha512-mVF0/3/5QAc5EGVnb8ll31nNvf3BWpPY4pBb84tk+BfQglWLqc5AC9q1Ht/YMWiEgs8ALNKEQ3GQnbY0bJF2Gg==} + /@next/swc-win32-x64-msvc/13.1.2: + resolution: {integrity: sha512-avsyveEvcvH42PvKjR4Pb8JlLttuGURr2H3ZhS2b85pHOiZ7yjH3rMUoGnNzuLMApyxYaCvd4MedPrLhnNhkog==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -748,7 +748,7 @@ packages: resolution: {integrity: sha512-pq7CwIMV1kmzkFTimdwjAINCXKTajZErLB4wMLYapR2nuB/Jpr66+05wOTZMSCBXP6n4DdDWT2W19Bm17vU69Q==} engines: {node: '>= 14'} dependencies: - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 dev: true /@octokit/core/4.1.0: @@ -759,7 +759,7 @@ packages: '@octokit/graphql': 5.0.4 '@octokit/request': 6.2.2 '@octokit/request-error': 3.0.2 - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 transitivePeerDependencies: @@ -770,7 +770,7 @@ packages: resolution: {integrity: sha512-57gRlb28bwTsdNXq+O3JTQ7ERmBTuik9+LelgcLIVfYwf235VHbN9QNo4kXExtp/h8T423cR5iJThKtFYxC7Lw==} engines: {node: '>= 14'} dependencies: - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: true @@ -780,7 +780,7 @@ packages: engines: {node: '>= 14'} dependencies: '@octokit/request': 6.2.2 - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding @@ -797,7 +797,7 @@ packages: '@octokit/core': '>=4' dependencies: '@octokit/core': 4.1.0 - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 dev: true /@octokit/plugin-request-log/1.0.4_@octokit+core@4.1.0: @@ -815,7 +815,7 @@ packages: '@octokit/core': '>=3' dependencies: '@octokit/core': 4.1.0 - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 deprecation: 2.3.1 dev: true @@ -823,7 +823,7 @@ packages: resolution: {integrity: sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg==} engines: {node: '>= 14'} dependencies: - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 deprecation: 2.3.1 once: 1.4.0 dev: true @@ -834,9 +834,9 @@ packages: dependencies: '@octokit/endpoint': 7.0.3 '@octokit/request-error': 3.0.2 - '@octokit/types': 8.0.0 + '@octokit/types': 8.1.1 is-plain-object: 5.0.0 - node-fetch: 2.6.7 + node-fetch: 2.6.8 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding @@ -854,8 +854,8 @@ packages: - encoding dev: true - /@octokit/types/8.0.0: - resolution: {integrity: sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==} + /@octokit/types/8.1.1: + resolution: {integrity: sha512-7tjk+6DyhYAmei8FOEwPfGKc0VE1x56CKPJ+eE44zhDbOyMT+9yan8apfQFxo8oEFsy+0O7PiBtH8w0Yo0Y9Kw==} dependencies: '@octokit/openapi-types': 14.0.0 dev: true @@ -1217,7 +1217,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 17.0.52 + '@types/react': 17.0.53 hoist-non-react-statics: 3.3.2 dev: true @@ -1274,7 +1274,7 @@ packages: /@types/react-dom/18.0.10: resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==} dependencies: - '@types/react': 17.0.52 + '@types/react': 17.0.53 dev: true /@types/react-native/0.50.8: @@ -1286,7 +1286,7 @@ packages: /@types/react-window/1.8.5: resolution: {integrity: sha512-V9q3CvhC9Jk9bWBOysPGaWy/Z0lxYcTXLtLipkt2cnRj1JOSFNF7wqGpkScSXMgBwC+fnVRg/7shwgddBG5ICw==} dependencies: - '@types/react': 17.0.52 + '@types/react': 17.0.53 dev: true /@types/react/17.0.47: @@ -1297,8 +1297,8 @@ packages: csstype: 3.0.10 dev: true - /@types/react/17.0.52: - resolution: {integrity: sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==} + /@types/react/17.0.53: + resolution: {integrity: sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -1313,7 +1313,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.52 + '@types/react': 17.0.53 csstype: 3.1.1 dev: true @@ -1321,8 +1321,8 @@ packages: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@typescript-eslint/parser/5.48.1_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==} + /@typescript-eslint/parser/5.48.2_7uibuqfxkfaozanbtbziikiqje: + resolution: {integrity: sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1331,31 +1331,31 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.48.1 - '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.2 + '@typescript-eslint/types': 5.48.2 + '@typescript-eslint/typescript-estree': 5.48.2_typescript@4.9.4 debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.32.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.48.1: - resolution: {integrity: sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==} + /@typescript-eslint/scope-manager/5.48.2: + resolution: {integrity: sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/visitor-keys': 5.48.1 + '@typescript-eslint/types': 5.48.2 + '@typescript-eslint/visitor-keys': 5.48.2 dev: true - /@typescript-eslint/types/5.48.1: - resolution: {integrity: sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==} + /@typescript-eslint/types/5.48.2: + resolution: {integrity: sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.48.1_typescript@4.9.4: - resolution: {integrity: sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==} + /@typescript-eslint/typescript-estree/5.48.2_typescript@4.9.4: + resolution: {integrity: sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1363,8 +1363,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/visitor-keys': 5.48.1 + '@typescript-eslint/types': 5.48.2 + '@typescript-eslint/visitor-keys': 5.48.2 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -1375,11 +1375,11 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/5.48.1: - resolution: {integrity: sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==} + /@typescript-eslint/visitor-keys/5.48.2: + resolution: {integrity: sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.48.1 + '@typescript-eslint/types': 5.48.2 eslint-visitor-keys: 3.3.0 dev: true @@ -1507,7 +1507,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 get-intrinsic: 1.1.3 is-string: 1.0.7 dev: true @@ -1535,7 +1535,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 es-shim-unscopables: 1.0.0 dev: true @@ -1545,7 +1545,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 es-shim-unscopables: 1.0.0 dev: true @@ -1565,7 +1565,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 es-shim-unscopables: 1.0.0 get-intrinsic: 1.1.3 dev: true @@ -1711,6 +1711,10 @@ packages: resolution: {integrity: sha512-239m03Pqy0hwxYPYR5JwOIxRJfLTWtle9FV8zosfV5pHg+/51uD4nxcUlM8+mWWGfwKtt8lJNHnD3cWw9VZ6ow==} dev: true + /caniuse-lite/1.0.30001445: + resolution: {integrity: sha512-8sdQIdMztYmzfTMO6KfLny878Ln9c2M0fc7EH60IjlP4Dc4PiCy7K2Vl3ITmWgOyPgVQKa5x+UP/KqFsxj4mBg==} + dev: true + /case/1.6.3: resolution: {integrity: sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==} engines: {node: '>= 0.8.0'} @@ -1914,8 +1918,8 @@ packages: resolution: {integrity: sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==} dev: true - /css-to-react-native/3.0.0: - resolution: {integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==} + /css-to-react-native/3.1.0: + resolution: {integrity: sha512-AryfkFA29b4I3vG7N4kxFboq15DxwSXzhXM37XNEjwJMgjYIc8BcqfiprpAqX0zadI5PMByEIwAMzXxk5Vcc4g==} dependencies: camelize: 1.0.1 css-color-keywords: 1.0.0 @@ -2006,17 +2010,6 @@ packages: whatwg-url: 8.7.0 dev: true - /debug/2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.0.0 - dev: true - /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: @@ -2067,7 +2060,7 @@ packages: resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} dependencies: call-bind: 1.0.2 - es-get-iterator: 1.1.2 + es-get-iterator: 1.1.3 get-intrinsic: 1.1.3 is-arguments: 1.1.1 is-array-buffer: 3.0.1 @@ -2286,12 +2279,51 @@ packages: which-typed-array: 1.1.9 dev: true + /es-abstract/1.21.1: + resolution: {integrity: sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-set-tostringtag: 2.0.1 + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.1.3 + get-symbol-description: 1.0.0 + globalthis: 1.0.3 + gopd: 1.0.1 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.4 + is-array-buffer: 3.0.1 + is-callable: 1.2.7 + is-negative-zero: 2.0.2 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + is-string: 1.0.7 + is-typed-array: 1.1.10 + is-weakref: 1.0.2 + object-inspect: 1.12.3 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.4.3 + safe-regex-test: 1.0.0 + string.prototype.trimend: 1.0.6 + string.prototype.trimstart: 1.0.6 + typed-array-length: 1.0.4 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.9 + dev: true + /es-array-method-boxes-properly/1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} dev: true - /es-get-iterator/1.1.2: - resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} + /es-get-iterator/1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 @@ -2301,6 +2333,7 @@ packages: is-set: 2.0.2 is-string: 1.0.7 isarray: 2.0.5 + stop-iteration-iterator: 1.0.0 dev: true /es-set-tostringtag/2.0.1: @@ -2364,8 +2397,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-next/13.1.1_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-/5S2XGWlGaiqrRhzpn51ux5JUSLwx8PVK2keLi5xk7QmhfYB8PqE6R6SlVw6hgnf/VexvUXSrlNJ/su00NhtHQ==} + /eslint-config-next/13.1.2_7uibuqfxkfaozanbtbziikiqje: + resolution: {integrity: sha512-zdRAQOr8v69ZwJRtBrGqAqm160ONqKxU/pV1FB1KlgfyqveGsLZmlQ7l31otwtw763901J7xdiTVkj2y3YxXZA==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -2373,16 +2406,16 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.1.1 + '@next/eslint-plugin-next': 13.1.2 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.5.2_ol7jqilc3wemtdbq3nzhywgxq4 - eslint-plugin-import: 2.26.0_gbkhlznmxx34wjvsmktbfghs7m - eslint-plugin-jsx-a11y: 6.7.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + '@typescript-eslint/parser': 5.48.2_7uibuqfxkfaozanbtbziikiqje + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba + eslint-plugin-import: 2.27.5_bzolr7xl6xcwr64wsu2tr4eimm + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.32.0 + eslint-plugin-react: 7.32.1_eslint@8.32.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.32.0 typescript: 4.9.4 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -2398,17 +2431,18 @@ packages: eslint: 8.31.0 dev: true - /eslint-import-resolver-node/0.3.6: - resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + /eslint-import-resolver-node/0.3.7: + resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 + is-core-module: 2.11.0 resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true - /eslint-import-resolver-typescript/3.5.2_ol7jqilc3wemtdbq3nzhywgxq4: - resolution: {integrity: sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==} + /eslint-import-resolver-typescript/3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba: + resolution: {integrity: sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2416,8 +2450,8 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.12.0 - eslint: 8.31.0 - eslint-plugin-import: 2.26.0_gbkhlznmxx34wjvsmktbfghs7m + eslint: 8.32.0 + eslint-plugin-import: 2.27.5_bzolr7xl6xcwr64wsu2tr4eimm get-tsconfig: 4.3.0 globby: 13.1.3 is-core-module: 2.11.0 @@ -2427,7 +2461,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_7r6fnr7aaczisb57sc4twrjsgq: + /eslint-module-utils/2.7.4_ba2ykau6kcnaogk6czydxhup4m: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -2448,17 +2482,17 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.2_7uibuqfxkfaozanbtbziikiqje debug: 3.2.7 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.5.2_ol7jqilc3wemtdbq3nzhywgxq4 + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 3.5.3_ps7hf4l2dvbuxvtusmrfhmzsba transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_gbkhlznmxx34wjvsmktbfghs7m: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.27.5_bzolr7xl6xcwr64wsu2tr4eimm: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -2467,20 +2501,22 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.2_7uibuqfxkfaozanbtbziikiqje array-includes: 3.1.6 array.prototype.flat: 1.3.1 - debug: 2.6.9 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_7r6fnr7aaczisb57sc4twrjsgq + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_ba2ykau6kcnaogk6czydxhup4m has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 + semver: 6.3.0 tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -2488,8 +2524,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y/6.7.0_eslint@8.31.0: - resolution: {integrity: sha512-EGGRKhzejSzXKtjmEjWNtr4SK/DkMkSzkBH7g7e7moBDXZXrqaUIxkmD7uF93upMysc4dKYEJwupu7Dff+ShwA==} + /eslint-plugin-jsx-a11y/6.7.1_eslint@8.32.0: + resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -2503,7 +2539,7 @@ packages: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.31.0 + eslint: 8.32.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -2530,17 +2566,17 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.31.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.32.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.31.0 + eslint: 8.32.0 dev: true - /eslint-plugin-react/7.31.11_eslint@8.31.0: - resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} + /eslint-plugin-react/7.32.1_eslint@8.32.0: + resolution: {integrity: sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -2549,7 +2585,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.31.0 + eslint: 8.32.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -2581,6 +2617,16 @@ packages: eslint-visitor-keys: 2.1.0 dev: true + /eslint-utils/3.0.0_eslint@8.32.0: + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' + dependencies: + eslint: 8.32.0 + eslint-visitor-keys: 2.1.0 + dev: true + /eslint-visitor-keys/2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} @@ -2639,6 +2685,54 @@ packages: - supports-color dev: true + /eslint/8.32.0: + resolution: {integrity: sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + dependencies: + '@eslint/eslintrc': 1.4.1 + '@humanwhocodes/config-array': 0.11.8 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.1.1 + eslint-utils: 3.0.0_eslint@8.32.0 + eslint-visitor-keys: 3.3.0 + espree: 9.4.1 + esquery: 1.4.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.19.0 + grapheme-splitter: 1.0.4 + ignore: 5.2.4 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-sdsl: 4.2.0 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.1 + regexpp: 3.2.0 + strip-ansi: 6.0.1 + strip-json-comments: 3.1.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + dev: true + /espree/9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2834,7 +2928,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 functions-have-names: 1.2.3 dev: true @@ -3033,8 +3127,8 @@ packages: function-bind: 1.1.1 dev: true - /hast-util-to-estree/2.1.0: - resolution: {integrity: sha512-Vwch1etMRmm89xGgz+voWXvVHba2iiMdGMKmaMfYt35rbVtFDq8JNwwAIvi8zHMkO6Gvqo9oTMwJTmzVRfXh4g==} + /hast-util-to-estree/2.2.1: + resolution: {integrity: sha512-kiGD9WIW3gRKK8Gao3n1f+ahUeTMeJUJILnIT2QNrPigDNdH7rJxzhEbh81UajGeAdAHFecT1a+fLVOCTq9B4Q==} dependencies: '@types/estree': 1.0.0 '@types/estree-jsx': 1.0.0 @@ -3048,7 +3142,7 @@ packages: mdast-util-mdxjs-esm: 1.3.0 property-information: 6.2.0 space-separated-tokens: 2.0.2 - style-to-object: 0.3.0 + style-to-object: 0.4.1 unist-util-position: 4.0.3 zwitch: 2.0.4 transitivePeerDependencies: @@ -4208,10 +4302,6 @@ packages: engines: {node: '>=4'} dev: true - /ms/2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - dev: true - /ms/2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true @@ -4247,8 +4337,8 @@ packages: - supports-color dev: true - /next/13.1.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-R5eBAaIa3X7LJeYvv1bMdGnAVF4fVToEjim7MkflceFPuANY3YyvFxXee/A+acrSYwYPvOvf7f6v/BM/48ea5w==} + /next/13.1.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Rdnnb2YH///w78FEOR/IQ6TXga+qpth4OqFSem48ng1PYYKr6XBsIk1XVaRcIGM3o6iiHnun0nJvkJHDf+ICyQ==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: @@ -4265,34 +4355,34 @@ packages: sass: optional: true dependencies: - '@next/env': 13.1.1 + '@next/env': 13.1.2 '@swc/helpers': 0.4.14 - caniuse-lite: 1.0.30001442 + caniuse-lite: 1.0.30001445 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 styled-jsx: 5.1.1_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 13.1.1 - '@next/swc-android-arm64': 13.1.1 - '@next/swc-darwin-arm64': 13.1.1 - '@next/swc-darwin-x64': 13.1.1 - '@next/swc-freebsd-x64': 13.1.1 - '@next/swc-linux-arm-gnueabihf': 13.1.1 - '@next/swc-linux-arm64-gnu': 13.1.1 - '@next/swc-linux-arm64-musl': 13.1.1 - '@next/swc-linux-x64-gnu': 13.1.1 - '@next/swc-linux-x64-musl': 13.1.1 - '@next/swc-win32-arm64-msvc': 13.1.1 - '@next/swc-win32-ia32-msvc': 13.1.1 - '@next/swc-win32-x64-msvc': 13.1.1 + '@next/swc-android-arm-eabi': 13.1.2 + '@next/swc-android-arm64': 13.1.2 + '@next/swc-darwin-arm64': 13.1.2 + '@next/swc-darwin-x64': 13.1.2 + '@next/swc-freebsd-x64': 13.1.2 + '@next/swc-linux-arm-gnueabihf': 13.1.2 + '@next/swc-linux-arm64-gnu': 13.1.2 + '@next/swc-linux-arm64-musl': 13.1.2 + '@next/swc-linux-x64-gnu': 13.1.2 + '@next/swc-linux-x64-musl': 13.1.2 + '@next/swc-win32-arm64-msvc': 13.1.2 + '@next/swc-win32-ia32-msvc': 13.1.2 + '@next/swc-win32-x64-msvc': 13.1.2 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros dev: true - /node-fetch/2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + /node-fetch/2.6.8: + resolution: {integrity: sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -4339,6 +4429,10 @@ packages: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} dev: true + /object-inspect/1.12.3: + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + dev: true + /object-is/1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} engines: {node: '>= 0.4'} @@ -4368,7 +4462,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 dev: true /object.fromentries/2.0.6: @@ -4377,7 +4471,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 dev: true /object.getownpropertydescriptors/2.1.5: @@ -4394,7 +4488,7 @@ packages: resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 dev: true /object.values/1.1.6: @@ -4403,7 +4497,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 dev: true /once/1.4.0: @@ -4629,8 +4723,8 @@ packages: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true - /punycode/2.1.1: - resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + /punycode/2.2.0: + resolution: {integrity: sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==} engines: {node: '>=6'} dev: true @@ -4961,7 +5055,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 - object-inspect: 1.12.2 + object-inspect: 1.12.3 dev: true /signal-exit/3.0.7: @@ -5035,6 +5129,13 @@ packages: engines: {node: '>= 0.8'} dev: true + /stop-iteration-iterator/1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + dependencies: + internal-slot: 1.0.4 + dev: true + /streamsearch/1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} @@ -5054,7 +5155,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 get-intrinsic: 1.1.3 has-symbols: 1.0.3 internal-slot: 1.0.4 @@ -5067,7 +5168,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 dev: true /string.prototype.trimstart/1.0.6: @@ -5075,7 +5176,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.21.0 + es-abstract: 1.21.1 dev: true /string_decoder/1.3.0: @@ -5120,8 +5221,8 @@ packages: engines: {node: '>=8'} dev: true - /style-to-object/0.3.0: - resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} + /style-to-object/0.4.1: + resolution: {integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==} dependencies: inline-style-parser: 0.1.1 dev: true @@ -5141,7 +5242,7 @@ packages: '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 babel-plugin-styled-components: 2.0.7_styled-components@5.3.6 - css-to-react-native: 3.0.0 + css-to-react-native: 3.1.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -5266,7 +5367,7 @@ packages: engines: {node: '>=6'} dependencies: psl: 1.9.0 - punycode: 2.1.1 + punycode: 2.2.0 universalify: 0.2.0 url-parse: 1.5.10 dev: true @@ -5279,7 +5380,7 @@ packages: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} dependencies: - punycode: 2.1.1 + punycode: 2.2.0 dev: true /trim-lines/3.0.1: @@ -5370,8 +5471,8 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /undici/5.14.0: - resolution: {integrity: sha512-yJlHYw6yXPPsuOH0x2Ib1Km61vu4hLiRRQoafs+WUgX1vO64vgnxiCEN9dpIrhZyHFsai3F0AEj4P9zy19enEQ==} + /undici/5.15.0: + resolution: {integrity: sha512-wCAZJDyjw9Myv+Ay62LAoB+hZLPW9SmKbQkbHIhMw/acKSlpn7WohdMUc/Vd4j1iSMBO0hWwU8mjB7a5p5bl8g==} engines: {node: '>=12.18'} dependencies: busboy: 1.6.0 @@ -5477,7 +5578,7 @@ packages: /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: - punycode: 2.1.1 + punycode: 2.2.0 dev: true /url-parse/1.5.10: