Bump @babel/plugin-transform-runtime from 7.22.2 to 7.22.4

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.2 to 7.22.4.
- [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.22.4/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-30 03:57:15 +00:00
parent c554f6a19b
commit bfc77ed22a
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"@egjs/hammerjs": "^2.0.17",

View File

@ -795,14 +795,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.18.6"
"@babel/plugin-transform-runtime@^7.22.2":
version "7.22.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.2.tgz#e857f027177a6dc182ff98ab6d3a273b0758a5e3"
integrity sha512-ewgWBw1pAoqFg9crO6yhZAQoKWN/iNEGqAmuYegZp+xEpvMHGyLxt0SgPZ9bWG6jx4eff6jQ4JILt5zwj/EoTg==
"@babel/plugin-transform-runtime@^7.22.4":
version "7.22.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.4.tgz#f8353f313f18c3ce1315688631ec48657b97af42"
integrity sha512-Urkiz1m4zqiRo17klj+l3nXgiRTFQng91Bc1eiLF7BMQu1e7wE5Gcq9xSv062IF068NHjcutSbIMev60gXxAvA==
dependencies:
"@babel/helper-module-imports" "^7.21.4"
"@babel/helper-plugin-utils" "^7.21.5"
babel-plugin-polyfill-corejs2 "^0.4.2"
babel-plugin-polyfill-corejs2 "^0.4.3"
babel-plugin-polyfill-corejs3 "^0.8.1"
babel-plugin-polyfill-regenerator "^0.5.0"
semver "^6.3.0"