Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
deps: update dependency @babel/cli to ^7.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent ec1a5dc commit ce4212f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"contrib:check": "all-contributors check"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
Expand Down
32 changes: 21 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ __metadata:
languageName: node
linkType: hard

"@babel/cli@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/cli@npm:7.23.0"
"@babel/cli@npm:^7.24.6":
version: 7.24.7
resolution: "@babel/cli@npm:7.24.7"
dependencies:
"@jridgewell/trace-mapping": "npm:^0.3.17"
"@jridgewell/trace-mapping": "npm:^0.3.25"
"@nicolo-ribaudo/chokidar-2": "npm:2.1.8-no-fsevents.3"
chokidar: "npm:^3.4.0"
commander: "npm:^4.0.1"
commander: "npm:^6.2.0"
convert-source-map: "npm:^2.0.0"
fs-readdir-recursive: "npm:^1.1.0"
glob: "npm:^7.2.0"
Expand All @@ -186,7 +186,7 @@ __metadata:
bin:
babel: ./bin/babel.js
babel-external-helpers: ./bin/babel-external-helpers.js
checksum: a08dab5b18e839562f8a9664b09b5b30ef43a4a81ab54c2a3ad6810d2e6d382fd5b8b8ec33841e84692e18df3927c0792018a896ca107c970f3fea75f9043417
checksum: 021bf34d7347a24a84d63c282f25d16c14da566c58326e291983877fc62de7e292267e336a753d4d50aacd16b95879aaa6b3f560407fe002969a14e68832980d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2145,6 +2145,16 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/trace-mapping@npm:^0.3.25":
version: 0.3.25
resolution: "@jridgewell/trace-mapping@npm:0.3.25"
dependencies:
"@jridgewell/resolve-uri": "npm:^3.1.0"
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
checksum: dced32160a44b49d531b80a4a2159dceab6b3ddf0c8e95a0deae4b0e894b172defa63d5ac52a19c2068e1fe7d31ea4ba931fbeec103233ecb4208953967120fc
languageName: node
linkType: hard

"@nicolo-ribaudo/chokidar-2@npm:2.1.8-no-fsevents.3":
version: 2.1.8-no-fsevents.3
resolution: "@nicolo-ribaudo/chokidar-2@npm:2.1.8-no-fsevents.3"
Expand Down Expand Up @@ -2315,7 +2325,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tophat/yarn-plugin-licenses-audit@workspace:."
dependencies:
"@babel/cli": "npm:^7.23.0"
"@babel/cli": "npm:^7.24.6"
"@babel/core": "npm:^7.23.3"
"@babel/plugin-transform-runtime": "npm:^7.23.3"
"@babel/preset-env": "npm:^7.23.3"
Expand Down Expand Up @@ -4439,10 +4449,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^4.0.1":
version: 4.1.1
resolution: "commander@npm:4.1.1"
checksum: 3b2dc4125f387dab73b3294dbcb0ab2a862f9c0ad748ee2b27e3544d25325b7a8cdfbcc228d103a98a716960b14478114a5206b5415bd48cdafa38797891562c
"commander@npm:^6.2.0":
version: 6.2.1
resolution: "commander@npm:6.2.1"
checksum: 25b88c2efd0380c84f7844b39cf18510da7bfc5013692d68cdc65f764a1c34e6c8a36ea6d72b6620e3710a930cf8fab2695bdec2bf7107a0f4fa30a3ef3b7d0e
languageName: node
linkType: hard

Expand Down

0 comments on commit ce4212f

Please sign in to comment.