Skip to content

Commit

Permalink
Bump @babel/runtime-corejs2 from 7.17.9 to 7.18.3 in /ui (#877)
Browse files Browse the repository at this point in the history
Bumps [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) from 7.17.9 to 7.18.3.
- [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.18.3/packages/babel-runtime-corejs2)

---
updated-dependencies:
- dependency-name: "@babel/runtime-corejs2"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent fcbdc9b commit 1d433f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.18.2",
"@babel/runtime-corejs2": "^7.17.9",
"@babel/runtime-corejs2": "^7.18.3",
"@playwright/test": "^1.22.2",
"@webpack-cli/serve": "^1.6.0",
"autoprefixer": "^9.6.1",
Expand Down
12 changes: 6 additions & 6 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1064,12 +1064,12 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/runtime-corejs2@^7.17.9":
version "7.17.9"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.17.9.tgz#068e3f4cc08c7c62504eb704b5eb8b735b079b56"
integrity sha512-+QThIsnjVY12uURTvmnW33risFZ7ulq6OWw0VJL08UwiYiWVp9PM63s+W1L2ppajYyKAYKb7afcGYSHzA0k04Q==
"@babel/runtime-corejs2@^7.18.3":
version "7.18.3"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.18.3.tgz#415671a614d82e9791df7acf67b4853b96346643"
integrity sha512-r9L5eZChdP1DHSL+YwGEd7Rcs8Yk2KDOwSJ4cdB8ZAMolqiW7Qa9I1ir/05lte/i6N979PKYr5288OqoyZkabA==
dependencies:
core-js "^2.6.5"
core-js "^2.6.12"
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.8.4":
Expand Down Expand Up @@ -3484,7 +3484,7 @@ core-js-compat@^3.20.0, core-js-compat@^3.22.1:
browserslist "^4.20.3"
semver "7.0.0"

core-js@^2.6.5:
core-js@^2.6.12:
version "2.6.12"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
Expand Down

0 comments on commit 1d433f6

Please sign in to comment.