Skip to content

Commit dd04908

Browse files
build(deps-dev): bump @babel/core from 7.17.0 to 7.17.2 in /web/app (#7872)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.0 to 7.17.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abb8290 commit dd04908

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"whatwg-fetch": "3.6.2"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.17.0",
44+
"@babel/core": "^7.17.2",
4545
"@babel/eslint-parser": "^7.17.0",
4646
"@babel/plugin-proposal-class-properties": "^7.16.7",
4747
"@babel/preset-env": "^7.16.11",

web/app/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
2222
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
2323

24-
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.17.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
25-
version "7.17.0"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5"
27-
integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==
24+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.17.2", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
25+
version "7.17.2"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
27+
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
2828
dependencies:
2929
"@ampproject/remapping" "^2.0.0"
3030
"@babel/code-frame" "^7.16.7"
3131
"@babel/generator" "^7.17.0"
3232
"@babel/helper-compilation-targets" "^7.16.7"
3333
"@babel/helper-module-transforms" "^7.16.7"
34-
"@babel/helpers" "^7.17.0"
34+
"@babel/helpers" "^7.17.2"
3535
"@babel/parser" "^7.17.0"
3636
"@babel/template" "^7.16.7"
3737
"@babel/traverse" "^7.17.0"
@@ -299,10 +299,10 @@
299299
"@babel/traverse" "^7.16.8"
300300
"@babel/types" "^7.16.8"
301301

302-
"@babel/helpers@^7.17.0":
303-
version "7.17.0"
304-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b"
305-
integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==
302+
"@babel/helpers@^7.17.2":
303+
version "7.17.2"
304+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
305+
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
306306
dependencies:
307307
"@babel/template" "^7.16.7"
308308
"@babel/traverse" "^7.17.0"

0 commit comments

Comments
 (0)