Skip to content

Commit 569e246

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 5bf0a07 commit 569e246

File tree

7 files changed

+65
-63
lines changed

7 files changed

+65
-63
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
19+
- uses: angular/dev-infra/github-actions/branch-manager@3c092a0d6eb426763cbf702bac586a448f985abc
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
4242
- name: Setup ESLint Caching
4343
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444
with:
@@ -71,11 +71,11 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Initialize environment
74-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
76+
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
99+
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Run tests
@@ -123,15 +123,15 @@ jobs:
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Initialize environment
126-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
127127
with:
128128
fetch-depth: 1
129129
- name: Install node modules
130130
run: yarn install --frozen-lockfile
131131
- name: Setup Bazel
132-
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
132+
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
135135
- name: Run CLI E2E tests
136136
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
137137

@@ -148,14 +148,14 @@ jobs:
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- name: Initialize environment
151-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc
152152
with:
153153
fetch-depth: 1
154154
- name: Install node modules
155155
run: yarn install --frozen-lockfile
156156
- name: Setup Bazel
157-
uses: angular/dev-infra/github-actions/bazel/setup@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
157+
uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc
160160
- name: Run CLI E2E tests
161161
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@3c092a0d6eb426763cbf702bac586a448f985abc
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@3c092a0d6eb426763cbf702bac586a448f985abc
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71
19+
- uses: angular/dev-infra/github-actions/feature-request@3c092a0d6eb426763cbf702bac586a448f985abc
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.0.0-rc.0",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d0ba749872059a3f8f8150ee65b10159a2ed43ee",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4466ed3b65809001fdd3ca98535f30d5a2cd40c2",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466",
6565
"@angular/cdk": "17.0.0-rc.0",
6666
"@angular/common": "17.0.0-rc.0",
6767
"@angular/compiler": "17.0.0-rc.0",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.0.0-rc.0",
7171
"@angular/localize": "17.0.0-rc.0",
7272
"@angular/material": "17.0.0-rc.0",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1f35c99c7d4599c1711590689ce98d1d6b543b4c",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d",
7474
"@angular/platform-browser": "17.0.0-rc.0",
7575
"@angular/platform-browser-dynamic": "17.0.0-rc.0",
7676
"@angular/platform-server": "17.0.0-rc.0",

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#97b1caa160772aa394c5457056365b0aedbd833d",
6-
"@angular/cdk": "github:angular/cdk-builds#888a829dd7a3457906fa834f730eb8d586807dee",
7-
"@angular/common": "github:angular/common-builds#f27a773f249335fef5522f34935d136650a24bb4",
8-
"@angular/compiler": "github:angular/compiler-builds#2a84f131d05393ad540bf64ef24c1fce455abc13",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#b7a728ee209983375d1cc4ad08ca3d6290934357",
10-
"@angular/core": "github:angular/core-builds#bf80088078b7bda6a0873bb527bf4d248d973d62",
11-
"@angular/forms": "github:angular/forms-builds#bab54c108a69efc0ac33459ed0f94c0a9abae414",
12-
"@angular/language-service": "github:angular/language-service-builds#ac15447cb35b46ca6ed035c8dc7d28d853bf2339",
13-
"@angular/localize": "github:angular/localize-builds#309e830055d27db2239fe24681035d39ac479acf",
14-
"@angular/material": "github:angular/material-builds#14989856fc6afe0d2ceb65dc870fdc9cd1540fe2",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9f9ce7fcd7a013fcb1933d21f06b5daaa193e044",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#f1cfaabf570b3cc2c66bd5e79c09e379f7d9b0e1",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#556d4998edddc7947504adf2c1eba43ebd4885b9",
18-
"@angular/platform-server": "github:angular/platform-server-builds#7a281a629d28e3a536ea1c83b3d3eb27147064df",
19-
"@angular/router": "github:angular/router-builds#85765d45801759a53da6e11b238c35dfca01a901",
20-
"@angular/service-worker": "github:angular/service-worker-builds#910c4c98a7fad4c64de896fc6c422d29cdb4011c"
5+
"@angular/animations": "github:angular/animations-builds#b261e65721a2f047e24d5fdcf908b1fdeb487956",
6+
"@angular/cdk": "github:angular/cdk-builds#0be7f890f32fefe9cc67f9319353ef1c0a7da649",
7+
"@angular/common": "github:angular/common-builds#e884a9843934cacc78ca5a0157304f749cc83345",
8+
"@angular/compiler": "github:angular/compiler-builds#b7a43cf22d3f310ca75ec8bf2fa2bed077f2f67e",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#957b7161a271af5522b11d698fe7bd5d86b21bab",
10+
"@angular/core": "github:angular/core-builds#bb4c5138ee39b765a01508400ff6ce2f7ba3d1c3",
11+
"@angular/forms": "github:angular/forms-builds#e27508d083d7bdc8048edb2be342d3a63add86b5",
12+
"@angular/language-service": "github:angular/language-service-builds#a4b77fcadd2e256a941e31ba86afe2ba656ecdbf",
13+
"@angular/localize": "github:angular/localize-builds#cd7d5e7e75be295c1a50de4d138bdac033e2d8ef",
14+
"@angular/material": "github:angular/material-builds#0a4cfa9d3df11812eaedd4b9fe8e879d6739a9f9",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f46e74234b4163d71c6c467a33fa8282ea4e13b3",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#5447db85732c07bbc62619b2a7760e407903a849",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a2f24303eee86b2887893fe18d22e4ef3482f46c",
18+
"@angular/platform-server": "github:angular/platform-server-builds#f5c425744a1247cee62390bcc9d3e378284b14c7",
19+
"@angular/router": "github:angular/router-builds#856393cc1e424403a74aae4a3d68d95c06b56b74",
20+
"@angular/service-worker": "github:angular/service-worker-builds#52f0bc1ae59738573a124c31e848ca4f941b9667"
2121
}
2222
}

