From 3d0b6d91a54a3b3554d132695d3f3f82fa0a3e64 Mon Sep 17 00:00:00 2001 From: John Lindquist Date: Wed, 16 Oct 2024 12:24:35 -0600 Subject: [PATCH] fix(acorn): downgrade --- package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bb840ec6..c5cf97d9 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@octokit/plugin-throttling": "9.3.2", "@types/shelljs": "0.8.15", "@typescript/lib-dom": "npm:@johnlindquist/no-dom@^1.0.2", - "acorn": "^8.13.0", + "acorn": "^8.12.1", "acorn-typescript": "^1.4.13", "advanced-calculator": "1.1.1", "body-parser": "^1.20.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef8e2e4a..32daac54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,11 +46,11 @@ importers: specifier: npm:@johnlindquist/no-dom@^1.0.2 version: '@johnlindquist/no-dom@1.0.2' acorn: - specifier: ^8.13.0 - version: 8.13.0 + specifier: ^8.12.1 + version: 8.12.1 acorn-typescript: specifier: ^1.4.13 - version: 1.4.13(acorn@8.13.0) + version: 1.4.13(acorn@8.12.1) advanced-calculator: specifier: 1.1.1 version: 1.1.1 @@ -758,6 +758,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.12.1: + resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + engines: {node: '>=0.4.0'} + hasBin: true + acorn@8.13.0: resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==} engines: {node: '>=0.4.0'} @@ -4227,9 +4232,9 @@ snapshots: acorn-walk: 7.2.0 xtend: 4.0.2 - acorn-typescript@1.4.13(acorn@8.13.0): + acorn-typescript@1.4.13(acorn@8.12.1): dependencies: - acorn: 8.13.0 + acorn: 8.12.1 acorn-walk@7.2.0: {} @@ -4241,6 +4246,8 @@ snapshots: acorn@7.4.1: {} + acorn@8.12.1: {} + acorn@8.13.0: {} advanced-calculator@1.1.1: {}