aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-16 12:30:31 +0200
committerGitHub <[email protected]>2021-02-16 12:30:31 +0200
commit3369d805218a1a9e5189edbfbcab99be0a1b3085 (patch)
tree4126ec680bd494836e8305ec488cc60386e87260
parente622eb54005a75d7f09922169641ba1f4be5346a (diff)
downloadbootstrap-3369d805218a1a9e5189edbfbcab99be0a1b3085.tar.xz
bootstrap-3369d805218a1a9e5189edbfbcab99be0a1b3085.zip
Bump @babel/core from 7.12.13 to 7.12.16 (#33106)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.12.16. - [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.12.16/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 12 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index eb217ea18..ac7836101 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,16 +38,16 @@
"dev": true
},
"@babel/core": {
- "version": "7.12.13",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.13.tgz",
- "integrity": "sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==",
+ "version": "7.12.16",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.16.tgz",
+ "integrity": "sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.12.13",
- "@babel/generator": "^7.12.13",
+ "@babel/generator": "^7.12.15",
"@babel/helper-module-transforms": "^7.12.13",
"@babel/helpers": "^7.12.13",
- "@babel/parser": "^7.12.13",
+ "@babel/parser": "^7.12.16",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.12.13",
"@babel/types": "^7.12.13",
@@ -60,6 +60,12 @@
"source-map": "^0.5.0"
},
"dependencies": {
+ "@babel/parser": {
+ "version": "7.12.16",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz",
+ "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==",
+ "dev": true
+ },
"debug": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
diff --git a/package.json b/package.json
index bf4779f38..56810087b 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
},
"devDependencies": {
"@babel/cli": "^7.12.16",
- "@babel/core": "^7.12.13",
+ "@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.13",
"@popperjs/core": "^2.6.0",
"@rollup/plugin-babel": "^5.2.3",