yarn.lock

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@
122122
dependencies:
123123
tslib "^2.3.0"
124124

125-
"@angular/bazel@https://github.com/angular/bazel-builds.git#d0ba749872059a3f8f8150ee65b10159a2ed43ee":
126-
version "17.1.0-next.0+sha-43115da"
127-
uid d0ba749872059a3f8f8150ee65b10159a2ed43ee
128-
resolved "https://github.com/angular/bazel-builds.git#d0ba749872059a3f8f8150ee65b10159a2ed43ee"
125+
"@angular/bazel@https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797":
126+
version "17.1.0-next.0+sha-3278966"
127+
uid "7ae8f36ecf9997cb345b2284dd88d36ff49a5797"
128+
resolved "https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797"
129129
dependencies:
130130
"@microsoft/api-extractor" "^7.24.2"
131131
magic-string "^0.30.0"
@@ -139,17 +139,17 @@
139139
"@angular/core" "^13.0.0 || ^14.0.0-0"
140140
reflect-metadata "^0.1.13"
141141

142-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#4466ed3b65809001fdd3ca98535f30d5a2cd40c2":
143-
version "0.0.0-d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71"
144-
uid "4466ed3b65809001fdd3ca98535f30d5a2cd40c2"
145-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4466ed3b65809001fdd3ca98535f30d5a2cd40c2"
142+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466":
143+
version "0.0.0-3c092a0d6eb426763cbf702bac586a448f985abc"
144+
uid "1aff213dee78452a7730d9e5920ecba33a1f0466"
145+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466"
146146
dependencies:
147147
"@angular-devkit/build-angular" "17.0.0-next.9"
148148
"@angular/benchpress" "0.3.0"
149149
"@babel/core" "^7.16.0"
150150
"@babel/helper-annotate-as-pure" "^7.18.6"
151151
"@babel/plugin-proposal-async-generator-functions" "^7.20.1"
152-
"@bazel/buildifier" "6.1.2"
152+
"@bazel/buildifier" "6.3.3"
153153
"@bazel/concatjs" "5.8.1"
154154
"@bazel/esbuild" "5.8.1"
155155
"@bazel/protractor" "5.8.1"
@@ -164,7 +164,7 @@
164164
"@types/send" "^0.17.1"
165165
"@types/tmp" "^0.2.1"
166166
"@types/uuid" "^9.0.0"
167-
"@types/ws" "8.5.6"
167+
"@types/ws" "8.5.8"
168168
"@types/yargs" "^17.0.0"
169169
browser-sync "^2.27.7"
170170
clang-format "1.8.0"
@@ -173,7 +173,7 @@
173173
preact-render-to-string "^6.2.1"
174174
prettier "3.0.3"
175175
protractor "^7.0.0"
176-
selenium-webdriver "4.13.0"
176+
selenium-webdriver "4.14.0"
177177
send "^0.18.0"
178178
source-map "^0.7.4"
179179
tmp "^0.2.1"
@@ -304,10 +304,10 @@
304304
"@material/typography" "15.0.0-canary.a246a4439.0"
305305
tslib "^2.3.0"
306306

