Skip to content

Commit 53aeb37

Browse files
chore(deps-dev): bump @babel/plugin-proposal-object-rest-spread… (#4304)
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.9.0 to 7.9.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.9.0...v7.9.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 908f676 commit 53aeb37

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.9.0",
29-
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
29+
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
3030
"@babel/plugin-transform-block-scoping": "^7.4.4",
3131
"@ember/jquery": "^1.1.0",
3232
"@ember/optional-features": "^1.3.0",

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@
6565
"@babel/helper-explode-assignable-expression" "^7.8.3"
6666
"@babel/types" "^7.8.3"
6767

68-
"@babel/helper-call-delegate@^7.8.3":
69-
version "7.8.3"
70-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.3.tgz#de82619898aa605d409c42be6ffb8d7204579692"
71-
integrity sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A==
72-
dependencies:
73-
"@babel/helper-hoist-variables" "^7.8.3"
74-
"@babel/traverse" "^7.8.3"
75-
"@babel/types" "^7.8.3"
76-
7768
"@babel/helper-compilation-targets@^7.8.4":
7869
version "7.8.4"
7970
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
@@ -330,13 +321,14 @@
330321
"@babel/helper-plugin-utils" "^7.8.3"
331322
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
332323

333-
"@babel/plugin-proposal-object-rest-spread@^7.8.3", "@babel/plugin-proposal-object-rest-spread@^7.9.0":
334-
version "7.9.0"
335-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
336-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
324+
"@babel/plugin-proposal-object-rest-spread@^7.8.3", "@babel/plugin-proposal-object-rest-spread@^7.9.5":
325+
version "7.9.5"
326+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
327+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
337328
dependencies:
338329
"@babel/helper-plugin-utils" "^7.8.3"
339330
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
331+
"@babel/plugin-transform-parameters" "^7.9.5"
340332

341333
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
342334
version "7.8.3"
@@ -615,12 +607,11 @@
615607
"@babel/helper-plugin-utils" "^7.8.3"
616608
"@babel/helper-replace-supers" "^7.8.3"
617609

618-
"@babel/plugin-transform-parameters@^7.8.4":
619-
version "7.8.4"
620-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.4.tgz#1d5155de0b65db0ccf9971165745d3bb990d77d3"
621-
integrity sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA==
610+
"@babel/plugin-transform-parameters@^7.8.4", "@babel/plugin-transform-parameters@^7.9.5":
611+
version "7.9.5"
612+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
613+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
622614
dependencies:
623-
"@babel/helper-call-delegate" "^7.8.3"
624615
"@babel/helper-get-function-arity" "^7.8.3"
625616
"@babel/helper-plugin-utils" "^7.8.3"
626617

0 commit comments

Comments
 (0)