Skip to content

Commit 4adbdba

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 7de9b47 commit 4adbdba

File tree

7 files changed

+96
-89
lines changed

7 files changed

+96
-89
lines changed

.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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@af39355cc31ca47f7dabdfb1e20e963647dcc1ea
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e238b8f203a580b09038d74d10e7ec46e263ac32
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@af39355cc31ca47f7dabdfb1e20e963647dcc1ea
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@e238b8f203a580b09038d74d10e7ec46e263ac32
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@af39355cc31ca47f7dabdfb1e20e963647dcc1ea
19+
- uses: angular/dev-infra/github-actions/feature-request@e238b8f203a580b09038d74d10e7ec46e263ac32
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
lock_closed:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: angular/dev-infra/github-actions/lock-closed@af39355cc31ca47f7dabdfb1e20e963647dcc1ea
16+
- uses: angular/dev-infra/github-actions/lock-closed@e238b8f203a580b09038d74d10e7ec46e263ac32
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@
6565
},
6666
"devDependencies": {
6767
"@ampproject/remapping": "2.2.0",
68-
"@angular/animations": "14.1.1",
69-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#31eb81dcc57623cad1cc0b7407f0fdd7b86d7dcb",
68+
"@angular/animations": "14.1.2",
69+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce411b5b675d8c6cfa26282e44c3a62e80aa04b0",
7070
"@angular/cdk": "14.1.1",
71-
"@angular/common": "14.1.1",
72-
"@angular/compiler": "14.1.1",
73-
"@angular/compiler-cli": "14.1.1",
74-
"@angular/core": "14.1.1",
75-
"@angular/forms": "14.1.1",
76-
"@angular/localize": "14.1.1",
71+
"@angular/common": "14.1.2",
72+
"@angular/compiler": "14.1.2",
73+
"@angular/compiler-cli": "14.1.2",
74+
"@angular/core": "14.1.2",
75+
"@angular/forms": "14.1.2",
76+
"@angular/localize": "14.1.2",
7777
"@angular/material": "14.1.1",
78-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#21ce780fde865e8d3a7bbaa02cef85f3544c89c1",
79-
"@angular/platform-browser": "14.1.1",
80-
"@angular/platform-browser-dynamic": "14.1.1",
81-
"@angular/platform-server": "14.1.1",
82-
"@angular/router": "14.1.1",
83-
"@angular/service-worker": "14.1.1",
78+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#35cda8e0639370ecf921a68a537a6af3436965f0",
79+
"@angular/platform-browser": "14.1.2",
80+
"@angular/platform-browser-dynamic": "14.1.2",
81+
"@angular/platform-server": "14.1.2",
82+
"@angular/router": "14.1.2",
83+
"@angular/service-worker": "14.1.2",
8484
"@babel/core": "7.18.10",
8585
"@babel/generator": "7.18.12",
8686
"@babel/helper-annotate-as-pure": "7.18.6",

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "14.1.1",
32-
"@angular/compiler-cli": "14.1.1",
31+
"@angular/compiler": "14.1.2",
32+
"@angular/compiler-cli": "14.1.2",
3333
"typescript": "~4.7.2",
3434
"webpack": "5.74.0"
3535
}

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#2a57403abbf534d7fd6827d2cbcc8c3b66ac6821",
6-
"@angular/cdk": "github:angular/cdk-builds#2d0a8d729b8420639906b7c43a8f8813f3b822c2",
7-
"@angular/common": "github:angular/common-builds#0132dfcda53da2ed659e042e109ac90644b3eea1",
8-
"@angular/compiler": "github:angular/compiler-builds#133d2123cf8bea3147f28564295ca27e585a66fb",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#10cd9b0a818d697d4f99602c88e0cfcff4098f65",
10-
"@angular/core": "github:angular/core-builds#98230a274c860e88ee3c6776fd88128a9129c1aa",
11-
"@angular/forms": "github:angular/forms-builds#f18b8ab0399171b3699c0b8d715343c84c6f2baa",
12-
"@angular/language-service": "github:angular/language-service-builds#2eb5831770ed583eb309bfda6663cb727f506346",
13-
"@angular/localize": "github:angular/localize-builds#ecc35e1f76946325bb4f56276ffd85ac7504f178",
14-
"@angular/material": "github:angular/material-builds#d7b949508b11a93e6e13f5bf4d1756ef1e121374",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7378b2d917b5bc4fcd989ffd3ff257924ba2e254",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#ce1c8b3a1e26fcfe58ed32be2ed4641cc0399e9f",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3ef207fad311a58952282f995943c52c7ff51cbd",
18-
"@angular/platform-server": "github:angular/platform-server-builds#bdedf85fa798cb1e1b9a5c6aa3e27d425032a8ab",
19-
"@angular/router": "github:angular/router-builds#8c5519350122ecd99cfbfb1a04ef9eabc93d9e06",
20-
"@angular/service-worker": "github:angular/service-worker-builds#7c227bd1894127a9c36c418e6ee5faa0093bb084"
5+
"@angular/animations": "github:angular/animations-builds#6378f34c92d3bb6253fd4a271f8e241a07be460b",
6+
"@angular/cdk": "github:angular/cdk-builds#07364a5f0934860631150aaac8a1e844ad4aa497",
7+
"@angular/common": "github:angular/common-builds#708b76621ff379ea8490f85144ada276b441eaca",
8+
"@angular/compiler": "github:angular/compiler-builds#0a7c5abaad4c5f46e22c46c931e68b9b7e709414",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#b3f5f301c15510706a959782e0fad563572b8b92",
10+
"@angular/core": "github:angular/core-builds#de12e8ea36a9ff61a6eaaee7abfe4882b5442d7f",
11+
"@angular/forms": "github:angular/forms-builds#f6252eee7db7d35971c9cbd10b4272fdb9c38d01",
12+
"@angular/language-service": "github:angular/language-service-builds#0daff5735118f058ab81ccebcb8ad2237a3882f1",
13+
"@angular/localize": "github:angular/localize-builds#63bad18d1be591263b50ee403d3b3feb3cf84fd0",
14+
"@angular/material": "github:angular/material-builds#b05162166a78522a49dfd7ac3cbf3740b0be41d7",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#18aec0be2d013cda18f7ceeee39a7eb5612981f9",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#2b0d7d1b47a7b16175927411fdaa2fbe89d5730d",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#79079124e398daef9f8c52cffc2fb803418f618a",
18+
"@angular/platform-server": "github:angular/platform-server-builds#f0308438f217246eb21e242656ad78d7ba139c1d",
19+
"@angular/router": "github:angular/router-builds#65742e9e2e13137c488381c881c0104b75a720a1",
20+
"@angular/service-worker": "github:angular/service-worker-builds#2e1768f0a6702fbf16f0763d18273190037a8798"
2121
}
2222
}

