diff --git a/package-lock.json b/package-lock.json index f416040..8f285a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "proxima": "cli/proxima-cli.cjs" }, "devDependencies": { - "acorn": "^8.16.0", + "acorn": "^8.17.0", "acorn-loose": "^8.5.2", "concurrently": "^9.2.1", "electron": "^33.4.11", @@ -797,9 +797,9 @@ } }, "node_modules/acorn": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", - "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz", + "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4f156ef..a7aeeaf 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "zod": "^4.3.6" }, "devDependencies": { - "acorn": "^8.16.0", + "acorn": "^8.17.0", "acorn-loose": "^8.5.2", "concurrently": "^9.2.1", "electron": "^33.4.11",