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

chore(deps-dev): bump @babel/register from 7.25.7 to 7.25.9 in /modules/web #9570

Merged
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 modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@angular/language-service": "16.2.1",
"@babel/core": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/register": "7.25.7",
"@babel/register": "7.25.9",
"@cypress/webpack-preprocessor": "6.0.2",
"@graphql-mesh/cli": "0.93.0",
"@graphql-mesh/openapi": "0.107.3",
Expand Down
10 changes: 5 additions & 5 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3085,9 +3085,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/register@npm:7.25.7":
version: 7.25.7
resolution: "@babel/register@npm:7.25.7"
"@babel/register@npm:7.25.9":
version: 7.25.9
resolution: "@babel/register@npm:7.25.9"
dependencies:
clone-deep: ^4.0.1
find-cache-dir: ^2.0.0
Expand All @@ -3096,7 +3096,7 @@ __metadata:
source-map-support: ^0.5.16
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 54b9cd7b43745725a590c5bf585e69ea64cf6ba937d6de72518a9642c7c8f7db9bdbae89d956f2a28ac808fb8a33ac57a56d0ed32078f8a99216f01beb3b3bb0
checksum: 1df38d9ed6fd60feb0a82e1926508bca8f60915ee8a12ab9f6c9714a8f13bafc7865409c7fa92604a5b79ba84f7990181b312bc469bfdfa30dd79655b3260b85
languageName: node
linkType: hard

Expand Down Expand Up @@ -14298,7 +14298,7 @@ __metadata:
"@angular/router": 16.2.1
"@babel/core": 7.25.9
"@babel/preset-env": 7.25.9
"@babel/register": 7.25.7
"@babel/register": 7.25.9
"@cypress/webpack-preprocessor": 6.0.2
"@graphql-mesh/cli": 0.93.0
"@graphql-mesh/openapi": 0.107.3
Expand Down
Loading