yarn.lock

Lines changed: 60 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
rxjs "6.6.7"
108108
source-map "0.7.4"
109109

110-
"@angular/[email protected].1":
111-
version "14.1.1"
112-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.1.1.tgz#0d699c5ab4ee71f361be88642f828413a37236e4"
113-
integrity sha512-/fXzJzr8Pr7/xpwErX9PjbIc790RF818WgW7SUNev6pN6UUq3gvjmPjDTdZBZfiAZWY49nBLibPo2FvmyCP7tg==
110+
"@angular/[email protected].2":
111+
version "14.1.2"
112+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.1.2.tgz#b23df533791fdc90e856afe032787655f501f19d"
113+
integrity sha512-MwsoAQP2MpxxjX4Jf3SNWEL/gggzT3nRyQR63Z/Z2yNKIzAA62QndDAn6C0aKOiZDOyDhH6LXGn6hAH7fTDsfA==
114114
dependencies:
115115
tslib "^2.3.0"
116116

@@ -122,10 +122,10 @@
122122
"@angular/core" "^13.0.0 || ^14.0.0-0"
123123
reflect-metadata "^0.1.13"
124124

125-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#31eb81dcc57623cad1cc0b7407f0fdd7b86d7dcb":
126-
version "0.0.0-af39355cc31ca47f7dabdfb1e20e963647dcc1ea"
127-
uid "31eb81dcc57623cad1cc0b7407f0fdd7b86d7dcb"
128-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#31eb81dcc57623cad1cc0b7407f0fdd7b86d7dcb"
125+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce411b5b675d8c6cfa26282e44c3a62e80aa04b0":
126+
version "0.0.0-e238b8f203a580b09038d74d10e7ec46e263ac32"
127+
uid ce411b5b675d8c6cfa26282e44c3a62e80aa04b0
128+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce411b5b675d8c6cfa26282e44c3a62e80aa04b0"
129129
dependencies:
130130
"@angular-devkit/build-angular" "14.2.0-next.0"
131131
"@angular/benchpress" "0.3.0"
@@ -169,17 +169,17 @@
169169
optionalDependencies:
170170
parse5 "^5.0.0"
171171

