Skip to content
Snippets Groups Projects
package-lock.json 533 KiB
Newer Older
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
            "version": "7.4.6",
            "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz",
            "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==",
            "dependencies": {
                "brace-expansion": "^2.0.1"
            },
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/sponsors/isaacs"
            }
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@swc/helpers": {
            "version": "0.5.1",
            "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
            "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
            "dependencies": {
                "tslib": "^2.4.0"
            }
        },
        "node_modules/@t3-oss/env-core": {
            "version": "0.6.0",
            "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.6.0.tgz",
            "integrity": "sha512-3FkPAba069WRZVVab/sB1m3eSGn/rZeypx5k+sWEu1d+k0OQdRDnvFS+7MtxYgqVrwaRk3b7yVnX2dgSPVmWPQ==",
            "peerDependencies": {
                "typescript": ">=4.7.2",
                "zod": "^3.0.0"
            }
        },
        "node_modules/@t3-oss/env-nextjs": {
            "version": "0.6.0",
            "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.6.0.tgz",
            "integrity": "sha512-SpzcGNIbUYcQw4zPPFeRJqCC1560zL7QmB0puIqOnuCsmykPkqHPX+n9CNZLXVQerboHzfvb7Kd+jAdouk72Vw==",
            "dependencies": {
                "@t3-oss/env-core": "0.6.0"
            },
            "peerDependencies": {
                "typescript": ">=4.7.2",
                "zod": "^3.0.0"
            }
        },
        "node_modules/@tanstack/eslint-plugin-query": {
            "version": "4.29.9",
            "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-4.29.9.tgz",
            "integrity": "sha512-JlIZcs+zhl/ihta49iIbMCf3E8tSvGDqMIH+oItnYLOzWI7oiujXu7FYgna2E1V79KhR0PaxkPX6jHZLpvacgw==",
            "dev": true,
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/tannerlinsley"
            }
        },
        "node_modules/@tanstack/query-core": {
            "version": "4.29.19",
            "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.19.tgz",
            "integrity": "sha512-uPe1DukeIpIHpQi6UzIgBcXsjjsDaLnc7hF+zLBKnaUlh7jFE/A+P8t4cU4VzKPMFB/C970n/9SxtpO5hmIRgw==",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/tannerlinsley"
            }
        },
        "node_modules/@tanstack/react-query": {
            "version": "4.29.19",
            "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.19.tgz",
            "integrity": "sha512-XiTIOHHQ5Cw1WUlHaD4fmVUMhoWjuNJlAeJGq7eM4BraI5z7y8WkZO+NR8PSuRnQGblpuVdjClQbDFtwxTtTUw==",
            "dependencies": {
                "@tanstack/query-core": "4.29.19",
                "use-sync-external-store": "^1.2.0"
            },
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/tannerlinsley"
            },
            "peerDependencies": {
                "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
                "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
                "react-native": "*"
            },
            "peerDependenciesMeta": {
                "react-dom": {
                    "optional": true
                },
                "react-native": {
                    "optional": true
                }
            }
        },
        "node_modules/@testing-library/dom": {
            "version": "9.3.1",
            "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.1.tgz",
            "integrity": "sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==",
            "dev": true,
            "dependencies": {
                "@babel/code-frame": "^7.10.4",
                "@babel/runtime": "^7.12.5",
                "@types/aria-query": "^5.0.1",
                "aria-query": "5.1.3",
                "chalk": "^4.1.0",
                "dom-accessibility-api": "^0.5.9",
                "lz-string": "^1.5.0",
                "pretty-format": "^27.0.2"
            },
            "engines": {
                "node": ">=14"
            }
        },
        "node_modules/@testing-library/dom/node_modules/aria-query": {
            "version": "5.1.3",
            "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
            "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
            "dev": true,
            "dependencies": {
                "deep-equal": "^2.0.5"
            }
        },
        "node_modules/@testing-library/dom/node_modules/chalk": {
            "version": "4.1.2",
            "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
            "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
            "dev": true,
            "dependencies": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
            },
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/chalk/chalk?sponsor=1"
            }
        },
        "node_modules/@testing-library/jest-dom": {
            "version": "5.16.5",
            "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz",
            "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==",
            "dev": true,
            "dependencies": {
                "@adobe/css-tools": "^4.0.1",
                "@babel/runtime": "^7.9.2",
                "@types/testing-library__jest-dom": "^5.9.1",
                "aria-query": "^5.0.0",
                "chalk": "^3.0.0",
                "css.escape": "^1.5.1",
                "dom-accessibility-api": "^0.5.6",
                "lodash": "^4.17.15",
                "redent": "^3.0.0"
            },
            "engines": {
                "node": ">=8",
                "npm": ">=6",
                "yarn": ">=1"
            }
        },
        "node_modules/@testing-library/react": {
            "version": "14.0.0",
            "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz",
            "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==",
            "dev": true,
            "dependencies": {
                "@babel/runtime": "^7.12.5",
                "@testing-library/dom": "^9.0.0",
                "@types/react-dom": "^18.0.0"
            },
            "engines": {
                "node": ">=14"
            },
            "peerDependencies": {
                "react": "^18.0.0",
                "react-dom": "^18.0.0"
            }
        },
        "node_modules/@tootallnate/once": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
            "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
            "dev": true,
            "engines": {
                "node": ">= 10"
            }
        },
        "node_modules/@types/aria-query": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.1.tgz",
            "integrity": "sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==",
            "dev": true
        },
        "node_modules/@types/babel__core": {
            "version": "7.20.1",
            "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
            "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
            "dev": true,
            "dependencies": {
                "@babel/parser": "^7.20.7",
                "@babel/types": "^7.20.7",
                "@types/babel__generator": "*",
                "@types/babel__template": "*",
                "@types/babel__traverse": "*"
            }
        },
        "node_modules/@types/babel__generator": {
            "version": "7.6.4",
            "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
            "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
            "dev": true,
            "dependencies": {
                "@babel/types": "^7.0.0"
            }
        },
        "node_modules/@types/babel__template": {
            "version": "7.4.1",
            "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
            "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
            "dev": true,
            "dependencies": {
                "@babel/parser": "^7.1.0",
                "@babel/types": "^7.0.0"
            }
        },
        "node_modules/@types/babel__traverse": {
            "version": "7.20.1",
            "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
            "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
            "dev": true,
            "dependencies": {
                "@babel/types": "^7.20.7"
            }
        },
        "node_modules/@types/bcrypt": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/@types/bcrypt/-/bcrypt-5.0.0.tgz",
            "integrity": "sha512-agtcFKaruL8TmcvqbndlqHPSJgsolhf/qPWchFlgnW1gECTN/nKbFcoFnvKAQRFfKbh+BO6A3SWdJu9t+xF3Lw==",
            "dev": true,
            "dependencies": {
                "@types/node": "*"
            }
        },
        "node_modules/@types/graceful-fs": {
            "version": "4.1.6",
            "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
            "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
            "dev": true,
            "dependencies": {
                "@types/node": "*"
            }
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/@types/hast": {
            "version": "2.3.4",
            "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz",
            "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==",
            "dependencies": {
                "@types/unist": "*"
            }
        },
        "node_modules/@types/hoist-non-react-statics": {
            "version": "3.3.1",
            "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
            "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
            "dependencies": {
                "@types/react": "*",
                "hoist-non-react-statics": "^3.3.0"
            }
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@types/istanbul-lib-coverage": {
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
            "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==",
            "dev": true
        },
        "node_modules/@types/istanbul-lib-report": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
            "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
            "dev": true,
            "dependencies": {
                "@types/istanbul-lib-coverage": "*"
            }
        },
        "node_modules/@types/istanbul-reports": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
            "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
            "dev": true,
            "dependencies": {
                "@types/istanbul-lib-report": "*"
            }
        },
        "node_modules/@types/jest": {
            "version": "29.5.3",
            "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
            "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
Yusuf Akgül's avatar
Yusuf Akgül committed
            "dev": true,
            "dependencies": {
                "expect": "^29.0.0",
                "pretty-format": "^29.0.0"
            }
        },
        "node_modules/@types/jest/node_modules/ansi-styles": {
            "version": "5.2.0",
            "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
            "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
            "dev": true,
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/chalk/ansi-styles?sponsor=1"
            }
        },
        "node_modules/@types/jest/node_modules/pretty-format": {
            "version": "29.5.0",
            "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
            "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
            "dev": true,
            "dependencies": {
                "@jest/schemas": "^29.4.3",
                "ansi-styles": "^5.0.0",
                "react-is": "^18.0.0"
            },
            "engines": {
                "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
            }
        },
        "node_modules/@types/jest/node_modules/react-is": {
            "version": "18.2.0",
            "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
            "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
            "dev": true
        },
        "node_modules/@types/jsdom": {
            "version": "20.0.1",
            "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
            "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
            "dev": true,
            "dependencies": {
                "@types/node": "*",
                "@types/tough-cookie": "*",
                "parse5": "^7.0.0"
            }
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/@types/json-schema": {
            "version": "7.0.12",
            "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
            "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA=="
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@types/json5": {
            "version": "0.0.29",
            "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
            "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
            "dev": true
        },
        "node_modules/@types/node": {
Yusuf Akgül's avatar
Yusuf Akgül committed
            "version": "20.4.1",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.1.tgz",
            "integrity": "sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==",
Yusuf Akgül's avatar
Yusuf Akgül committed
            "dev": true
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@types/nodemailer": {
            "version": "6.4.8",
            "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.8.tgz",
            "integrity": "sha512-oVsJSCkqViCn8/pEu2hfjwVO+Gb3e+eTWjg3PcjeFKRItfKpKwHphQqbYmPQrlMk+op7pNNWPbsJIEthpFN/OQ==",
            "dev": true,
            "dependencies": {
                "@types/node": "*"
            }
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@types/prettier": {
            "version": "2.7.3",
            "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
            "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
            "dev": true
        },
        "node_modules/@types/prop-types": {
            "version": "15.7.5",
            "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
            "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
        },
        "node_modules/@types/ramda": {
            "version": "0.29.3",
            "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.3.tgz",
            "integrity": "sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==",
            "dependencies": {
                "types-ramda": "^0.29.4"
            }
Yusuf Akgül's avatar
Yusuf Akgül committed
        },
        "node_modules/@types/react": {
            "version": "18.2.14",
            "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz",
            "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==",
            "dependencies": {
                "@types/prop-types": "*",
                "@types/scheduler": "*",
                "csstype": "^3.0.2"
            }
        },
        "node_modules/@types/react-dom": {
            "version": "18.2.6",
            "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.6.tgz",
            "integrity": "sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==",
            "devOptional": true,
            "dependencies": {
                "@types/react": "*"
            }
        },
        "node_modules/@types/scheduler": {
            "version": "0.16.3",
            "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
            "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
Yusuf Akgül's avatar
Yusuf Akgül committed
        },
        "node_modules/@types/stack-utils": {
            "version": "2.0.1",
            "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
            "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",
            "dev": true
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/@types/swagger-jsdoc": {
            "version": "6.0.1",
            "resolved": "https://registry.npmjs.org/@types/swagger-jsdoc/-/swagger-jsdoc-6.0.1.tgz",
            "integrity": "sha512-+MUpcbyxD528dECUBCEVm6abNuORdbuGjbrUdHDeAQ+rkPuo2a+L4N02WJHF3bonSSE6SJ3dUJwF2V6+cHnf0w=="
        },
        "node_modules/@types/swagger-ui-react": {
            "version": "4.18.0",
            "resolved": "https://registry.npmjs.org/@types/swagger-ui-react/-/swagger-ui-react-4.18.0.tgz",
            "integrity": "sha512-XtvFXmj46Zibe89tFQwSQknrq1NxEtOep2rZuxth7K88tyPEP00FnoA6H7ATYhocAEA4XUWaNHNFWFRl1KX8aQ==",
            "dev": true,
            "dependencies": {
                "@types/react": "*"
            }
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@types/testing-library__jest-dom": {
            "version": "5.14.6",
            "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.6.tgz",
            "integrity": "sha512-FkHXCb+ikSoUP4Y4rOslzTdX5sqYwMxfefKh1GmZ8ce1GOkEHntSp6b5cGadmNfp5e4BMEWOMx+WSKd5/MqlDA==",
            "dev": true,
            "dependencies": {
                "@types/jest": "*"
            }
        },
        "node_modules/@types/tough-cookie": {
            "version": "4.0.2",
            "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz",
            "integrity": "sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==",
            "dev": true
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/@types/unist": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.0.tgz",
            "integrity": "sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w=="
        },
        "node_modules/@types/use-sync-external-store": {
            "version": "0.0.3",
            "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
            "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA=="
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/@types/yargs": {
            "version": "17.0.24",
            "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz",
            "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==",
            "dev": true,
            "dependencies": {
                "@types/yargs-parser": "*"
            }
        },
        "node_modules/@types/yargs-parser": {
            "version": "21.0.0",
            "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
            "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==",
            "dev": true
        },
        "node_modules/@typescript-eslint/parser": {
            "version": "5.60.1",
            "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz",
            "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==",
            "dev": true,
            "dependencies": {
                "@typescript-eslint/scope-manager": "5.60.1",
                "@typescript-eslint/types": "5.60.1",
                "@typescript-eslint/typescript-estree": "5.60.1",
                "debug": "^4.3.4"
            },
            "engines": {
                "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/typescript-eslint"
            },
            "peerDependencies": {
                "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
            },
            "peerDependenciesMeta": {
                "typescript": {
                    "optional": true
                }
            }
        },
        "node_modules/@typescript-eslint/scope-manager": {
            "version": "5.60.1",
            "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz",
            "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==",
            "dev": true,
            "dependencies": {
                "@typescript-eslint/types": "5.60.1",
                "@typescript-eslint/visitor-keys": "5.60.1"
            },
            "engines": {
                "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/typescript-eslint"
            }
        },
        "node_modules/@typescript-eslint/types": {
            "version": "5.60.1",
            "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz",
            "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==",
            "dev": true,
            "engines": {
                "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/typescript-eslint"
            }
        },
        "node_modules/@typescript-eslint/typescript-estree": {
            "version": "5.60.1",
            "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz",
            "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==",
            "dev": true,
            "dependencies": {
                "@typescript-eslint/types": "5.60.1",
                "@typescript-eslint/visitor-keys": "5.60.1",
                "debug": "^4.3.4",
                "globby": "^11.1.0",
                "is-glob": "^4.0.3",
                "semver": "^7.3.7",
                "tsutils": "^3.21.0"
            },
            "engines": {
                "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/typescript-eslint"
            },
            "peerDependenciesMeta": {
                "typescript": {
                    "optional": true
                }
            }
        },
        "node_modules/@typescript-eslint/visitor-keys": {
            "version": "5.60.1",
            "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz",
            "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==",
            "dev": true,
            "dependencies": {
                "@typescript-eslint/types": "5.60.1",
                "eslint-visitor-keys": "^3.3.0"
            },
            "engines": {
                "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/typescript-eslint"
            }
        },
        "node_modules/@uploadthing/mime-types": {
            "version": "0.2.0",
            "resolved": "https://registry.npmjs.org/@uploadthing/mime-types/-/mime-types-0.2.0.tgz",
            "integrity": "sha512-nRcdyM622+GYT9SdaJIVLknqoc8i7krItinfuBPtvmPc+UNGDJ+pMkr4AatYp88cEc4iYtPlN8flJvZ3dNtgrg=="
        },
        "node_modules/@uploadthing/react": {
            "version": "5.1.0",
            "resolved": "https://registry.npmjs.org/@uploadthing/react/-/react-5.1.0.tgz",
            "integrity": "sha512-gBcw7A6I3/1APqSB2tRk81JNRYdopurt5cHrTdlrLQakH2XnCTs+1Ptl+Tx6MP/zVPajJHdW5B3JB8iQc4SHoQ==",
            "dependencies": {
                "@uploadthing/shared": "^5.0.1"
            },
            "peerDependencies": {
                "react": "^17.0.2 || ^18.0.0",
                "react-dropzone": "^14.2.3",
                "uploadthing": "^5.0.0"
            }
        },
        "node_modules/@uploadthing/shared": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/@uploadthing/shared/-/shared-5.0.1.tgz",
            "integrity": "sha512-SMIM9Dyxu/LuKZCM0w/yCXL/wrZedUHKiEK022y5LXhbG7uApVFBPChC2+CCY7ZRU3O9sCCNsDj6OjdygIOEQw==",
            "peerDependencies": {
                "@uploadthing/mime-types": "^0.2.0",
                "zod": "^3.21.4"
            },
            "peerDependenciesMeta": {
                "@uploadthing/mime-types": {
                    "optional": true
                }
            }
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/@yarnpkg/lockfile": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
            "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ=="
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/abab": {
            "version": "2.0.6",
            "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
            "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
            "dev": true
        },
        "node_modules/abbrev": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
            "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
        },
        "node_modules/acorn": {
            "version": "8.9.0",
            "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz",
            "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
            "dev": true,
            "bin": {
                "acorn": "bin/acorn"
            },
            "engines": {
                "node": ">=0.4.0"
            }
        },
        "node_modules/acorn-globals": {
            "version": "7.0.1",
            "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz",
            "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==",
            "dev": true,
            "dependencies": {
                "acorn": "^8.1.0",
                "acorn-walk": "^8.0.2"
            }
        },
        "node_modules/acorn-jsx": {
            "version": "5.3.2",
            "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
            "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
            "dev": true,
            "peerDependencies": {
                "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
            }
        },
        "node_modules/acorn-walk": {
            "version": "8.2.0",
            "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
            "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
            "dev": true,
            "engines": {
                "node": ">=0.4.0"
            }
        },
        "node_modules/agent-base": {
            "version": "6.0.2",
            "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
            "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
            "dependencies": {
                "debug": "4"
            },
            "engines": {
                "node": ">= 6.0.0"
            }
        },
        "node_modules/ajv": {
            "version": "6.12.6",
            "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
            "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
            "dev": true,
            "dependencies": {
                "fast-deep-equal": "^3.1.1",
                "fast-json-stable-stringify": "^2.0.0",
                "json-schema-traverse": "^0.4.1",
                "uri-js": "^4.2.2"
            },
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/epoberezkin"
            }
        },
        "node_modules/ansi-escapes": {
            "version": "4.3.2",
            "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
            "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
            "dev": true,
            "dependencies": {
                "type-fest": "^0.21.3"
            },
            "engines": {
                "node": ">=8"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/ansi-escapes/node_modules/type-fest": {
            "version": "0.21.3",
            "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
            "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
            "dev": true,
            "engines": {
                "node": ">=10"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/ansi-regex": {
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
            "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/ansi-styles": {
            "version": "4.3.0",
            "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
            "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
            "dependencies": {
                "color-convert": "^2.0.1"
            },
            "engines": {
                "node": ">=8"
            },
            "funding": {
                "url": "https://github.com/chalk/ansi-styles?sponsor=1"
            }
        },
        "node_modules/any-promise": {
            "version": "1.3.0",
            "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
            "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
        },
        "node_modules/anymatch": {
            "version": "3.1.3",
            "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
            "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
            "dependencies": {
                "normalize-path": "^3.0.0",
                "picomatch": "^2.0.4"
            },
            "engines": {
                "node": ">= 8"
            }
        },
        "node_modules/aproba": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
            "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
        },
        "node_modules/are-we-there-yet": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
            "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
            "dependencies": {
                "delegates": "^1.0.0",
                "readable-stream": "^3.6.0"
            },
            "engines": {
                "node": ">=10"
            }
        },
        "node_modules/arg": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
            "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
        },
        "node_modules/argparse": {
            "version": "2.0.1",
            "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
            "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
Yusuf Akgül's avatar
Yusuf Akgül committed
        },
        "node_modules/aria-hidden": {
            "version": "1.2.3",
            "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.3.tgz",
            "integrity": "sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==",
            "dependencies": {
                "tslib": "^2.0.0"
            },
            "engines": {
                "node": ">=10"
            }
        },
        "node_modules/aria-query": {
            "version": "5.3.0",
            "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
            "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
            "dev": true,
            "dependencies": {
                "dequal": "^2.0.3"
            }
        },
        "node_modules/array-buffer-byte-length": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
            "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
            "dev": true,
            "dependencies": {
                "call-bind": "^1.0.2",
                "is-array-buffer": "^3.0.1"
            },
            "funding": {
                "url": "https://github.com/sponsors/ljharb"
            }
        },
        "node_modules/array-includes": {
            "version": "3.1.6",
            "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
            "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
            "dev": true,
            "dependencies": {
                "call-bind": "^1.0.2",
                "define-properties": "^1.1.4",
                "es-abstract": "^1.20.4",
                "get-intrinsic": "^1.1.3",
                "is-string": "^1.0.7"
            },
            "engines": {
                "node": ">= 0.4"
            },
            "funding": {
                "url": "https://github.com/sponsors/ljharb"
            }
        },
        "node_modules/array-union": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
            "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
            "dev": true,
            "engines": {
                "node": ">=8"
            }
        },
        "node_modules/array.prototype.flat": {
            "version": "1.3.1",
            "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
            "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
            "dev": true,
            "dependencies": {
                "call-bind": "^1.0.2",
                "define-properties": "^1.1.4",
                "es-abstract": "^1.20.4",
                "es-shim-unscopables": "^1.0.0"
            },
            "engines": {
                "node": ">= 0.4"
            },
            "funding": {
                "url": "https://github.com/sponsors/ljharb"
            }
        },
        "node_modules/array.prototype.flatmap": {
            "version": "1.3.1",
            "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
            "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
            "dev": true,
            "dependencies": {
                "call-bind": "^1.0.2",
                "define-properties": "^1.1.4",
                "es-abstract": "^1.20.4",
                "es-shim-unscopables": "^1.0.0"
            },
            "engines": {
                "node": ">= 0.4"
            },
            "funding": {
                "url": "https://github.com/sponsors/ljharb"
            }
        },
        "node_modules/array.prototype.tosorted": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
            "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
            "dev": true,
            "dependencies": {
                "call-bind": "^1.0.2",
                "define-properties": "^1.1.4",
                "es-abstract": "^1.20.4",
                "es-shim-unscopables": "^1.0.0",
                "get-intrinsic": "^1.1.3"
            }
        },
        "node_modules/ast-types-flow": {
            "version": "0.0.7",
            "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
            "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==",
            "dev": true
        },
        "node_modules/asynckit": {
            "version": "0.4.0",
            "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
            "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
        },
        "node_modules/at-least-node": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
            "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
            "engines": {
                "node": ">= 4.0.0"
            }
