0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 08:57:38 +00:00

Bump @babel/runtime from 7.29.7 to 8.0.0

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.29.7 to 8.0.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/v8.0.0/packages/babel-runtime)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-05 14:30:14 +00:00
committed by GitHub
parent a280304776
commit 50267cad9e
2 changed files with 6 additions and 9 deletions
+5 -8
View File
@@ -14,7 +14,7 @@
"@babel/plugin-transform-runtime": "^7.29.7", "@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-env": "^7.29.5", "@babel/preset-env": "^7.29.5",
"@babel/preset-react": "^7.29.7", "@babel/preset-react": "^7.29.7",
"@babel/runtime": "^7.29.2", "@babel/runtime": "^8.0.0",
"@codemirror/autocomplete": "^6.20.3", "@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.10.3", "@codemirror/commands": "^6.10.3",
"@codemirror/highlight": "^0.19.8", "@codemirror/highlight": "^0.19.8",
@@ -1931,13 +1931,10 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.29.7", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-8.0.0.tgz",
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", "integrity": "sha512-sL6cvO2IfkSu/iU+zs2S/w01B7A8V7suXSIKEN4hPFFdZoiPGxrj5pAG0lCaqLWiEIrjKzdznIWuaLcxPR53qw==",
"license": "MIT", "license": "MIT"
"engines": {
"node": ">=6.9.0"
}
}, },
"node_modules/@babel/template": { "node_modules/@babel/template": {
"version": "7.29.7", "version": "7.29.7",
+1 -1
View File
@@ -90,7 +90,7 @@
"@babel/plugin-transform-runtime": "^7.29.7", "@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-env": "^7.29.5", "@babel/preset-env": "^7.29.5",
"@babel/preset-react": "^7.29.7", "@babel/preset-react": "^7.29.7",
"@babel/runtime": "^7.29.2", "@babel/runtime": "^8.0.0",
"@codemirror/autocomplete": "^6.20.3", "@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.10.3", "@codemirror/commands": "^6.10.3",
"@codemirror/highlight": "^0.19.8", "@codemirror/highlight": "^0.19.8",