chore(deps-dev): bump @babel/core from 7.17.10 to 7.18.6 (#4540)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 to 7.18.6.
- [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.6/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  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>
pull/4546/head
dependabot[bot] 2 years ago committed by GitHub
parent 880c8c9370
commit 3cb102b8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

74
package-lock.json generated

@ -72,7 +72,7 @@
"uplot": "^1.6.21" "uplot": "^1.6.21"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.10", "@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6", "@babel/preset-env": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-babel": "^5.3.1",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
@ -133,21 +133,21 @@
} }
}, },
"node_modules/@babel/core": { "node_modules/@babel/core": {
"version": "7.17.10", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz",
"integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.17.10", "@babel/generator": "^7.18.6",
"@babel/helper-compilation-targets": "^7.17.10", "@babel/helper-compilation-targets": "^7.18.6",
"@babel/helper-module-transforms": "^7.17.7", "@babel/helper-module-transforms": "^7.18.6",
"@babel/helpers": "^7.17.9", "@babel/helpers": "^7.18.6",
"@babel/parser": "^7.17.10", "@babel/parser": "^7.18.6",
"@babel/template": "^7.16.7", "@babel/template": "^7.18.6",
"@babel/traverse": "^7.17.10", "@babel/traverse": "^7.18.6",
"@babel/types": "^7.17.10", "@babel/types": "^7.18.6",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
@ -516,14 +516,14 @@
} }
}, },
"node_modules/@babel/helpers": { "node_modules/@babel/helpers": {
"version": "7.17.9", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
"integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/template": "^7.16.7", "@babel/template": "^7.18.6",
"@babel/traverse": "^7.17.9", "@babel/traverse": "^7.18.6",
"@babel/types": "^7.17.0" "@babel/types": "^7.18.6"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@ -15275,21 +15275,21 @@
"dev": true "dev": true
}, },
"@babel/core": { "@babel/core": {
"version": "7.17.10", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz",
"integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.17.10", "@babel/generator": "^7.18.6",
"@babel/helper-compilation-targets": "^7.17.10", "@babel/helper-compilation-targets": "^7.18.6",
"@babel/helper-module-transforms": "^7.17.7", "@babel/helper-module-transforms": "^7.18.6",
"@babel/helpers": "^7.17.9", "@babel/helpers": "^7.18.6",
"@babel/parser": "^7.17.10", "@babel/parser": "^7.18.6",
"@babel/template": "^7.16.7", "@babel/template": "^7.18.6",
"@babel/traverse": "^7.17.10", "@babel/traverse": "^7.18.6",
"@babel/types": "^7.17.10", "@babel/types": "^7.18.6",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.2", "gensync": "^1.0.0-beta.2",
@ -15564,14 +15564,14 @@
} }
}, },
"@babel/helpers": { "@babel/helpers": {
"version": "7.17.9", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz",
"integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/template": "^7.16.7", "@babel/template": "^7.18.6",
"@babel/traverse": "^7.17.9", "@babel/traverse": "^7.18.6",
"@babel/types": "^7.17.0" "@babel/types": "^7.18.6"
} }
}, },
"@babel/highlight": { "@babel/highlight": {

@ -126,7 +126,7 @@
"uplot": "^1.6.21" "uplot": "^1.6.21"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.10", "@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6", "@babel/preset-env": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-babel": "^5.3.1",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",

Loading…
Cancel
Save