Skip to content

Commit 50a9456

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update acorn-walk to 8.3.3
PR-URL: #53466 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent f56cfe7 commit 50a9456

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

deps/acorn/acorn-walk/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.3.3 (2024-01-11)
2+
3+
### Bug fixes
4+
5+
Make acorn a dependency because acorn-walk uses the types from that package.
6+
7+
## 8.3.2 (2024-01-11)
8+
9+
### Bug fixes
10+
11+
Add missing type for `findNodeBefore`.
12+
113
## 8.3.1 (2023-12-06)
214

315
### Bug fixes

deps/acorn/acorn-walk/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "8.3.2",
19+
"version": "8.3.3",
2020
"engines": {
2121
"node": ">=0.4.0"
2222
},
23+
"dependencies": {
24+
"acorn": "^8.11.0"
25+
},
2326
"maintainers": [
2427
{
2528
"name": "Marijn Haverbeke",

0 commit comments

Comments
 (0)