Skip to content

Commit 3fbc95a

Browse files
chore(deps-dev): bump @babel/plugin-proposal-object-rest-spread (#347)
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.15.6 to 7.16.0. - [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.0/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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf613ce commit 3fbc95a

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
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.14.7",
28+
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
2929
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
3030
"@babel/preset-env": "^7.15.8",
3131
"babel-jest": "^27.3.1",

yarn.lock

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

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
20-
version "7.15.0"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
22-
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
23-
24-
"@babel/compat-data@^7.16.0":
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0", "@babel/compat-data@^7.16.0":
2520
version "7.16.0"
2621
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
2722
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
@@ -532,16 +527,16 @@
532527
"@babel/helper-plugin-utils" "^7.14.5"
533528
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
534529

535-
"@babel/plugin-proposal-object-rest-spread@^7.14.7", "@babel/plugin-proposal-object-rest-spread@^7.15.6":
536-
version "7.15.6"
537-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
538-
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
530+
"@babel/plugin-proposal-object-rest-spread@^7.15.6", "@babel/plugin-proposal-object-rest-spread@^7.16.0":
531+
version "7.16.0"
532+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz#5fb32f6d924d6e6712810362a60e12a2609872e6"
533+
integrity sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==
539534
dependencies:
540-
"@babel/compat-data" "^7.15.0"
541-
"@babel/helper-compilation-targets" "^7.15.4"
535+
"@babel/compat-data" "^7.16.0"
536+
"@babel/helper-compilation-targets" "^7.16.0"
542537
"@babel/helper-plugin-utils" "^7.14.5"
543538
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
544-
"@babel/plugin-transform-parameters" "^7.15.4"
539+
"@babel/plugin-transform-parameters" "^7.16.0"
545540

546541
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
547542
version "7.14.5"
@@ -867,10 +862,10 @@
867862
"@babel/helper-plugin-utils" "^7.14.5"
868863
"@babel/helper-replace-supers" "^7.14.5"
869864

870-
"@babel/plugin-transform-parameters@^7.15.4":
871-
version "7.15.4"
872-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
873-
integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==
865+
"@babel/plugin-transform-parameters@^7.15.4", "@babel/plugin-transform-parameters@^7.16.0":
866+
version "7.16.3"
867+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
868+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
874869
dependencies:
875870
"@babel/helper-plugin-utils" "^7.14.5"
876871

0 commit comments

Comments
 (0)