0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 01:32:47 +00:00

Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [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.15/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-09-05 18:27:40 +00:00
committed by GitHub
parent e5346d3a6e
commit deaaafd9d2
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/core": "^7.22.15", "@babel/core": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.10", "@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15", "@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.5", "@babel/preset-react": "^7.22.5",
"@googleapis/drive": "^5.1.0", "@googleapis/drive": "^5.1.0",
@@ -1435,11 +1435,11 @@
} }
}, },
"node_modules/@babel/plugin-transform-runtime": { "node_modules/@babel/plugin-transform-runtime": {
"version": "7.22.10", "version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz",
"integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==", "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==",
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.22.5", "@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs2": "^0.4.5",
"babel-plugin-polyfill-corejs3": "^0.8.3", "babel-plugin-polyfill-corejs3": "^0.8.3",

View File

@@ -79,7 +79,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.22.15", "@babel/core": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.10", "@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15", "@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.5", "@babel/preset-react": "^7.22.5",
"@googleapis/drive": "^5.1.0", "@googleapis/drive": "^5.1.0",