Skip to content

Commit

Permalink
fix(deps): bump @types/babel__generator to 7.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Dec 16, 2023
1 parent 067bf29 commit 6c9e134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
}
},
"resolutions": {
"@types/babel__generator": "7.6.7"
"@types/babel__generator": "7.6.8"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,10 @@
"@types/babel__template" "*"
"@types/babel__traverse" "*"

"@types/babel__generator@*", "@types/babel__generator@7.6.7":
version "7.6.7"
resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.7.tgz#a7aebf15c7bc0eb9abd638bdb5c0b8700399c9d0"
integrity sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==
"@types/babel__generator@*", "@types/babel__generator@7.6.8":
version "7.6.8"
resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.8.tgz#f836c61f48b1346e7d2b0d93c6dacc5b9535d3ab"
integrity sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==
dependencies:
"@babel/types" "^7.0.0"

Expand Down

0 comments on commit 6c9e134

Please sign in to comment.