307-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1f35c99c7d4599c1711590689ce98d1d6b543b4c":
308-
version "0.0.0-d1d6f4e1718cbf9937ac48247e5b89d88dfa3c71"
309-
uid "1f35c99c7d4599c1711590689ce98d1d6b543b4c"
310-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1f35c99c7d4599c1711590689ce98d1d6b543b4c"
307+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d":
308+
version "0.0.0-3c092a0d6eb426763cbf702bac586a448f985abc"
309+
uid c806f8ffcfd63ad73615c9b56c221631e6d0dc3d
310+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d"
311311
dependencies:
312312
"@yarnpkg/lockfile" "^1.1.0"
313313
typescript "~4.9.0"
@@ -1362,11 +1362,6 @@
13621362
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.18.0.tgz#90ea8fc432ac6a7c83020e47a4bf59cfa2c81020"
13631363
integrity sha512-WqlTatsGKypeHYidqe3/6W8dkqkgJ13sMCEers/vH7dNwxojHrMQcuaH26sOnQG1eVn8UfHo78fy34yGAF3zsw==
13641364

1365-
"@bazel/buildifier@6.1.2":
1366-
version "6.1.2"
1367-
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.1.2.tgz#c151df52d2537937911f8f7802f96611d63a90b7"
1368-
integrity sha512-psKePmRkP6acwyePOhXP67R/wdwN7BGJxHqp1j5myaO24feMsaXyyiO+oW49x8YAwOpKVSCujVzkTwX2auAc0A==
1369-
13701365
"@bazel/buildifier@6.3.3":
13711366
version "6.3.3"
13721367
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.3.3.tgz#ff21352ac9f72df6a53cc8ad9b862eb68918c1e9"
@@ -3726,13 +3721,20 @@
37263721
anymatch "^3.0.0"
37273722
source-map "^0.6.0"
37283723

3729-
"@types/ws@*", "@types/ws@8.5.6", "@types/ws@^8.5.5":
3724+
"@types/ws@*", "@types/ws@^8.5.5":
37303725
version "8.5.6"
37313726
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.6.tgz#e9ad51f0ab79b9110c50916c9fcbddc36d373065"
37323727
integrity sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==
37333728
dependencies:
37343729
"@types/node" "*"
37353730

3731+
"@types/ws@8.5.8":
3732+
version "8.5.8"
3733+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.8.tgz#13efec7bd439d0bdf2af93030804a94f163b1430"
3734+
integrity sha512-flUksGIQCnJd6sZ1l5dqCEG/ksaoAg/eUwiLAGTJQcfgvZJKF++Ta4bJA6A5aPSJmsr+xlseHn4KLgVlNnvPTg==
3735+
dependencies:
3736+
"@types/node" "*"
3737+
37363738
"@types/yargs-parser@*", "@types/yargs-parser@^21.0.0":
37373739
version "21.0.1"
37383740
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.1.tgz#07773d7160494d56aa882d7531aac7319ea67c3b"
@@ -10943,14 +10945,14 @@ selenium-webdriver@3.6.0, selenium-webdriver@^3.0.1:
1094310945
tmp "0.0.30"
1094410946
xml2js "^0.4.17"
1094510947

10946-
selenium-webdriver@4.13.0:
10947-
version "4.13.0"
10948-
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.13.0.tgz#1e06bab7adedb308e3635131bc75bd32038261d5"
10949-
integrity sha512-8JS0h5E0Sq7gNfbGg8LVaQ+Eqek97tvOONn3Jmy+NiWfb12WYpftz4VTC4D2JT4wakdG6VUzGKpA8cFGg0IjkA==
10948+
selenium-webdriver@4.14.0:
10949+
version "4.14.0"
10950+
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.14.0.tgz#d39917cd7c1bb30f753c1f668158f37d1905fafc"
10951+
integrity sha512-637rs8anqMKHbWxcBZpyG3Gcs+rBUtAUiqk0O/knUqH4Paj3MFUZrz88/pVGOLNryEVy2z92fZomT8p1ENl1gA==
1095010952
dependencies:
1095110953
jszip "^3.10.1"
1095210954
tmp "^0.2.1"
10953-
ws ">=8.13.0"
10955+
ws ">=8.14.2"
1095410956

1095510957
selfsigned@^2.1.1:
1095610958
version "2.1.1"
@@ -12663,7 +12665,7 @@ ws@8.9.0:
1266312665
resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"
1266412666
integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==
1266512667

12666-
ws@>=8.13.0, ws@^8.13.0:
12668+
ws@>=8.14.2, ws@^8.13.0:
1266712669
version "8.14.2"
1266812670
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
1266912671
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==

0 commit comments

Comments
 (0)