Skip to content

Commit 847b179

Browse files
Bump @babel/plugin-transform-runtime from 7.8.0 to 7.8.3
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.8.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.0...v7.8.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 22701f3 commit 847b179

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/core": "^7.8.0",
5151
"@babel/plugin-proposal-class-properties": "^7.8.3",
5252
"@babel/plugin-proposal-decorators": "^7.8.0",
53-
"@babel/plugin-transform-runtime": "^7.8.0",
53+
"@babel/plugin-transform-runtime": "^7.8.3",
5454
"@babel/plugin-transform-typescript": "^7.7.4",
5555
"@babel/runtime": "^7.8.3",
5656
"@ember/optional-features": "^1.3.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@
187187
dependencies:
188188
"@babel/types" "^7.8.3"
189189

190-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.0":
191-
version "7.8.0"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.0.tgz#076edda55d8cd39c099981b785ce53f4303b967e"
193-
integrity sha512-ylY9J6ZxEcjmJaJ4P6aVs/fZdrZVctCGnxxfYXwCnSMapqd544zT8lWK2qI/vBPjE5gS0o2jILnH+AkpsPauEQ==
190+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.3":
191+
version "7.8.3"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
193+
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
194194
dependencies:
195-
"@babel/types" "^7.8.0"
195+
"@babel/types" "^7.8.3"
196196

197197
"@babel/helper-module-transforms@^7.7.4", "@babel/helper-module-transforms@^7.7.5":
198198
version "7.7.5"
@@ -667,13 +667,13 @@
667667
dependencies:
668668
"@babel/helper-plugin-utils" "^7.0.0"
669669

670-
"@babel/plugin-transform-runtime@^7.6.0", "@babel/plugin-transform-runtime@^7.8.0":
671-
version "7.8.0"
672-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.0.tgz#394080e30a66cc17f63940543f60343a3b2c1d52"
673-
integrity sha512-7AvNIKcpzx/0L9FYIJ3Rs231P3pwWrZ4XW3xt56Cejy1q0Ix+PbgCE17r12jUY8ygl5p4QhfANC0ZqLd8bz8aA==
670+
"@babel/plugin-transform-runtime@^7.6.0", "@babel/plugin-transform-runtime@^7.8.3":
671+
version "7.8.3"
672+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169"
673+
integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==
674674
dependencies:
675-
"@babel/helper-module-imports" "^7.8.0"
676-
"@babel/helper-plugin-utils" "^7.8.0"
675+
"@babel/helper-module-imports" "^7.8.3"
676+
"@babel/helper-plugin-utils" "^7.8.3"
677677
resolve "^1.8.1"
678678
semver "^5.5.1"
679679

0 commit comments

Comments
 (0)