diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index e8cd970..13fcda1 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -435,7 +435,6 @@ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, diff --git a/package.json b/package.json index e8088a2..da56a96 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", + "acorn": "^8.14.0", "builtin-modules": "3.3.0", "esbuild": "0.17.3", "obsidian": "^1.7.2",