Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @babel/generator from 7.25.0 to 7.25.6 #1679

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@babel/generator": "^7.25.0",
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.24.7",
"@babel/types": "^7.23.6",
"@iota-wiki/core": "workspace:^",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,15 +386,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/generator@npm:^7.25.0":
version: 7.25.0
resolution: "@babel/generator@npm:7.25.0"
"@babel/generator@npm:^7.25.6":
version: 7.25.6
resolution: "@babel/generator@npm:7.25.6"
dependencies:
"@babel/types": ^7.25.0
"@babel/types": ^7.25.6
"@jridgewell/gen-mapping": ^0.3.5
"@jridgewell/trace-mapping": ^0.3.25
jsesc: ^2.5.1
checksum: bf25649dde4068bff8e387319bf820f2cb3b1af7b8c0cfba0bd90880656427c8bad96cd5cb6db7058d20cffe93149ee59da16567018ceaa21ecaefbf780a785c
checksum: b55975cd664f5602304d868bb34f4ee3bed6f5c7ce8132cd92ff27a46a53a119def28a182d91992e86f75db904f63094a81247703c4dc96e4db0c03fd04bcd68
languageName: node
linkType: hard

Expand Down Expand Up @@ -1872,14 +1872,14 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.25.0":
version: 7.25.2
resolution: "@babel/types@npm:7.25.2"
"@babel/types@npm:^7.25.6":
version: 7.25.6
resolution: "@babel/types@npm:7.25.6"
dependencies:
"@babel/helper-string-parser": ^7.24.8
"@babel/helper-validator-identifier": ^7.24.7
to-fast-properties: ^2.0.0
checksum: f73f66ba903c6f7e38f519a33d53a67d49c07e208e59ea65250362691dc546c6da7ab90ec66ee79651ef697329872f6f97eb19a6dfcacc026fd05e76a563c5d2
checksum: 9b2f84ff3f874ad05b0b9bf06862c56f478b65781801f82296b4cc01bee39e79c20a7c0a06959fed0ee582c8267e1cb21638318655c5e070b0287242a844d1c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -2737,7 +2737,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@iota-wiki/cli@workspace:cli"
dependencies:
"@babel/generator": ^7.25.0
"@babel/generator": ^7.25.6
"@babel/parser": ^7.24.7
"@babel/types": ^7.23.6
"@iota-wiki/core": "workspace:^"
Expand Down
Loading