172-
"@angular/[email protected].1":
173-
version "14.1.1"
174-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.1.1.tgz#7378bc3199062b833c1d13f3a15486ce122682b6"
175-
integrity sha512-neFCnrIrGOuj3oOFBTLi4QrdI4fgKQprVLUEyL5LhCQ5R0K/F+gh61ovi7nT4XYnv41p4eqtG81YNMtVXH49pg==
172+
"@angular/[email protected].2":
173+
version "14.1.2"
174+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.1.2.tgz#8471e2eb1267e80cc55d518260c68c7dbf3612d1"
175+
integrity sha512-ukj/BAF3cH8IDrrMt7MLjosKst005YGD0EpLNpdTNdHN8NrF3OrEYyR7YR7obrucjJ8fowsz9V7a8OrNrHaS4w==
176176
dependencies:
177177
tslib "^2.3.0"
178178

179-
"@angular/[email protected].1":
180-
version "14.1.1"
181-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.1.1.tgz#eb20a5bcd64d7d497c0d04439b72615417de899e"
182-
integrity sha512-ERphqFDdN5u1XCZNV21DS0J9/WFZP/P4L4LQTjpEwbO/lDhzxaRnRnLOR6vGcetEHhRHMa0+OL8rrvNy6GwLmw==
179+
"@angular/[email protected].2":
180+
version "14.1.2"
181+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.1.2.tgz#98f507bf95f960c159af571cb25f7ceaf64edd9b"
182+
integrity sha512-L1gB0ig2T0xz+4KaZCuf07tUitKT8gEqYQCd8evPeomMVgZAZcaCZa5O1FmNjGv7mDb0PrDJ1q0/VqTfet8onw==
183183
dependencies:
184184
"@babel/core" "^7.17.2"
185185
chokidar "^3.0.0"
@@ -192,31 +192,38 @@
192192
tslib "^2.3.0"
193193
yargs "^17.2.1"
194194

195-
"@angular/[email protected]":
196-
version "14.1.1"
197-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.1.1.tgz#809dc1b9265f0d3c45fc2babe0887f43eeee50d8"
198-
integrity sha512-OT3cFfbHzLpl2M9qpO74oysXDkkKwlO66i4vlASMGf1/Qh+4UBh3iN6bls/ZbYZsl8bCr9zf0fL7c160e1uMcA==
195+
"@angular/[email protected]":
196+
version "14.1.2"
197+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.1.2.tgz#3174fd78accee67358aa62e64492f5f7f3d6b512"
198+
integrity sha512-H0W4kTM7gUizWe5oFgixbnnS6U4pBt7qcmVCe5mdfzuUwoDzp8u/cOUErxzM0gZiCFVT/KBPXgc7TeZ1oNtgHg==
199+
dependencies:
200+
tslib "^2.3.0"
201+
202+
"@angular/[email protected]":
203+
version "14.1.2"
204+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.1.2.tgz#1defacaad7494a8dca9e9ba1d4c1fe46009d9e4a"
205+
integrity sha512-7DkeMYxXaWiUN0SztsD/dUn8SYo7305sM9HtX9RCGG/pweOoIIdcRhTxyiatyVGzTuulwMs/Y/rD1Q+GsDCnow==
199206
dependencies:
200207
tslib "^2.3.0"
201208

