From f39b2558b3b13587a17126a8066605d8eeb1e2b1 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 27 Sep 2024 14:10:52 +0000 Subject: [PATCH] build: update all non-major dependencies --- .github/ng-renovate/package.json | 2 +- .github/ng-renovate/yarn.lock | 20 +++--- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/branch-manager.yml | 2 +- .github/workflows/ci.yml | 8 +-- .github/workflows/codeql.yml | 6 +- .../workflows/commit-message-based-labels.yml | 2 +- .github/workflows/feature-request.yml | 2 +- .github/workflows/ng-renovate.yml | 2 +- .github/workflows/org-wide-actions.yml | 4 +- .github/workflows/post-approval-changes.yml | 2 +- .github/workflows/pr.yml | 8 +-- .github/workflows/publish-snapshots.yml | 2 +- .github/workflows/slash-commands.yml | 2 +- .github/workflows/update-changelog.yml | 2 +- .../npm/checkout-and-setup-node/action.yml | 2 +- package.json | 2 +- yarn.lock | 72 ++++++++++++++++--- 18 files changed, 98 insertions(+), 44 deletions(-) diff --git a/.github/ng-renovate/package.json b/.github/ng-renovate/package.json index 564765b74..23f73876f 100644 --- a/.github/ng-renovate/package.json +++ b/.github/ng-renovate/package.json @@ -3,6 +3,6 @@ "packageManager": "yarn@4.5.0", "type": "commonjs", "dependencies": { - "renovate": "38.94.1" + "renovate": "38.100.0" } } diff --git a/.github/ng-renovate/yarn.lock b/.github/ng-renovate/yarn.lock index 3f7c832d2..ffa8a2394 100644 --- a/.github/ng-renovate/yarn.lock +++ b/.github/ng-renovate/yarn.lock @@ -5795,7 +5795,7 @@ __metadata: version: 0.0.0-use.local resolution: "ng-renovate@workspace:." dependencies: - renovate: "npm:38.94.1" + renovate: "npm:38.100.0" languageName: unknown linkType: soft @@ -6530,9 +6530,9 @@ __metadata: languageName: node linkType: hard -"renovate@npm:38.94.1": - version: 38.94.1 - resolution: "renovate@npm:38.94.1" +"renovate@npm:38.100.0": + version: 38.100.0 + resolution: "renovate@npm:38.100.0" dependencies: "@aws-sdk/client-codecommit": "npm:3.637.0" "@aws-sdk/client-ec2": "npm:3.641.0" @@ -6632,7 +6632,7 @@ __metadata: semver-stable: "npm:3.0.0" semver-utils: "npm:1.1.4" shlex: "npm:2.1.2" - simple-git: "npm:3.26.0" + simple-git: "npm:3.27.0" slugify: "npm:1.6.6" source-map-support: "npm:0.5.21" toml-eslint-parser: "npm:0.10.0" @@ -6654,7 +6654,7 @@ __metadata: bin: renovate: dist/renovate.js renovate-config-validator: dist/config-validator.js - checksum: 10c0/9e06a2518bd66f2b15e78e54c9323624406bd4fb79f84447a1fb111915b9417dc17aff6642ae67e265484186ea768873343b9910344f9f7220983346e745383f + checksum: 10c0/0637d2c9b9eb361f68cc1e7f075129ec572553a34bd5dcc30eb0b5c07e0d70ae37dba6c06b820713becdf5eedac306e8195b453cf1b2ec62982feb0492f82636 languageName: node linkType: hard @@ -6967,14 +6967,14 @@ __metadata: languageName: node linkType: hard -"simple-git@npm:3.26.0": - version: 3.26.0 - resolution: "simple-git@npm:3.26.0" +"simple-git@npm:3.27.0": + version: 3.27.0 + resolution: "simple-git@npm:3.27.0" dependencies: "@kwsites/file-exists": "npm:^1.1.1" "@kwsites/promise-deferred": "npm:^1.1.1" debug: "npm:^4.3.5" - checksum: 10c0/fa45c9ff26c45aa7390f69610e27c1ae474b3881977828009fe41b7ffe8ce371cc108b818b2153815299deffefed591e9148cfdad92d8ddb60ca29eaefaf5827 + checksum: 10c0/ef56cabea585377d3e0ca30e4e93447f465d91f23eaf751693cc31f366b5f7636facf52ad5bcd598bfdf295fa60732e7a394303d378995b52e2d221d92e5f9f4 languageName: node linkType: hard diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index c010bf30c..458fcdb9b 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,7 +16,7 @@ jobs: assistant_to_the_branch_manager: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: # Setting persist-credentials instructs actions/checkout not to persist the credentials # in configuration or environment. Since we don't rely on the credentials used for diff --git a/.github/workflows/branch-manager.yml b/.github/workflows/branch-manager.yml index 7cf8900b0..ba2f71ba5 100644 --- a/.github/workflows/branch-manager.yml +++ b/.github/workflows/branch-manager.yml @@ -24,7 +24,7 @@ jobs: branch_manager: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: # Setting `persist-credentials: false` prevents the github-action account from being the # account that is attempted to be used for authentication, instead the remote is set to diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5321f040f..b35ca3f79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote @@ -38,7 +38,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote @@ -52,7 +52,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote @@ -67,7 +67,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - run: yarn install --immutable diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2af4e3d74..36c5ce64c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,12 +25,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Initialize CodeQL - uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: category: '/language:${{matrix.language}}' diff --git a/.github/workflows/commit-message-based-labels.yml b/.github/workflows/commit-message-based-labels.yml index 3036e094f..7deda7333 100644 --- a/.github/workflows/commit-message-based-labels.yml +++ b/.github/workflows/commit-message-based-labels.yml @@ -12,7 +12,7 @@ jobs: commit_message_based_labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/commit-message-based-labels with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-request.yml b/.github/workflows/feature-request.yml index 6e9716a10..c9aaf4762 100644 --- a/.github/workflows/feature-request.yml +++ b/.github/workflows/feature-request.yml @@ -10,7 +10,7 @@ jobs: feature_triage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/feature-request with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ng-renovate.yml b/.github/workflows/ng-renovate.yml index 84b2d164a..8f6e90acd 100644 --- a/.github/workflows/ng-renovate.yml +++ b/.github/workflows/ng-renovate.yml @@ -15,7 +15,7 @@ jobs: renovate: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - run: yarn --cwd .github/ng-renovate install --immutable shell: bash diff --git a/.github/workflows/org-wide-actions.yml b/.github/workflows/org-wide-actions.yml index 2479c3a5c..d7a872069 100644 --- a/.github/workflows/org-wide-actions.yml +++ b/.github/workflows/org-wide-actions.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'angular/dev-infra' runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./.github/local-actions/labels-sync with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} @@ -28,7 +28,7 @@ jobs: if: github.repository == 'angular/dev-infra' runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./.github/local-actions/lock-closed with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/post-approval-changes.yml b/.github/workflows/post-approval-changes.yml index 3a6e6c086..a95a67043 100644 --- a/.github/workflows/post-approval-changes.yml +++ b/.github/workflows/post-approval-changes.yml @@ -9,7 +9,7 @@ jobs: post_approval_changes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/post-approval-changes with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bb545b34a..8e896ecce 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote @@ -49,7 +49,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote @@ -63,7 +63,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote @@ -78,7 +78,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/npm/checkout-and-setup-node - uses: ./github-actions/bazel/setup - run: yarn install --immutable diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index ac1894816..93de42b8c 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -19,7 +19,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 1 - uses: ./github-actions/npm/checkout-and-setup-node diff --git a/.github/workflows/slash-commands.yml b/.github/workflows/slash-commands.yml index 6d465a1e0..def521fb8 100644 --- a/.github/workflows/slash-commands.yml +++ b/.github/workflows/slash-commands.yml @@ -12,7 +12,7 @@ jobs: slash_commands: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: ./github-actions/slash-commands with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index 31c80806d..201a55f18 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -14,7 +14,7 @@ jobs: update_changelog: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: # Setting `persist-credentials: false` prevents the github-action account from being the # account that is attempted to be used for authentication, instead the remote is set to diff --git a/github-actions/npm/checkout-and-setup-node/action.yml b/github-actions/npm/checkout-and-setup-node/action.yml index 14bf60069..2f5329b70 100644 --- a/github-actions/npm/checkout-and-setup-node/action.yml +++ b/github-actions/npm/checkout-and-setup-node/action.yml @@ -32,7 +32,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: filter: blob:none persist-credentials: false diff --git a/package.json b/package.json index 99f0dd380..cc099287c 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "spdx-satisfies": "^5.0.1", "stylelint": "^16.0.0", "supports-color": "9.4.0", - "terser": "5.33.0", + "terser": "5.34.0", "ts-node": "^10.9.2", "tslint": "^6.1.3", "tsx": "^4.15.7", diff --git a/yarn.lock b/yarn.lock index 21fa8ec4f..d989795cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -362,7 +362,7 @@ __metadata: spdx-satisfies: "npm:^5.0.1" stylelint: "npm:^16.0.0" supports-color: "npm:9.4.0" - terser: "npm:5.33.0" + terser: "npm:5.34.0" tmp: "npm:^0.2.1" true-case-path: "npm:^2.2.1" ts-node: "npm:^10.9.2" @@ -1185,6 +1185,13 @@ __metadata: languageName: node linkType: hard +"@electric-sql/pglite@npm:^0.2.0": + version: 0.2.8 + resolution: "@electric-sql/pglite@npm:0.2.8" + checksum: 10c0/f31988420b7166a771604f062b406a0bb7786e81a27139a73e9a300720e6af427b274958530be71378eaed7efe81c8b0bca2d5b1a1d560514448878a4fa1cb45 + languageName: node + linkType: hard + "@esbuild/aix-ppc64@npm:0.21.5": version: 0.21.5 resolution: "@esbuild/aix-ppc64@npm:0.21.5" @@ -7667,9 +7674,10 @@ __metadata: linkType: hard "firebase-tools@npm:^13.0.0": - version: 13.19.0 - resolution: "firebase-tools@npm:13.19.0" + version: 13.20.0 + resolution: "firebase-tools@npm:13.20.0" dependencies: + "@electric-sql/pglite": "npm:^0.2.0" "@google-cloud/cloud-sql-connector": "npm:^1.3.3" "@google-cloud/pubsub": "npm:^4.5.0" abort-controller: "npm:^3.0.0" @@ -7704,6 +7712,7 @@ __metadata: leven: "npm:^3.1.0" libsodium-wrappers: "npm:^0.7.10" lodash: "npm:^4.17.21" + lsofi: "npm:1.0.0" marked: "npm:^13.0.2" marked-terminal: "npm:^7.0.0" mime: "npm:^2.5.2" @@ -7738,7 +7747,7 @@ __metadata: yaml: "npm:^2.4.1" bin: firebase: lib/bin/firebase.js - checksum: 10c0/71efc553eda52c7b604e408cf5bc3bd266ee798ff55cc70a28d17105cee5caed9866c0b4e4dfa7679bbd48c9050889bea25d87d633b413a6d687fe9dbea8953a + checksum: 10c0/5ffac93668f1e31bcc29f7c28fc9f084b777d2271213eaa8781f1a4f5a8ed72fce2da62baaab1a3e926e9be80b4de9303f4a72117b446d44d5e7bd3a3fa9d38a languageName: node linkType: hard @@ -8945,6 +8954,13 @@ __metadata: languageName: node linkType: hard +"is-buffer@npm:^1.1.5": + version: 1.1.6 + resolution: "is-buffer@npm:1.1.6" + checksum: 10c0/ae18aa0b6e113d6c490ad1db5e8df9bdb57758382b313f5a22c9c61084875c6396d50bbf49315f5b1926d142d74dfb8d31b40d993a383e0a158b15fea7a82234 + languageName: node + linkType: hard + "is-builtin-module@npm:^3.1.0": version: 3.2.1 resolution: "is-builtin-module@npm:3.2.1" @@ -9076,6 +9092,15 @@ __metadata: languageName: node linkType: hard +"is-number@npm:^2.1.0": + version: 2.1.0 + resolution: "is-number@npm:2.1.0" + dependencies: + kind-of: "npm:^3.0.2" + checksum: 10c0/f9d2079a0dbfbce6f9f3b6644f6eb60d0211ee56bb26db3963ef4d514e2444f87e3f56c8169896c90544c501ed5e510c5b83abae6748a57d15f6ac8d85efd602 + languageName: node + linkType: hard + "is-number@npm:^7.0.0": version: 7.0.0 resolution: "is-number@npm:7.0.0" @@ -9910,6 +9935,15 @@ __metadata: languageName: node linkType: hard +"kind-of@npm:^3.0.2": + version: 3.2.2 + resolution: "kind-of@npm:3.2.2" + dependencies: + is-buffer: "npm:^1.1.5" + checksum: 10c0/7e34bc29d4b02c997f92f080de34ebb92033a96736bbb0bb2410e033a7e5ae6571f1fa37b2d7710018f95361473b816c604234197f4f203f9cf149d8ef1574d9 + languageName: node + linkType: hard + "kind-of@npm:^6.0.2": version: 6.0.3 resolution: "kind-of@npm:6.0.3" @@ -10293,6 +10327,16 @@ __metadata: languageName: node linkType: hard +"lsofi@npm:1.0.0": + version: 1.0.0 + resolution: "lsofi@npm:1.0.0" + dependencies: + is-number: "npm:^2.1.0" + through2: "npm:^2.0.1" + checksum: 10c0/eea1ebfaa501258403ceb8b9cc19598a8c0d0adcc976bb679151b9c3d2d8860e209c0ae3f308821420ae709f27ff46a03c7f6e29eb3c48b9a157dd5ae43028dc + languageName: node + linkType: hard + "magic-string@npm:0.30.11, magic-string@npm:^0.30.3": version: 0.30.11 resolution: "magic-string@npm:0.30.11" @@ -13874,9 +13918,9 @@ __metadata: languageName: node linkType: hard -"terser@npm:5.33.0": - version: 5.33.0 - resolution: "terser@npm:5.33.0" +"terser@npm:5.34.0": + version: 5.34.0 + resolution: "terser@npm:5.34.0" dependencies: "@jridgewell/source-map": "npm:^0.3.3" acorn: "npm:^8.8.2" @@ -13884,7 +13928,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: 10c0/18a1cd33366dcd8fee7d6eef78c9c417cbe688e5153841e6a574f9d4937066dc40f67b1e96305f73f25bc6f2c458dbe442a056092c99619d4dbee8ad9fae4a3e + checksum: 10c0/74e8ef4e565e5600415cd9377a90eed419b8076465d453c0c76aef4053c45371512d2de76c34d01e004cdd49ea5a749d77eeb343f7e665b2d172158ca08ba23e languageName: node linkType: hard @@ -13940,6 +13984,16 @@ __metadata: languageName: node linkType: hard +"through2@npm:^2.0.1": + version: 2.0.5 + resolution: "through2@npm:2.0.5" + dependencies: + readable-stream: "npm:~2.3.6" + xtend: "npm:~4.0.1" + checksum: 10c0/cbfe5b57943fa12b4f8c043658c2a00476216d79c014895cef1ac7a1d9a8b31f6b438d0e53eecbb81054b93128324a82ecd59ec1a4f91f01f7ac113dcb14eade + languageName: node + linkType: hard + "through@npm:>=2.2.7 <3, through@npm:^2.3.6": version: 2.3.8 resolution: "through@npm:2.3.8" @@ -15094,7 +15148,7 @@ __metadata: languageName: node linkType: hard -"xtend@npm:^4.0.0": +"xtend@npm:^4.0.0, xtend@npm:~4.0.1": version: 4.0.2 resolution: "xtend@npm:4.0.2" checksum: 10c0/366ae4783eec6100f8a02dff02ac907bf29f9a00b82ac0264b4d8b832ead18306797e283cf19de776538babfdcb2101375ec5646b59f08c52128ac4ab812ed0e