Skip to content

Commit 31e4062

Browse files
chore(deps-dev): bump @babel/plugin-proposal-object-rest-spread (#393)
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.16.0 to 7.16.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.16.7/packages/babel-plugin-proposal-object-rest-spread) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-object-rest-spread" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 528ea2b commit 31e4062

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.16",
28-
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
28+
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
2929
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
3030
"@babel/preset-env": "^7.16.4",
3131
"babel-jest": "^27.3.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
dependencies:
1717
"@babel/highlight" "^7.16.7"
1818

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4":
2020
version "7.16.4"
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
2222
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
@@ -66,7 +66,7 @@
6666
"@babel/helper-explode-assignable-expression" "^7.16.0"
6767
"@babel/types" "^7.16.0"
6868

69-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.0", "@babel/helper-compilation-targets@^7.16.3", "@babel/helper-compilation-targets@^7.16.7":
69+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.3", "@babel/helper-compilation-targets@^7.16.7":
7070
version "7.16.7"
7171
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
7272
integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
@@ -428,16 +428,16 @@
428428
"@babel/helper-plugin-utils" "^7.14.5"
429429
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
430430

431-
"@babel/plugin-proposal-object-rest-spread@^7.16.0":
432-
version "7.16.0"
433-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz#5fb32f6d924d6e6712810362a60e12a2609872e6"
434-
integrity sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==
431+
"@babel/plugin-proposal-object-rest-spread@^7.16.0", "@babel/plugin-proposal-object-rest-spread@^7.16.7":
432+
version "7.16.7"
433+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8"
434+
integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==
435435
dependencies:
436-
"@babel/compat-data" "^7.16.0"
437-
"@babel/helper-compilation-targets" "^7.16.0"
438-
"@babel/helper-plugin-utils" "^7.14.5"
436+
"@babel/compat-data" "^7.16.4"
437+
"@babel/helper-compilation-targets" "^7.16.7"
438+
"@babel/helper-plugin-utils" "^7.16.7"
439439
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
440-
"@babel/plugin-transform-parameters" "^7.16.0"
440+
"@babel/plugin-transform-parameters" "^7.16.7"
441441

442442
"@babel/plugin-proposal-optional-catch-binding@^7.16.0":
443443
version "7.16.0"
@@ -763,12 +763,12 @@
763763
"@babel/helper-plugin-utils" "^7.14.5"
764764
"@babel/helper-replace-supers" "^7.16.0"
765765

766-
"@babel/plugin-transform-parameters@^7.16.0", "@babel/plugin-transform-parameters@^7.16.3":
767-
version "7.16.3"
768-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
769-
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
766+
"@babel/plugin-transform-parameters@^7.16.3", "@babel/plugin-transform-parameters@^7.16.7":
767+
version "7.16.7"
768+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f"
769+
integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
770770
dependencies:
771-
"@babel/helper-plugin-utils" "^7.14.5"
771+
"@babel/helper-plugin-utils" "^7.16.7"
772772

773773
"@babel/plugin-transform-property-literals@^7.16.0":
774774
version "7.16.0"

0 commit comments

Comments
 (0)