Skip to content

Commit 43d763f

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/plugin-proposal-pipeline-operator to v7.17.6
1 parent bc99cb3 commit 43d763f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
8181
"@babel/plugin-proposal-optional-catch-binding": "7.16.7",
8282
"@babel/plugin-proposal-optional-chaining": "7.16.7",
83-
"@babel/plugin-proposal-pipeline-operator": "7.16.7",
83+
"@babel/plugin-proposal-pipeline-operator": "7.17.6",
8484
"@babel/plugin-proposal-throw-expressions": "7.16.7",
8585
"@babel/plugin-syntax-top-level-await": "7.14.5",
8686
"@babel/plugin-transform-block-scoping": "7.16.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2627,13 +2627,13 @@
26272627
"@babel/helper-plugin-utils" "^7.8.3"
26282628
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
26292629

2630-
"@babel/plugin-proposal-pipeline-operator@7.16.7":
2631-
version "7.16.7"
2632-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.16.7.tgz#b6064ebead4a69e53ab19720ebba7c14aa5bb196"
2633-
integrity sha512-og/v0C+wGJ2S+EwM9/KNtPB0MYrYR48Wiwlji6R9e6NYM5LXpyBQ1BcUWUXJLAtfub4/geOjLMO3xHDdmlPXoA==
2630+
"@babel/plugin-proposal-pipeline-operator@7.17.6":
2631+
version "7.17.6"
2632+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.17.6.tgz#1d8902fe9177ff92f7c5ce3824ef1a1b35f1ea6a"
2633+
integrity sha512-n1jaBJW05mRSShsMwK6ObEN9C925w3bleGZlzvPRdEJ0ZNvXoSncAJMGSzLKo7NScfZdWuLtf7BQtBMfFTHP+g==
26342634
dependencies:
26352635
"@babel/helper-plugin-utils" "^7.16.7"
2636-
"@babel/plugin-syntax-pipeline-operator" "^7.16.7"
2636+
"@babel/plugin-syntax-pipeline-operator" "^7.17.0"
26372637

26382638
"@babel/plugin-proposal-private-methods@^7.10.1":
26392639
version "7.10.1"
@@ -2890,10 +2890,10 @@
28902890
dependencies:
28912891
"@babel/helper-plugin-utils" "^7.8.0"
28922892

2893-
"@babel/plugin-syntax-pipeline-operator@^7.16.7":
2894-
version "7.16.7"
2895-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.16.7.tgz#594d43695ee7f701533d9bf78eb7cac63ded7a85"
2896-
integrity sha512-t021QtCAsMvTQ+hy9aEX1TMhz4rFdnPZtddeTVya9PnX/xj5xoCvE2i1fzTknDpCJudZIsGlI6bAuVu2omrYgw==
2893+
"@babel/plugin-syntax-pipeline-operator@^7.17.0":
2894+
version "7.17.0"
2895+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.17.0.tgz#de7a8cd265de1172170a9db318ba068c5fbe3ca1"
2896+
integrity sha512-vNE+4pNAOk2Q0BkyTf+XMwZ53vMDJ7Ic/Z85sruaJfJJ+4O5k/61z2a4Xj3CSl9kKRlXOALbsxWca0vZz7ENbw==
28972897
dependencies:
28982898
"@babel/helper-plugin-utils" "^7.16.7"
28992899

0 commit comments

Comments
 (0)