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/preset-env from 7.26.8 to 7.26.9 in /modules/web #9979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -90,7 +90,7 @@
"@angular/compiler-cli": "16.2.1",
"@angular/language-service": "16.2.1",
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@babel/preset-env": "7.26.9",
"@babel/register": "7.25.9",
"@cypress/webpack-preprocessor": "6.0.2",
"@graphql-mesh/cli": "0.98.25",
Expand Down
22 changes: 11 additions & 11 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2165,15 +2165,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-for-of@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/plugin-transform-for-of@npm:7.25.9"
"@babel/plugin-transform-for-of@npm:^7.26.9":
version: 7.26.9
resolution: "@babel/plugin-transform-for-of@npm:7.26.9"
dependencies:
"@babel/helper-plugin-utils": ^7.25.9
"@babel/helper-plugin-utils": ^7.26.5
"@babel/helper-skip-transparent-expression-wrappers": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 41b56e70256a29fc26ed7fb95ece062d7ec2f3b6ea8f0686349ffd004cd4816132085ee21165b89c502ee7161cb7cfb12510961638851357945dc7bc546475b7
checksum: 361323cfc1d9e9dc0bf0d68326b5e7f4da5b8a8be8931f6cacda749d39b88ee1b0f9b4d8b771a5a4d52bb881a90da97950c8a9e6fb47f2c9db11d91f6351768e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3077,9 +3077,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:7.26.8":
version: 7.26.8
resolution: "@babel/preset-env@npm:7.26.8"
"@babel/preset-env@npm:7.26.9":
version: 7.26.9
resolution: "@babel/preset-env@npm:7.26.9"
dependencies:
"@babel/compat-data": ^7.26.8
"@babel/helper-compilation-targets": ^7.26.5
Expand Down Expand Up @@ -3110,7 +3110,7 @@ __metadata:
"@babel/plugin-transform-dynamic-import": ^7.25.9
"@babel/plugin-transform-exponentiation-operator": ^7.26.3
"@babel/plugin-transform-export-namespace-from": ^7.25.9
"@babel/plugin-transform-for-of": ^7.25.9
"@babel/plugin-transform-for-of": ^7.26.9
"@babel/plugin-transform-function-name": ^7.25.9
"@babel/plugin-transform-json-strings": ^7.25.9
"@babel/plugin-transform-literals": ^7.25.9
Expand Down Expand Up @@ -3152,7 +3152,7 @@ __metadata:
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 409066e5ab77321b0ba7a231509aa75e92ad6ec718b3b1c07dbba7028a223877a65f6472d167942cb30ffac29401b37fa20b6dc724c7e9deba30145714b50680
checksum: 7a657f947d069b7a27b02258012ce3ceb9383a8c10c249d4a3565c486294c3fe63ed08128ca3d124444d17eb821cfbf64a91fe8160af2e39f70d5cd2232f079e
languageName: node
linkType: hard

Expand Down Expand Up @@ -14930,7 +14930,7 @@ __metadata:
"@angular/platform-browser-dynamic": 16.2.1
"@angular/router": 16.2.1
"@babel/core": 7.26.8
"@babel/preset-env": 7.26.8
"@babel/preset-env": 7.26.9
"@babel/register": 7.25.9
"@cypress/webpack-preprocessor": 6.0.2
"@graphql-mesh/cli": 0.98.25
Expand Down
Loading