Skip to content

Commit 498d140

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency @babel/runtime to v7.15.3
1 parent de59610 commit 498d140

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@babel/plugin-proposal-async-generator-functions": "7.14.9",
8989
"@babel/plugin-transform-runtime": "7.15.0",
9090
"@babel/preset-env": "7.15.0",
91-
"@babel/runtime": "7.14.8",
91+
"@babel/runtime": "7.15.3",
9292
"@babel/template": "7.14.5",
9393
"@bazel/bazelisk": "1.10.1",
9494
"@bazel/buildifier": "4.0.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/plugin-transform-async-to-generator": "7.14.5",
1818
"@babel/plugin-transform-runtime": "7.15.0",
1919
"@babel/preset-env": "7.15.0",
20-
"@babel/runtime": "7.14.8",
20+
"@babel/runtime": "7.15.3",
2121
"@babel/template": "7.14.5",
2222
"@discoveryjs/json-ext": "0.5.3",
2323
"@jsdevtools/coverage-istanbul-loader": "3.0.5",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,14 @@
10491049
"@babel/types" "^7.4.4"
10501050
esutils "^2.0.2"
10511051

1052-
"@babel/[email protected]", "@babel/runtime@^7.8.4":
1052+
1053+
version "7.15.3"
1054+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
1055+
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
1056+
dependencies:
1057+
regenerator-runtime "^0.13.4"
1058+
1059+
"@babel/runtime@^7.8.4":
10531060
version "7.14.8"
10541061
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
10551062
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==

0 commit comments

Comments
 (0)