diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0690f97..4bd2e14 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -54,12 +54,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-8.0.0-alpha.11.tgz", - "integrity": "sha512-K+BGQFWY35HqApwKj9/YYHkdkb2p7cTJvyo102e3OTeZqAssEDkG2viLMElAqgVW8Hfy6ZuVkujFXLDF1q3koA==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-8.0.0-alpha.12.tgz", + "integrity": "sha512-2DvtrKU5igZbxo+TuYxrkiOn5LsN16SjL+I2gTrh/tdzG9E8RWOlQxtUcrJAaoUVI2eO88KCCNCRowpz0X+evA==", "license": "MIT", "dependencies": { - "@babel/highlight": "^8.0.0-alpha.11", + "@babel/highlight": "^8.0.0-alpha.12", "picocolors": "^1.0.0" }, "engines": { @@ -279,12 +279,12 @@ } }, "node_modules/@babel/generator": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-alpha.11.tgz", - "integrity": "sha512-Dsinj5/T/Pm0V0ZP+kJ9xA4t9Mh32kDwJFiuAlaGLm27tJBsynl66jAYt1talztNavY78MikmrZpSRHQv47Hiw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-alpha.12.tgz", + "integrity": "sha512-1ckInKJWbeGwIaAjWNoLftMA4DCxZqOHE6ZGEk4qPY7BGV627LmyvvDAFvLxOim7ORCom3rPyb/Zx6E2WlPPyg==", "license": "MIT", "dependencies": { - "@babel/types": "^8.0.0-alpha.11", + "@babel/types": "^8.0.0-alpha.12", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -294,22 +294,22 @@ } }, "node_modules/@babel/generator/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.12.tgz", + "integrity": "sha512-GIYFzEsWh7lNJYfxM/3ASK0uAp9G2a3IVI/u8XE2NroT3SoMOJOLj+Ve67uHHI81UTZEzU2k9778tBR/agPXkA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.10.0 || >=21.0.0" } }, "node_modules/@babel/generator/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.12.tgz", + "integrity": "sha512-sZiedI/E7MuhJURZX6xZ6/O/6SStBH4Kz++ip77bylJgRq39DA0v3tGOd83xKX4sQJO8XwI7gbOgkDajiAlNfA==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", + "@babel/helper-string-parser": "^8.0.0-alpha.12", + "@babel/helper-validator-identifier": "^8.0.0-alpha.12", "to-fast-properties": "^3.0.0" }, "engines": { @@ -344,148 +344,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-8.0.0-alpha.11.tgz", - "integrity": "sha512-ZKwcYKEiSUBXUMnzsfTquqHeJcvr0L4XAtNLgK2vNB0J1BJprRJ8LBkPucjdtWO4xRPGs0j6jDJGAK7zn9gADg==", - "license": "MIT", - "dependencies": { - "@babel/types": "^8.0.0-alpha.11" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", - "license": "MIT", - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", - "to-fast-properties": "^3.0.0" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor/node_modules/to-fast-properties": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-3.0.1.tgz", - "integrity": "sha512-/wtNi1tW1F3nf0OL6AqVxGw9Tr1ET70InMhJuVxPwFdGqparF0nQ4UWGLf2DsoI2bFDtthlBnALncZpUzOnsUw==", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-8.0.0-alpha.11.tgz", - "integrity": "sha512-T46SjXA83EkmdSOmOUtAIsu1OUViwrqHf8O8d2ANH19RB5GaT5CpwdJOZTVgSP3bcdBtaPIcE0zNx+/4Ja08+Q==", - "license": "MIT", - "dependencies": { - "@babel/template": "^8.0.0-alpha.11", - "@babel/types": "^8.0.0-alpha.11" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-function-name/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", - "license": "MIT", - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-function-name/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", - "to-fast-properties": "^3.0.0" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-function-name/node_modules/to-fast-properties": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-3.0.1.tgz", - "integrity": "sha512-/wtNi1tW1F3nf0OL6AqVxGw9Tr1ET70InMhJuVxPwFdGqparF0nQ4UWGLf2DsoI2bFDtthlBnALncZpUzOnsUw==", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-8.0.0-alpha.11.tgz", - "integrity": "sha512-ZIyakY4HGrIL/qAU8uWqoS6ZOWIob4NSXSEK0hxhhP2Cpg0vxPyfavz7jxxEpgm/PapggSEcNaZ/otQUrPbgeQ==", - "license": "MIT", - "dependencies": { - "@babel/types": "^8.0.0-alpha.11" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-hoist-variables/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", - "license": "MIT", - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-hoist-variables/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", - "to-fast-properties": "^3.0.0" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-hoist-variables/node_modules/to-fast-properties": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-3.0.1.tgz", - "integrity": "sha512-/wtNi1tW1F3nf0OL6AqVxGw9Tr1ET70InMhJuVxPwFdGqparF0nQ4UWGLf2DsoI2bFDtthlBnALncZpUzOnsUw==", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@babel/helper-module-imports": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", @@ -574,53 +432,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-8.0.0-alpha.11.tgz", - "integrity": "sha512-6orsuZ8a+MYRGT044vx7iYFz0uCyvv4Zp8tAb+naUBnBZOry/ic0DB7ub6zYODgGgIrrrcdMMymxAY/pQg9P/A==", - "license": "MIT", - "dependencies": { - "@babel/types": "^8.0.0-alpha.11" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-split-export-declaration/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", - "license": "MIT", - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-split-export-declaration/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", - "to-fast-properties": "^3.0.0" - }, - "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" - } - }, - "node_modules/@babel/helper-split-export-declaration/node_modules/to-fast-properties": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-3.0.1.tgz", - "integrity": "sha512-/wtNi1tW1F3nf0OL6AqVxGw9Tr1ET70InMhJuVxPwFdGqparF0nQ4UWGLf2DsoI2bFDtthlBnALncZpUzOnsUw==", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@babel/helper-string-parser": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", @@ -631,9 +442,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-alpha.11.tgz", - "integrity": "sha512-HUtrpV2uaXv/kkFH0M2svUCoX96pW4qC1ioTu8dpNUU98xc2QciHmApW1zRWvwpHGQ/46Mc3f9QEVsMkmxM6Mg==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-alpha.12.tgz", + "integrity": "sha512-NVe4weLycSj/dFTRNgpdkw16uD1HMzeOKHp8MErkVus8WiPsHVPfMQeE3aCa9ApKDxNYcTSR05vtvEmruRcV5Q==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.10.0 || >=21.0.0" @@ -802,12 +613,12 @@ } }, "node_modules/@babel/highlight": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-8.0.0-alpha.11.tgz", - "integrity": "sha512-HfL3Oah1g8O5O6Ky/iye6clSNUmyT//Uf8iwSTo49TrQE/Xu4KFOCCys6z+9H12vgiMTXxdLW8gDSPiLxiZ7iA==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-8.0.0-alpha.12.tgz", + "integrity": "sha512-m1n167MabNT94K36+RFrDwafsdufTi9EHURk122w1IECJXLQttbQnGyvrmDxPbkIf3d9gsikKzHw/7S/v5M6jA==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", + "@babel/helper-validator-identifier": "^8.0.0-alpha.12", "js-tokens": "^8.0.0", "picocolors": "^1.0.0" }, @@ -816,9 +627,9 @@ } }, "node_modules/@babel/parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-H26G0jcHMYiKcvdeUrvrAuKgFvJKToXLBBhQ067T0KI30S2Ow7zwR6+6u8kV4KjWVLk8YEbH8EIBhGayRF+8WA==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-alpha.12.tgz", + "integrity": "sha512-AzWmrp4uJ+DcXVH0uoUpJVhRqxNirC0BbXsZ82AQuVod41CoaV5G+cwcvtYusrIIxv7BIJb6ce0dQ9L0wAl1iA==", "license": "MIT", "bin": { "parser": "bin/babel-parser.js" @@ -872,36 +683,36 @@ } }, "node_modules/@babel/template": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-8.0.0-alpha.11.tgz", - "integrity": "sha512-5W8/Vu8LFMqUUc7/r+Zy41Bz7ju8FeORFQT53WEIEP404mJnJml7g4mM7WrSk0C/LtJAgnfCUHZfUOlYk+jVgQ==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-8.0.0-alpha.12.tgz", + "integrity": "sha512-n1m4qrdPCBeqLdZst2r3HuETN9txoMtqBmDezCSH34yOEgQ0No8nN78XUgV2lohrzrJxDAiRR5uaVZqRpE/WUA==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^8.0.0-alpha.11", - "@babel/parser": "^8.0.0-alpha.11", - "@babel/types": "^8.0.0-alpha.11" + "@babel/code-frame": "^8.0.0-alpha.12", + "@babel/parser": "^8.0.0-alpha.12", + "@babel/types": "^8.0.0-alpha.12" }, "engines": { "node": "^18.20.0 || ^20.10.0 || >=21.0.0" } }, "node_modules/@babel/template/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.12.tgz", + "integrity": "sha512-GIYFzEsWh7lNJYfxM/3ASK0uAp9G2a3IVI/u8XE2NroT3SoMOJOLj+Ve67uHHI81UTZEzU2k9778tBR/agPXkA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.10.0 || >=21.0.0" } }, "node_modules/@babel/template/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.12.tgz", + "integrity": "sha512-sZiedI/E7MuhJURZX6xZ6/O/6SStBH4Kz++ip77bylJgRq39DA0v3tGOd83xKX4sQJO8XwI7gbOgkDajiAlNfA==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", + "@babel/helper-string-parser": "^8.0.0-alpha.12", + "@babel/helper-validator-identifier": "^8.0.0-alpha.12", "to-fast-properties": "^3.0.0" }, "engines": { @@ -921,43 +732,40 @@ } }, "node_modules/@babel/traverse": { - "version": "8.0.0-alpha.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-alpha.8.tgz", - "integrity": "sha512-Lwwh1mNMks5PXF2zqHLKYu01tA00ClZj/AV7W/cCGuO+UwXZ/KaiFWsboTkWEzRqk6RviAAEdxtnq3t/AGlr2g==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^8.0.0-alpha.8", - "@babel/generator": "^8.0.0-alpha.8", - "@babel/helper-environment-visitor": "^8.0.0-alpha.8", - "@babel/helper-function-name": "^8.0.0-alpha.8", - "@babel/helper-hoist-variables": "^8.0.0-alpha.8", - "@babel/helper-split-export-declaration": "^8.0.0-alpha.8", - "@babel/parser": "^8.0.0-alpha.8", - "@babel/types": "^8.0.0-alpha.8", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-alpha.12.tgz", + "integrity": "sha512-G56OmBNFaBsBvDIK8UFCKJfxLYoEiZy+keSTex0QlZxIyxYGM1SfgUZ3LpHn5lXNvoK3Bdqkll8ekTfdEnLgAQ==", + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^8.0.0-alpha.12", + "@babel/generator": "^8.0.0-alpha.12", + "@babel/parser": "^8.0.0-alpha.12", + "@babel/template": "^8.0.0-alpha.12", + "@babel/types": "^8.0.0-alpha.12", "debug": "^4.3.1", - "globals": "^13.5.0" + "globals": "^15.6.0" }, "engines": { - "node": "^16.20.0 || ^18.16.0 || >=20.0.0" + "node": "^18.20.0 || ^20.10.0 || >=21.0.0" } }, "node_modules/@babel/traverse/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.11.tgz", - "integrity": "sha512-vtSqK4kNEUkFpCiU5mToaM5+OoT8Ur0tqtr7lax74YKe0wKssQXKlzPyesdo5p81UZQD8IWLv0pHBZflvpojAw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.12.tgz", + "integrity": "sha512-GIYFzEsWh7lNJYfxM/3ASK0uAp9G2a3IVI/u8XE2NroT3SoMOJOLj+Ve67uHHI81UTZEzU2k9778tBR/agPXkA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.10.0 || >=21.0.0" } }, "node_modules/@babel/traverse/node_modules/@babel/types": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.11.tgz", - "integrity": "sha512-QMnCVcQ3rpXQhDN0iyfwi3TLObbxws33lLljQWzz3g/4h8MqmLvvc9f6yTsNN4p9SMJiynTcVHqGcvb2zEinXw==", + "version": "8.0.0-alpha.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.12.tgz", + "integrity": "sha512-sZiedI/E7MuhJURZX6xZ6/O/6SStBH4Kz++ip77bylJgRq39DA0v3tGOd83xKX4sQJO8XwI7gbOgkDajiAlNfA==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.11", - "@babel/helper-validator-identifier": "^8.0.0-alpha.11", + "@babel/helper-string-parser": "^8.0.0-alpha.12", + "@babel/helper-validator-identifier": "^8.0.0-alpha.12", "to-fast-properties": "^3.0.0" }, "engines": { @@ -4065,15 +3873,12 @@ } }, "node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "version": "15.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", + "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -6070,18 +5875,6 @@ "dev": true, "license": "Unlicense" }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", diff --git a/frontend/package.json b/frontend/package.json index fdaacaf..390a9dc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,6 +43,6 @@ "vite": "^4.3.9" }, "overrides": { - "@babel/traverse": "8.0.0-alpha.8" + "@babel/traverse": "8.0.0-alpha.12" } }