Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@babel/core": "7.28.5",
"@babel/plugin-transform-runtime": "7.28.3",
"@babel/plugin-transform-runtime": "7.28.5",
"@babel/preset-env": "7.28.5",
"@babel/runtime": "7.28.4",
"@fortawesome/fontawesome-free": "^6.7.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,9 +933,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-runtime@npm:7.28.3":
version: 7.28.3
resolution: "@babel/plugin-transform-runtime@npm:7.28.3"
"@babel/plugin-transform-runtime@npm:7.28.5":
version: 7.28.5
resolution: "@babel/plugin-transform-runtime@npm:7.28.5"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
Expand All @@ -945,7 +945,7 @@ __metadata:
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/561629bb6c53561b5ad470df2e76bdd15e177fc518d91087bd7dc64a1025e42303ce333281875c6f0c7bf29b2edc7d99945343a09caf0ed6738d25fe34473254
checksum: 10c0/d20901d179a7044327dec7b37dd4fadbc4c1c0dc1cb6a3dd69e67166b43b06c262dd0f2e70aedf1c0dab42044c0c063468d99019ae1c9290312b6b8802c502f9
languageName: node
linkType: hard

Expand Down Expand Up @@ -2714,7 +2714,7 @@ __metadata:
resolution: "codeharbor@workspace:."
dependencies:
"@babel/core": "npm:7.28.5"
"@babel/plugin-transform-runtime": "npm:7.28.3"
"@babel/plugin-transform-runtime": "npm:7.28.5"
"@babel/preset-env": "npm:7.28.5"
"@babel/runtime": "npm:7.28.4"
"@fortawesome/fontawesome-free": "npm:^6.7.2"
Expand Down
Loading