Skip to content

Commit 6d30382

Browse files
authoredJan 24, 2024
fix: upgrade acorn v8.11.3 (#590)
* fix: upgrade acorn v8.11.3 * chore: update es6 tests * chore: update es8 tests
1 parent 1584ddb commit 6d30382

23 files changed

+523
-953
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"funding": "https://opencollective.com/eslint",
3333
"license": "BSD-2-Clause",
3434
"dependencies": {
35-
"acorn": "^8.9.0",
35+
"acorn": "^8.11.3",
3636
"acorn-jsx": "^5.3.2",
3737
"eslint-visitor-keys": "^3.4.1"
3838
},

0 commit comments

Comments
 (0)
Please sign in to comment.