chore(deps): bump @babel/runtime from 7.13.17 to 7.14.0

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.17 to 7.14.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/v7.14.0/packages/babel-runtime)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-05-03 04:58:24 +00:00
committed by GitHub
parent 5562106913
commit 91e65e8bb0
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -9,7 +9,7 @@
"version": "9.5.4", "version": "9.5.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.13.17", "@babel/runtime": "^7.14.0",
"@types/d3": "^6.3.0", "@types/d3": "^6.3.0",
"@types/react-redux": "^7.1.16", "@types/react-redux": "^7.1.16",
"classcat": "^5.0.3", "classcat": "^5.0.3",
@@ -1386,9 +1386,9 @@
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.13.17", "version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"dependencies": { "dependencies": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
@@ -13096,9 +13096,9 @@
} }
}, },
"@babel/runtime": { "@babel/runtime": {
"version": "7.13.17", "version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
+1 -1
View File
@@ -28,7 +28,7 @@
"release:next": "release-it --preRelease=next" "release:next": "release-it --preRelease=next"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.13.17", "@babel/runtime": "^7.14.0",
"@types/d3": "^6.3.0", "@types/d3": "^6.3.0",
"@types/react-redux": "^7.1.16", "@types/react-redux": "^7.1.16",
"classcat": "^5.0.3", "classcat": "^5.0.3",