Skip to content

Commit

Permalink
deps: update acorn-walk to 8.3.3
Browse files Browse the repository at this point in the history
PR-URL: #53466
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
nodejs-github-bot authored and marco-ippolito committed Jul 19, 2024
1 parent db3ef8a commit 7551bd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions deps/acorn/acorn-walk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 8.3.3 (2024-01-11)

### Bug fixes

Make acorn a dependency because acorn-walk uses the types from that package.

## 8.3.2 (2024-01-11)

### Bug fixes

Add missing type for `findNodeBefore`.

## 8.3.1 (2023-12-06)

### Bug fixes
Expand Down
5 changes: 4 additions & 1 deletion deps/acorn/acorn-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
],
"./package.json": "./package.json"
},
"version": "8.3.2",
"version": "8.3.3",
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"acorn": "^8.11.0"
},
"maintainers": [
{
"name": "Marijn Haverbeke",
Expand Down

0 comments on commit 7551bd2

Please sign in to comment.