Skip to content
Closed
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 worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">=20.11.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.23.3",
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ __metadata:
languageName: node
linkType: hard

"@babel/cli@npm:^7.22.10":
version: 7.23.4
resolution: "@babel/cli@npm:7.23.4"
"@babel/cli@npm:^7.24.5":
version: 7.24.5
resolution: "@babel/cli@npm:7.24.5"
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"
Expand All @@ -45,7 +45,7 @@ __metadata:
bin:
babel: ./bin/babel.js
babel-external-helpers: ./bin/babel-external-helpers.js
checksum: f71bc378f62dd19983adc8dae4ee33cd44ac7d8ea3224709f787f290e0c3a4b8a36dad76d672b3479de2b9f524e55b4bb12a2296154c73134ba111114a15779c
checksum: ec1c0546986b1b2423a125f919701b1c29ea1e999302035379adbfb9104e819d9cecc9d947ac91a26a9da7e6445f1812fc61deabf9d0a5f3894f53ec19fdfa04
languageName: node
linkType: hard

Expand Down Expand Up @@ -1475,7 +1475,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@forms-queue/worker@workspace:worker"
dependencies:
"@babel/cli": "npm:^7.22.10"
"@babel/cli": "npm:^7.24.5"
"@babel/core": "npm:^7.22.5"
"@babel/preset-env": "npm:^7.22.5"
"@babel/preset-typescript": "npm:^7.23.3"
Expand Down Expand Up @@ -1840,6 +1840,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: 3d1ce6ebc69df9682a5a8896b414c6537e428a1d68b02fcc8363b04284a8ca0df04d0ee3013132252ab14f2527bc13bea6526a912ecb5658f0e39fd2860b4df4
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