202-
"@angular/core@14.1.1", "@angular/core@^13.0.0 || ^14.0.0-0":
209+
"@angular/core@^13.0.0 || ^14.0.0-0":
203210
version "14.1.1"
204211
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.1.1.tgz#5c116d76445d85b03a3e6efaa348399722eac476"
205212
integrity sha512-l3ms6/jxIUIeuCkXhz5nhRb94KLQ6wv9+B4lE0aJXcgHTqOmhc/ZIacT51LCjvVcok/vczF3f7w71Ii8b10yKQ==
206213
dependencies:
207214
tslib "^2.3.0"
208215

209-
"@angular/[email protected].1":
210-
version "14.1.1"
211-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.1.1.tgz#14e3c01e7432aeab9e08115e28f2edae787aaffa"
212-
integrity sha512-s4VuaivJ+s2hLlE8CMHLsAAmJNV/03EgBEJQV7rt1H0ogHs0jB/zlkzVw5K5bynCFkfIeDbwd6RvxzWhwE+ong==
216+
"@angular/[email protected].2":
217+
version "14.1.2"
218+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.1.2.tgz#b141726d74fa41a08eba6e0787460cdbee41a9d2"
219+
integrity sha512-9qXbYVo3mgz7SiSZzt5y/SonccASLKr8HSLlTGwnXKHlBAWA4tgdAR5Dqs+rKpoJI8VRF29Cu76fqytl60tCVA==
213220
dependencies:
214221
tslib "^2.3.0"
215222

216-
"@angular/[email protected].1":
217-
version "14.1.1"
218-
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-14.1.1.tgz#46b60f8d45285c01da3a2f80d6a1696db89a9431"
219-
integrity sha512-SUGTDJYcJoSJWaFcG12njbfnFreZZRnEr3Rs211wD3VSu4UJXrpP1hx2M/FoaHLZkcgpSSfkg/QHLDLYJLRL9Q==
223+
"@angular/[email protected].2":
224+
version "14.1.2"
225+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-14.1.2.tgz#b7dad4d94a895cfae45b4704c2a1f0b1adaa33f4"
226+
integrity sha512-4qktWELw9W3DRqbFasUGXmq4i66shprNp+4G05b6V/sLsy9DnRtPL9tiwqhBS6kwFYLlcsbGqTfCSHgOtBVUeA==
220227
dependencies:
221228
"@babel/core" "7.18.9"
222229
glob "8.0.3"
@@ -229,48 +236,48 @@
229236
dependencies:
230237
tslib "^2.3.0"
231238

232-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#21ce780fde865e8d3a7bbaa02cef85f3544c89c1":
233-
version "0.0.0-af39355cc31ca47f7dabdfb1e20e963647dcc1ea"
234-
uid "21ce780fde865e8d3a7bbaa02cef85f3544c89c1"
235-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#21ce780fde865e8d3a7bbaa02cef85f3544c89c1"
239+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#35cda8e0639370ecf921a68a537a6af3436965f0":
240+
version "0.0.0-e238b8f203a580b09038d74d10e7ec46e263ac32"
241+
uid "35cda8e0639370ecf921a68a537a6af3436965f0"
242+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#35cda8e0639370ecf921a68a537a6af3436965f0"
236243
dependencies:
237244
"@yarnpkg/lockfile" "^1.1.0"
238245
typescript "~4.7.3"
239246

240-
"@angular/[email protected].1":
241-
version "14.1.1"
242-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.1.1.tgz#bd6d6eea0250a541de7a0fb4db23eda7a6081b60"
243-
integrity sha512-rD5KIWdxYRO2R0oGW6Ipt5pi+Cufws1704QBXhL52uaSJI6Ms7E7jvuwLG2SCJS0FJ+hdYLcuQZiQH+wUuyARA==
247+
"@angular/[email protected].2":
248+
version "14.1.2"
249+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.1.2.tgz#b3fa484fd8c562408e5725d76062d5f7f2d8c049"
250+
integrity sha512-+xzFB1WwjMWaRafk41PEJcwLuzKyZ3SeMlEX2lsrRPySX446YGqdyEyvvpzmbSLwOlcERxTT6Q1j8QYgFKjDSg==
244251
dependencies:
245252
tslib "^2.3.0"
246253

