Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 71b9cb6

Browse files
chore(deps): update devdependency @babel/traverse to ^7.26.4 (#845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 183896c commit 71b9cb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"ufo": "^1.5.4"
6666
},
6767
"devDependencies": {
68-
"@babel/traverse": "^7.26.3",
68+
"@babel/traverse": "^7.26.4",
6969
"@babel/types": "^7.26.3",
7070
"@nuxt/test-utils": "^0.2.2",
7171
"@nuxt/types": "^2.18.1",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2080,10 +2080,10 @@
20802080
debug "^4.3.1"
20812081
globals "^11.1.0"
20822082

2083-
"@babel/traverse@^7.26.3":
2084-
version "7.26.3"
2085-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.3.tgz#1ebfc75bd748d8f96b3cc63af5e82ebd4c37ba35"
2086-
integrity sha512-yTmc8J+Sj8yLzwr4PD5Xb/WF3bOYu2C2OoSZPzbuqRm4n98XirsbzaX+GloeO376UnSYIYJ4NCanwV5/ugZkwA==
2083+
"@babel/traverse@^7.26.4":
2084+
version "7.26.4"
2085+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
2086+
integrity sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==
20872087
dependencies:
20882088
"@babel/code-frame" "^7.26.2"
20892089
"@babel/generator" "^7.26.3"

0 commit comments

Comments
 (0)