diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db75454..68a0a1a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -505,21 +505,21 @@ } }, "node_modules/@babel/traverse": { - "version": "8.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-alpha.12.tgz", - "integrity": "sha512-G56OmBNFaBsBvDIK8UFCKJfxLYoEiZy+keSTex0QlZxIyxYGM1SfgUZ3LpHn5lXNvoK3Bdqkll8ekTfdEnLgAQ==", + "version": "8.0.0-alpha.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.0-alpha.13.tgz", + "integrity": "sha512-eq35clOTKgbC+Zb92YhjXNFa3QWjaNxKrxwSbJQ7CEYtO34SycgnHdqRLoA6mikzfu4feDt8SHclkGh39jXUTw==", "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", + "@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", "debug": "^4.3.1", - "globals": "^15.6.0" + "globals": "^15.9.0" }, "engines": { - "node": "^18.20.0 || ^20.10.0 || >=21.0.0" + "node": "^18.20.0 || ^20.17.0 || >=22.8.0" } }, "node_modules/@babel/traverse/node_modules/@babel/helper-string-parser": { diff --git a/frontend/package.json b/frontend/package.json index cc41bb6..39b12d4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,6 +43,6 @@ "vite": "^4.3.9" }, "overrides": { - "@babel/traverse": "8.0.0-alpha.12" + "@babel/traverse": "8.0.0-alpha.13" } }