247-
"@angular/[email protected].1":
248-
version "14.1.1"
249-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.1.1.tgz#19f569a23777eb1ec9ee0dc59ec6893d865fca58"
250-
integrity sha512-7yXr2GUiI1sD3kmKcWkHwlpmsRyA3WhwJqvjvMPQK4RD8ZeJ5LTOD6nQ4hz1kP19dfzpBDV/k9wusYDlmWtqcw==
254+
"@angular/[email protected].2":
255+
version "14.1.2"
256+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.1.2.tgz#7667e8a9dbe514282e493b863fc6f85568077146"
257+
integrity sha512-rxkAEeacnAkWKoyjteldy5/ECOo5wyq9qJwFSXyX8bZJWh9e4d/FzZfTl4Ctk5+Cqm+2GmhBwAYaaIxpo9EgbA==
251258
dependencies:
252259
tslib "^2.3.0"
253260

254-
"@angular/[email protected].1":
255-
version "14.1.1"
256-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-14.1.1.tgz#0c4ac06870dd601fc7918ac90b93b7e8c016050d"
257-
integrity sha512-CbZFALoIVg34yRZeptLu4WIV8UeCSzP0N53NGIr4GQLXoQ4yF7lR/OQiHGfyBavtpCOgP3CQWhvPRlSx6lg1Gg==
261+
"@angular/[email protected].2":
262+
version "14.1.2"
263+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-14.1.2.tgz#2b78919f34c9e1b382652ea74bafba0465cfd129"
264+
integrity sha512-swtaAdzYCjFSzo5xNSpsfBc0aPhjdS3flm9K0MZSLdZCU3ozt1ArcvUwdV5UWlkozkXTLpMiRj+t+wiJE/l8XA==
258265
dependencies:
259266
domino "^2.1.2"
260267
tslib "^2.3.0"
261268
xhr2 "^0.2.0"
262269

263-
"@angular/[email protected].1":
264-
version "14.1.1"
265-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-14.1.1.tgz#3cfac210c29d64dc8cf0e424bb583d46a236f6d7"
266-
integrity sha512-yWgy4NXp0e4XxOXRwaY6YSlOseXoLCVp7jKeBGAqJXypT+HtWXwpWE12vPC8EvkdPLyrf+EuH3kNbSbLfUNtbw==
270+
"@angular/[email protected].2":
271+
version "14.1.2"
272+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-14.1.2.tgz#606a37dfc6ad7669b2f7713a794953cc70eb38f6"
273+
integrity sha512-YOHAteYHgM6qX0XaD+D+vMLClff2F7yqff8oVyXyPsvL686GV11ZNJFoBt/qDe8WJiSQ295z6RxFOYfNeFrfhQ==
267274
dependencies:
268275
tslib "^2.3.0"
269276

270-
"@angular/[email protected].1":
271-
version "14.1.1"
272-
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-14.1.1.tgz#f1357ff226c0abc2b8979aa29faea4b808942a5a"
273-
integrity sha512-k5PvtUckL83ggvIAYgbrepo2RkrS5cYEmMLPrg4dXrI+E1LcuEs1EJb5h955ZDrmcuEW8hIPd7cMDLAGXoKIOg==
277+
"@angular/[email protected].2":
278+
version "14.1.2"
279+
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-14.1.2.tgz#950c6299a423392ea926120f0228e1e76262b0cf"
280+
integrity sha512-4gqgdq4dear+jcKHKqTa7hjlcX4fnP39oiOIOGfRT2V2pMzM8hZlunTvSs89CyvDHbmfusmLkXJ/LGO2ExPm1A==
274281
dependencies:
275282
tslib "^2.3.0"
276283

0 commit comments

Comments
 (0)