diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a09d530..3d8c9fb 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.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-8.0.0-alpha.13.tgz", - "integrity": "sha512-XHZI7g8olZQC9HANu8xmsV55ir/AiTXW1ehzk3fsoFewfZXFjP+XJ5ppkgZFGyyXncH3+1FRzn2vc8xpTOH0sg==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-8.0.0-alpha.14.tgz", + "integrity": "sha512-96RgKvnmCLMTcV4ZrxmkPrxchWeEam/FA66QJBAt6lz/9V+9qHP29ERNB6ecf2EjwUyPoGWD0zIueNq//2PZQA==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^8.0.0-alpha.13", + "@babel/helper-validator-identifier": "^8.0.0-alpha.14", "js-tokens": "^8.0.0", "picocolors": "^1.0.0" }, @@ -187,13 +187,13 @@ "license": "MIT" }, "node_modules/@babel/generator": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-alpha.13.tgz", - "integrity": "sha512-CBRdcDMMkUn7WGyQI6hbHKrRpBo1IT/PsA4UrZiIhg4+CP3qLCOZhBsF3vLmRdxe+xDmlM1oRn2PQneXmwFlZQ==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-8.0.0-alpha.14.tgz", + "integrity": "sha512-BDgIshc0hM+/1Te9K83IFmQHVvZp+BSqGNUM/hdkbHtP4zVX+hPGQTw5hNB9+12z05LdAtVSHQH0VplSCdSiGg==", "license": "MIT", "dependencies": { - "@babel/parser": "^8.0.0-alpha.13", - "@babel/types": "^8.0.0-alpha.13", + "@babel/parser": "^8.0.0-alpha.14", + "@babel/types": "^8.0.0-alpha.14", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -203,22 +203,22 @@ } }, "node_modules/@babel/generator/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.13.tgz", - "integrity": "sha512-YHapkEwMu3nqoikRQhUqPZXUjqRepotzlYww49FWObNaU+9CKYtOJkJBwfY9RmcFDsFqGeLNk+IUSWRPgwhujA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.14.tgz", + "integrity": "sha512-QX4FzSOsvMEEUnaYwV4Y89tWmaJQoqKD9xy6immGeGePb7xO7xPJyXopbh/z3/E8bFiXkptV3ojihcGvrE0VPA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/generator/node_modules/@babel/types": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.13.tgz", - "integrity": "sha512-Kt8oBPvsc0h5t06LfUPkBtkPk6t58FzCcpf4Qsjg142gEgaDwFcg+ZPeBCJySLqenk+ISUkdTXsvhbLXj74kIA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.14.tgz", + "integrity": "sha512-c0O6/uhITDCNdbLkOpG28Isk5uLPr7nKFCtUxwgL/0F1KEIyekC37gd4BkmMKZ1OT8sLvbSE91a9rjvD9WYQfw==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.13", - "@babel/helper-validator-identifier": "^8.0.0-alpha.13" + "@babel/helper-string-parser": "^8.0.0-alpha.14", + "@babel/helper-validator-identifier": "^8.0.0-alpha.14" }, "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" @@ -299,9 +299,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-alpha.13.tgz", - "integrity": "sha512-/IZpaAHTp39t0YIZQT51w7xEAPVlEYA9YsxA4tUsveqjvkK47rc/teUWzhQnXKwMwWDiSnP9vLfxYCR2DomrWg==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-alpha.14.tgz", + "integrity": "sha512-f1yqQwE37DcHBRnrEslgr+StSsjtBYJyVh/jIi8Skk6rPoeyGiesZCbvs5bKcKr5h7VSLDVpPv11Y5FhpMdg3w==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" @@ -388,12 +388,12 @@ "license": "MIT" }, "node_modules/@babel/parser": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-alpha.13.tgz", - "integrity": "sha512-b8jxzP/fDYLjByadJgnXutKZvjXJUIyf0bIWMUIX47jhtbgA3ZFPC0PByLlqD6rKhTbgvuGHZ0GQilMFL5EaOQ==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-8.0.0-alpha.14.tgz", + "integrity": "sha512-votW6ygeXEluW2yk3sZIh5pr4TfiKA0T+IsAYGSSFdgey2sjdW4ujjnDbnAiXyaKwNx4Dy9MZXjTBCZ7QqkGSg==", "license": "MIT", "dependencies": { - "@babel/types": "^8.0.0-alpha.13" + "@babel/types": "^8.0.0-alpha.14" }, "bin": { "parser": "bin/babel-parser.js" @@ -403,22 +403,22 @@ } }, "node_modules/@babel/parser/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.13.tgz", - "integrity": "sha512-YHapkEwMu3nqoikRQhUqPZXUjqRepotzlYww49FWObNaU+9CKYtOJkJBwfY9RmcFDsFqGeLNk+IUSWRPgwhujA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.14.tgz", + "integrity": "sha512-QX4FzSOsvMEEUnaYwV4Y89tWmaJQoqKD9xy6immGeGePb7xO7xPJyXopbh/z3/E8bFiXkptV3ojihcGvrE0VPA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/parser/node_modules/@babel/types": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.13.tgz", - "integrity": "sha512-Kt8oBPvsc0h5t06LfUPkBtkPk6t58FzCcpf4Qsjg142gEgaDwFcg+ZPeBCJySLqenk+ISUkdTXsvhbLXj74kIA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.14.tgz", + "integrity": "sha512-c0O6/uhITDCNdbLkOpG28Isk5uLPr7nKFCtUxwgL/0F1KEIyekC37gd4BkmMKZ1OT8sLvbSE91a9rjvD9WYQfw==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.13", - "@babel/helper-validator-identifier": "^8.0.0-alpha.13" + "@babel/helper-string-parser": "^8.0.0-alpha.14", + "@babel/helper-validator-identifier": "^8.0.0-alpha.14" }, "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" @@ -469,52 +469,52 @@ } }, "node_modules/@babel/template": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-8.0.0-alpha.13.tgz", - "integrity": "sha512-LWTTYgBl2Ki+NOUQcQvcGcqO1FZl/FNxbZvGSJ5XJQM84PxFSPUDkoNFCvYLanz7uKKu62q/QYRtqu01WxFxdA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-8.0.0-alpha.14.tgz", + "integrity": "sha512-XAMUTiV0t/ilePx0r2POLPmjVCAIhoMYoLkYzpYQ5l+yICHCkAgJRxxAa8t8E7fpbgZcq4U9r0BL+w5o+4TbUA==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^8.0.0-alpha.13", - "@babel/parser": "^8.0.0-alpha.13", - "@babel/types": "^8.0.0-alpha.13" + "@babel/code-frame": "^8.0.0-alpha.14", + "@babel/parser": "^8.0.0-alpha.14", + "@babel/types": "^8.0.0-alpha.14" }, "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/template/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.13.tgz", - "integrity": "sha512-YHapkEwMu3nqoikRQhUqPZXUjqRepotzlYww49FWObNaU+9CKYtOJkJBwfY9RmcFDsFqGeLNk+IUSWRPgwhujA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.14.tgz", + "integrity": "sha512-QX4FzSOsvMEEUnaYwV4Y89tWmaJQoqKD9xy6immGeGePb7xO7xPJyXopbh/z3/E8bFiXkptV3ojihcGvrE0VPA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/template/node_modules/@babel/types": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.13.tgz", - "integrity": "sha512-Kt8oBPvsc0h5t06LfUPkBtkPk6t58FzCcpf4Qsjg142gEgaDwFcg+ZPeBCJySLqenk+ISUkdTXsvhbLXj74kIA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.14.tgz", + "integrity": "sha512-c0O6/uhITDCNdbLkOpG28Isk5uLPr7nKFCtUxwgL/0F1KEIyekC37gd4BkmMKZ1OT8sLvbSE91a9rjvD9WYQfw==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.13", - "@babel/helper-validator-identifier": "^8.0.0-alpha.13" + "@babel/helper-string-parser": "^8.0.0-alpha.14", + "@babel/helper-validator-identifier": "^8.0.0-alpha.14" }, "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/traverse": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-alpha.13.tgz", - "integrity": "sha512-eq35clOTKgbC+Zb92YhjXNFa3QWjaNxKrxwSbJQ7CEYtO34SycgnHdqRLoA6mikzfu4feDt8SHclkGh39jXUTw==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-alpha.14.tgz", + "integrity": "sha512-nSkWQakWQwBCiM0IPYP8Ra4UnPmKfR4tIWhEI7A3rT6UVD1b34s/GgjUdvPoPM7GRyIx7QJyPRa05FhycjU8MQ==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^8.0.0-alpha.13", - "@babel/generator": "^8.0.0-alpha.13", - "@babel/parser": "^8.0.0-alpha.13", - "@babel/template": "^8.0.0-alpha.13", - "@babel/types": "^8.0.0-alpha.13", + "@babel/code-frame": "^8.0.0-alpha.14", + "@babel/generator": "^8.0.0-alpha.14", + "@babel/parser": "^8.0.0-alpha.14", + "@babel/template": "^8.0.0-alpha.14", + "@babel/types": "^8.0.0-alpha.14", "debug": "^4.3.1", "globals": "^15.9.0" }, @@ -523,22 +523,22 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/helper-string-parser": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.13.tgz", - "integrity": "sha512-YHapkEwMu3nqoikRQhUqPZXUjqRepotzlYww49FWObNaU+9CKYtOJkJBwfY9RmcFDsFqGeLNk+IUSWRPgwhujA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-8.0.0-alpha.14.tgz", + "integrity": "sha512-QX4FzSOsvMEEUnaYwV4Y89tWmaJQoqKD9xy6immGeGePb7xO7xPJyXopbh/z3/E8bFiXkptV3ojihcGvrE0VPA==", "license": "MIT", "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/traverse/node_modules/@babel/types": { - "version": "8.0.0-alpha.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.13.tgz", - "integrity": "sha512-Kt8oBPvsc0h5t06LfUPkBtkPk6t58FzCcpf4Qsjg142gEgaDwFcg+ZPeBCJySLqenk+ISUkdTXsvhbLXj74kIA==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-8.0.0-alpha.14.tgz", + "integrity": "sha512-c0O6/uhITDCNdbLkOpG28Isk5uLPr7nKFCtUxwgL/0F1KEIyekC37gd4BkmMKZ1OT8sLvbSE91a9rjvD9WYQfw==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^8.0.0-alpha.13", - "@babel/helper-validator-identifier": "^8.0.0-alpha.13" + "@babel/helper-string-parser": "^8.0.0-alpha.14", + "@babel/helper-validator-identifier": "^8.0.0-alpha.14" }, "engines": { "node": "^18.20.0 || ^20.17.0 || >=22.8.0" diff --git a/frontend/package.json b/frontend/package.json index 2b1454a..d5c1ee8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,6 +43,6 @@ "vite": "^6.0.0" }, "overrides": { - "@babel/traverse": "8.0.0-alpha.13" + "@babel/traverse": "8.0.0-alpha.14" } }