diff --git a/package-lock.json b/package-lock.json index 7569e1d7..2084b042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@orama/ui": "^1.5.4", "@rollup/plugin-virtual": "^3.0.2", "@swc/html-wasm": "^1.15.40", - "acorn": "^8.16.0", + "acorn": "^8.17.0", "commander": "^14.0.3", "dedent": "^1.7.2", "estree-util-to-js": "^2.0.0", @@ -3859,9 +3859,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==", "license": "MIT", "bin": { "acorn": "bin/acorn" diff --git a/package.json b/package.json index 1564402e..b5d7b1c2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@orama/ui": "^1.5.4", "@rollup/plugin-virtual": "^3.0.2", "@swc/html-wasm": "^1.15.40", - "acorn": "^8.16.0", + "acorn": "^8.17.0", "commander": "^14.0.3", "dedent": "^1.7.2", "estree-util-to-js": "^2.0.0",