diff options
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 5 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 11f78d1..f580be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,6 @@ "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "@wokwi/elements": "^0.16.2", - "acorn": "^7.3.1", "eslint": "^8.31.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-json": "^3.1.0", @@ -1234,6 +1233,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true, + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -5468,7 +5468,8 @@ "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true + "dev": true, + "peer": true }, "acorn-jsx": { "version": "5.3.2", diff --git a/package.json b/package.json index e0ff8f8..fe14d91 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "@wokwi/elements": "^0.16.2", - "acorn": "^7.3.1", "eslint": "^8.31.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-json": "^3.1.0", |
