Skip to content

Commit 06170fc

Browse files
chore(deps): bump @babel/runtime from 7.13.9 to 7.13.10 (#1392)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.9 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-runtime) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e9da0b commit 06170fc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@babel/preset-env": "^7.12.13",
5050
"@babel/preset-react": "^7.12.13",
5151
"@babel/preset-typescript": "^7.12.13",
52-
"@babel/runtime": "7.13.9",
52+
"@babel/runtime": "7.13.10",
5353
"@rollup/plugin-babel": "^5.2.1",
5454
"@rollup/plugin-node-resolve": "^11.0.0",
5555
"@rollup/plugin-replace": "^2.3.2",

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.13.9",
29+
"@babel/runtime": "7.13.10",
3030
"core-js": "3.9.1",
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.13.9",
23+
"@babel/runtime": "7.13.10",
2424
"lodash": "^4.17.20",
2525
"react-content-loader": "6.0.2",
2626
"recharts": "2.0.8"

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.13.9",
35+
"@babel/runtime": "7.13.10",
3636
"@ui5/webcomponents-react-base": "^0.14.3",
3737
"lodash": "^4.17.20",
3838
"react-content-loader": "6.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,10 +1127,10 @@
11271127
core-js-pure "^3.0.0"
11281128
regenerator-runtime "^0.13.4"
11291129

1130-
"@babel/runtime@7.13.9", "@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":
1131-
version "7.13.9"
1132-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.9.tgz#97dbe2116e2630c489f22e0656decd60aaa1fcee"
1133-
integrity sha512-aY2kU+xgJ3dJ1eU6FMB9EH8dIe8dmusF1xEku52joLvw6eAFN0AI+WxCLDnpev2LEejWBAy2sBvBOBAjI3zmvA==
1130+
"@babel/runtime@7.13.10", "@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":
1131+
version "7.13.10"
1132+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
1133+
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
11341134
dependencies:
11351135
regenerator-runtime "^0.13.4"
11361136

0 commit comments

Comments
 (0)