Yusuf Akgül's avatar
Yusuf Akgül committed
        },
        "node_modules/attr-accept": {
            "version": "2.2.2",
            "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz",
            "integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==",
            "engines": {
                "node": ">=4"
            }
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/autolinker": {
            "version": "3.16.2",
            "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-3.16.2.tgz",
            "integrity": "sha512-JiYl7j2Z19F9NdTmirENSUUIIL/9MytEWtmzhfmsKPCp9E+G35Y0UNCMoM9tFigxT59qSc8Ml2dlZXOCVTYwuA==",
            "dependencies": {
                "tslib": "^2.3.0"
            }
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/autoprefixer": {
            "version": "10.4.14",
            "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz",
            "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==",
            "dev": true,
            "funding": [
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/postcss/"
                },
                {
                    "type": "tidelift",
                    "url": "https://tidelift.com/funding/github/npm/autoprefixer"
                }
            ],
            "dependencies": {
                "browserslist": "^4.21.5",
                "caniuse-lite": "^1.0.30001464",
                "fraction.js": "^4.2.0",
                "normalize-range": "^0.1.2",
                "picocolors": "^1.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "bin": {
                "autoprefixer": "bin/autoprefixer"
            },
            "engines": {
                "node": "^10 || ^12 || >=14"
            },
            "peerDependencies": {
                "postcss": "^8.1.0"
            }
        },
        "node_modules/available-typed-arrays": {
            "version": "1.0.5",
            "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
            "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
            "dev": true,
            "engines": {
                "node": ">= 0.4"
            },
            "funding": {
                "url": "https://github.com/sponsors/ljharb"
            }
        },
        "node_modules/axe-core": {
            "version": "4.7.2",
            "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
            "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
            "dev": true,
            "engines": {
                "node": ">=4"
            }
        },
DESKTOP-9FO96TP\hehexd's avatar
DESKTOP-9FO96TP\hehexd committed
        "node_modules/axios": {
            "version": "1.4.0",
            "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
            "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
            "dependencies": {
                "follow-redirects": "^1.15.0",
                "form-data": "^4.0.0",
                "proxy-from-env": "^1.1.0"
            }
        },
Yusuf Akgül's avatar
Yusuf Akgül committed
        "node_modules/axobject-query": {
            "version": "3.2.1",
            "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
            "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
            "dev": true,
            "dependencies": {
                "dequal": "^2.0.3"
            }
        },
        "node_modules/babel-jest": {
            "version": "29.6.1",
            "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.1.tgz",
            "integrity": "sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A==",
Yusuf Akgül's avatar
Yusuf Akgül committed
            "dev": true,