@babel/traverse 7.22.15 → 7.22.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @babel/traverse might be problematic. Click here for more details.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babel/traverse",
|
3
|
-
"version": "7.22.
|
3
|
+
"version": "7.22.18",
|
4
4
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
5
5
|
"author": "The Babel Team (https://babel.dev/team)",
|
6
6
|
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
@@ -22,13 +22,13 @@
|
|
22
22
|
"@babel/helper-function-name": "^7.22.5",
|
23
23
|
"@babel/helper-hoist-variables": "^7.22.5",
|
24
24
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
25
|
-
"@babel/parser": "^7.22.
|
26
|
-
"@babel/types": "^7.22.
|
25
|
+
"@babel/parser": "^7.22.16",
|
26
|
+
"@babel/types": "^7.22.18",
|
27
27
|
"debug": "^4.1.0",
|
28
28
|
"globals": "^11.1.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@babel/core": "^7.22.
|
31
|
+
"@babel/core": "^7.22.18",
|
32
32
|
"@babel/helper-plugin-test-runner": "^7.22.5"
|
33
33
|
},
|
34
34
|
"engines": {
|