chore(deps): bump @babel/runtime from 7.26.10 to 7.27.0 (#1910)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.10 to 7.27.0.
- [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.27.0/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-25 15:01:02 +00:00 committed by GitHub
parent bc9b16bbaf
commit 127fb52cb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
"test": "tsd && jest --no-cache"
},
"dependencies": {
"@babel/runtime": "7.26.10",
"@babel/runtime": "7.27.0",
"dequal": "2.0.3",
"lru-cache": "^11.0.0"
},