Skip to content

Commit

Permalink
chore(deps): forward acorn patch for 8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 2, 2024
1 parent 39e5e8c commit bb2a7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/acorn+8.10.0.patch → patches/acorn+8.11.3.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/acorn/dist/acorn.js b/node_modules/acorn/dist/acorn.js
index 62e1aa6..2a9e592 100644
index 3a6a3a2..ef9cb0b 100644
--- a/node_modules/acorn/dist/acorn.js
+++ b/node_modules/acorn/dist/acorn.js
@@ -2191,7 +2191,7 @@
@@ -2193,7 +2193,7 @@
if (checkClashes) {
if (hasOwn(checkClashes, expr.name))
{ this.raiseRecoverable(expr.start, "Argument name clash"); }
Expand Down

0 comments on commit bb2a7e3

Please sign in to comment.