Skip to content

Commit 599363c

Browse files
Bump @babel/plugin-proposal-object-rest-spread from 7.9.0 to 7.9.5
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]>
1 parent 88c870d commit 599363c

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
@@ -49,7 +49,7 @@
4949
"@babel/cli": "^7.8.4",
5050
"@babel/core": "^7.9.0",
5151
"@babel/plugin-proposal-class-properties": "^7.8.3",
52-
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
52+
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
5353
"@babel/plugin-transform-runtime": "^7.9.0",
5454
"@babel/preset-env": "^7.9.0",
5555
"@babel/preset-react": "7.9.4",

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,6 @@
126126
"@babel/helper-annotate-as-pure" "^7.8.3"
127127
"@babel/types" "^7.9.0"
128128

129-
"@babel/helper-call-delegate@^7.8.7":
130-
version "7.8.7"
131-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"
132-
integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ==
133-
dependencies:
134-
"@babel/helper-hoist-variables" "^7.8.3"
135-
"@babel/traverse" "^7.8.3"
136-
"@babel/types" "^7.8.7"
137-
138129
"@babel/helper-compilation-targets@^7.8.7":
139130
version "7.8.7"
140131
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
@@ -402,13 +393,14 @@
402393
"@babel/helper-plugin-utils" "^7.8.3"
403394
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
404395

405-
"@babel/plugin-proposal-object-rest-spread@^7.8.3", "@babel/plugin-proposal-object-rest-spread@^7.9.0":
406-
version "7.9.0"
407-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
408-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
396+
"@babel/plugin-proposal-object-rest-spread@^7.8.3", "@babel/plugin-proposal-object-rest-spread@^7.9.0", "@babel/plugin-proposal-object-rest-spread@^7.9.5":
397+
version "7.9.5"
398+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
399+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
409400
dependencies:
410401
"@babel/helper-plugin-utils" "^7.8.3"
411402
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
403+
"@babel/plugin-transform-parameters" "^7.9.5"
412404

413405
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
414406
version "7.8.3"
@@ -688,12 +680,11 @@
688680
"@babel/helper-plugin-utils" "^7.8.3"
689681
"@babel/helper-replace-supers" "^7.8.3"
690682

691-
"@babel/plugin-transform-parameters@^7.8.7":
692-
version "7.8.7"
693-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395"
694-
integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g==
683+
"@babel/plugin-transform-parameters@^7.8.7", "@babel/plugin-transform-parameters@^7.9.5":
684+
version "7.9.5"
685+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
686+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
695687
dependencies:
696-
"@babel/helper-call-delegate" "^7.8.7"
697688
"@babel/helper-get-function-arity" "^7.8.3"
698689
"@babel/helper-plugin-utils" "^7.8.3"
699690

0 commit comments

Comments
 (0)