Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-10 08:43:43 +0300
committerGitHub <noreply@github.com>2021-03-10 08:43:43 +0300
commit8ef613c297c6f9f295b9b7d82c227ff2ea928bdc (patch)
tree4fb4e77d379b187b7a4e2d3107b63dabaeb5ab05
parent7d3fa63c3f55bb6d2307732112a2334c3f30e51a (diff)
Bump @babel/core from 7.13.8 to 7.13.10 (#33311)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.8 to 7.13.10. - [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.13.10/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json38
-rw-r--r--package.json2
2 files changed, 29 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 4473ee6ad5..a492625351 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,17 +38,17 @@
"dev": true
},
"@babel/core": {
- "version": "7.13.8",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.8.tgz",
- "integrity": "sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==",
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.10.tgz",
+ "integrity": "sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.12.13",
- "@babel/generator": "^7.13.0",
- "@babel/helper-compilation-targets": "^7.13.8",
+ "@babel/generator": "^7.13.9",
+ "@babel/helper-compilation-targets": "^7.13.10",
"@babel/helper-module-transforms": "^7.13.0",
- "@babel/helpers": "^7.13.0",
- "@babel/parser": "^7.13.4",
+ "@babel/helpers": "^7.13.10",
+ "@babel/parser": "^7.13.10",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.0",
"@babel/types": "^7.13.0",
@@ -61,6 +61,24 @@
"source-map": "^0.5.0"
},
"dependencies": {
+ "@babel/helper-compilation-targets": {
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz",
+ "integrity": "sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==",
+ "dev": true,
+ "requires": {
+ "@babel/compat-data": "^7.13.8",
+ "@babel/helper-validator-option": "^7.12.17",
+ "browserslist": "^4.14.5",
+ "semver": "^6.3.0"
+ }
+ },
+ "@babel/parser": {
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.10.tgz",
+ "integrity": "sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==",
+ "dev": true
+ },
"debug": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
@@ -395,9 +413,9 @@
}
},
"@babel/helpers": {
- "version": "7.13.0",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.0.tgz",
- "integrity": "sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==",
+ "version": "7.13.10",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.10.tgz",
+ "integrity": "sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==",
"dev": true,
"requires": {
"@babel/template": "^7.12.13",
diff --git a/package.json b/package.json
index c7eeae5c5b..a2ce1ea721 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
},
"devDependencies": {
"@babel/cli": "^7.13.0",
- "@babel/core": "^7.13.8",
+ "@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.9",
"@popperjs/core": "^2.9.1",
"@rollup/plugin-babel": "^5.3.0",