Skip to content

Commit 73481d8

Browse files
chore(deps): bump @babel/runtime from 7.12.13 to 7.12.18 (#1309)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.12.13 to 7.12.18. - [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.18/packages/babel-runtime) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33548c1 commit 73481d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir . --removeComments false"
2727
},
2828
"dependencies": {
29-
"@babel/runtime": "7.12.13",
29+
"@babel/runtime": "7.12.18",
3030
"core-js": "3.8.3",
3131
"intersection-observer": "0.12.0",
3232
"resize-observer-polyfill": "1.5.1",

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir . --removeComments false"
2121
},
2222
"dependencies": {
23-
"@babel/runtime": "7.12.13",
23+
"@babel/runtime": "7.12.18",
2424
"lodash": "^4.17.20",
2525
"react-content-loader": "6.0.1",
2626
"recharts": "2.0.6"

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir . --removeComments false"
3333
},
3434
"dependencies": {
35-
"@babel/runtime": "7.12.13",
35+
"@babel/runtime": "7.12.18",
3636
"@ui5/webcomponents-react-base": "^0.14.0",
3737
"lodash": "^4.17.20",
3838
"react-content-loader": "6.0.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
core-js-pure "^3.0.0"
11941194
regenerator-runtime "^0.13.4"
11951195

1196-
"@babel/runtime@7.12.13", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1196+
"@babel/runtime@7.12.13", "@babel/runtime@7.12.18", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
11971197
version "7.12.13"
11981198
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
11991199
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==

0 commit comments

Comments
 (0)