Skip to content

Commit 54e1989

Browse files
Bump @babel/plugin-transform-runtime from 7.8.3 to 7.9.0
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.8.3 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.3...v7.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0b16e2e commit 54e1989

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/core": "^7.9.0",
5353
"@babel/plugin-proposal-class-properties": "^7.8.3",
5454
"@babel/plugin-proposal-decorators": "^7.8.3",
55-
"@babel/plugin-transform-runtime": "^7.8.3",
55+
"@babel/plugin-transform-runtime": "^7.9.0",
5656
"@babel/plugin-transform-typescript": "^7.8.3",
5757
"@babel/runtime": "^7.8.4",
5858
"@ember/optional-features": "^1.3.0",

yarn.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,10 @@
651651
dependencies:
652652
"@babel/helper-plugin-utils" "^7.8.3"
653653

654-
"@babel/plugin-transform-runtime@^7.8.3":
655-
version "7.8.3"
656-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169"
657-
integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==
654+
"@babel/plugin-transform-runtime@^7.8.3", "@babel/plugin-transform-runtime@^7.9.0":
655+
version "7.9.0"
656+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.0.tgz#45468c0ae74cc13204e1d3b1f4ce6ee83258af0b"
657+
integrity sha512-pUu9VSf3kI1OqbWINQ7MaugnitRss1z533436waNXp+0N3ur3zfut37sXiQMxkuCF4VUjwZucen/quskCh7NHw==
658658
dependencies:
659659
"@babel/helper-module-imports" "^7.8.3"
660660
"@babel/helper-plugin-utils" "^7.8.3"
@@ -7098,8 +7098,9 @@ mocha@^7.1.1:
70987098
yargs-unparser "1.6.0"
70997099

71007100
"module-name-inliner@link:./tests/dummy/lib/module-name-inliner":
7101-
version "0.0.0"
7102-
uid ""
7101+
version "0.1.0"
7102+
dependencies:
7103+
ember-cli-version-checker "*"
71037104

71047105
morgan@^1.9.1:
71057106
version "1.9.1"
@@ -8427,13 +8428,6 @@ resolve@^1.1.3, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.
84278428
dependencies:
84288429
path-parse "^1.0.6"
84298430

8430-
resolve@^1.13.1:
8431-
version "1.15.1"
8432-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
8433-
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
8434-
dependencies:
8435-
path-parse "^1.0.6"
8436-
84378431
responselike@1.0.2, responselike@^1.0.2:
84388432
version "1.0.2"
84398433
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"

0 commit comments

Comments
 (0)