aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-08-18 21:24:52 +0300
committerGitHub <[email protected]>2020-08-18 21:24:52 +0300
commit73b39dfb796aed5ba54ec232bb878d04bd240ba1 (patch)
tree5007c6b2a5584938609c04fbe39583da905fdf6d /package-lock.json
parentd4f12f699af760608e116162bd444cbf466a2ea7 (diff)
downloadbootstrap-73b39dfb796aed5ba54ec232bb878d04bd240ba1.tar.xz
bootstrap-73b39dfb796aed5ba54ec232bb878d04bd240ba1.zip
Bump @rollup/plugin-babel from 5.1.0 to 5.2.0 (#31493)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/babel-v5.1.0...babel-v5.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 905462aaa..888dbf33e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1237,13 +1237,13 @@
"dev": true
},
"@rollup/plugin-babel": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.1.0.tgz",
- "integrity": "sha512-zXBEYmfiLAMvB+ZBa6m/q9hsQYAq1sUFdjuP1F6C2pf6uQcpHwAWQveZgzS63zXdKPUYHD3Dr7BhjCqcr0bbLw==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.2.0.tgz",
+ "integrity": "sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw==",
"dev": true,
"requires": {
- "@babel/helper-module-imports": "^7.7.4",
- "@rollup/pluginutils": "^3.0.8"
+ "@babel/helper-module-imports": "^7.10.4",
+ "@rollup/pluginutils": "^3.1.0"
}
},
"@rollup/plugin-commonjs": {