Skip to content

Commit bd02324

Browse files
authored
Standardise Acorn version to v8.8.2 (#1380)
1 parent 4a6845a commit bd02324

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@joeychenofficial/alt-ergo-modified": "^2.4.0",
3636
"@ts-morph/bootstrap": "^0.18.0",
3737
"@types/estree": "0.0.52",
38-
"acorn": "^8.0.3",
38+
"acorn": "^8.8.2",
3939
"acorn-class-fields": "^1.0.0",
4040
"acorn-loose": "^8.0.0",
4141
"acorn-walk": "^8.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,11 +1634,16 @@ acorn@^7.1.1, acorn@^7.4.0:
16341634
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
16351635
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
16361636

1637-
acorn@^8.0.3, acorn@^8.5.0, acorn@^8.7.1:
1637+
acorn@^8.5.0, acorn@^8.7.1:
16381638
version "8.8.0"
16391639
resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz"
16401640
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
16411641

1642+
acorn@^8.8.2:
1643+
version "8.8.2"
1644+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
1645+
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
1646+
16421647
agent-base@6:
16431648
version "6.0.2"
16441649
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"

0 commit comments

Comments
 (0)