Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update angular monorepo (#1632)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@angular/animations](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fanimations/14.2.9/14.2.10) |
| [@angular/common](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fcommon/14.2.9/14.2.10) |
| [@angular/compiler](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fcompiler/14.2.9/14.2.10) |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/main/packages/compiler-cli) ([source](https://github.com/angular/angular)) | devDependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fcompiler-cli/14.2.9/14.2.10) |
| [@angular/core](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fcore/14.2.9/14.2.10) |
| [@angular/forms](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fforms/14.2.9/14.2.10) |
| [@angular/platform-browser](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser/14.2.9/14.2.10) |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | dependencies | patch | [`14.2.9` -> `14.2.10`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser-dynamic/14.2.9/14.2.10) |
| [zone.js](https://github.com/angular/angular) ([changelog](https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md)) | dependencies | minor | [`0.11.8` -> `0.12.0`](https://renovatebot.com/diffs/npm/zone.js/0.11.8/0.12.0) |

---

### Release Notes

<details>
<summary>angular/angular (@&#8203;angular/animations)</summary>

### [`v14.2.10`](https://github.com/angular/angular/blob/HEAD/CHANGELOG.md#&#8203;14210-2022-11-09)

[Compare Source](angular/angular@14.2.9...14.2.10)

##### core

| Commit | Type | Description |
| -- | -- | -- |
| [a4312e1be5](angular/angular@a4312e1) | fix | add`  zone.js ` version `0.12.x` as a valid peer dependency ([#&#8203;48002](angular/angular#48002)) |

##### router

| Commit | Type | Description |
| -- | -- | -- |
| [db867fee77](angular/angular@db867fe) | fix | fix redirectTo on named outlets - resolves [#&#8203;33783](angular/angular#33783) ([#&#8203;47927](angular/angular#47927)) |

#### Special Thanks

Alan Agius, Albert Szekely, Andrew Scott, Doug Parker, Kristiyan Kostadinov, Markus Eckstein, Peter Scriven and abergquist

<!-- CHANGELOG SPLIT MARKER -->

</details>

<details>
<summary>angular/angular (zone.js)</summary>

### [`v0.12.0`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#&#8203;0120-httpsgithubcomangularangularcomparezonejs-0118zonejs-0120-2022-10-27)

[Compare Source](angular/angular@zone.js-0.11.8...zone.js-0.12.0)

##### Bug Fixes

-   **zone.js:** cancel tasks only when they are scheduled or running ([#&#8203;46435](angular/angular#46435)) ([b618b5a](angular/angular@b618b5a)), closes [#&#8203;45711](angular/angular#45711)
-   **zone.js:** Fix ConsoleTask interface typo ([#&#8203;47090](angular/angular#47090)) ([91954cf](angular/angular@91954cf))

#### [0.11.8](angular/angular@zone.js-0.11.7...zone.js-0.11.8) (2022-08-08)

##### Features

-   **zone.js:** Update to the simpler Async Stack Tagging v2 API ([#&#8203;46958](angular/angular#46958)) ([f23232f](angular/angular@f23232f))

#### [0.11.7](angular/angular@zone.js-0.11.6...zone.js-0.11.7) (2022-07-20)

##### Bug Fixes

-   **zone.js:** do not invoke jasmine done callback multiple times with `waitForAsync` ([4e77c7fbf38](angular/angular@4e77c7f))

##### Features

-   **zone.js:** add AsyncStackTaggingZoneSpec implementation ([#&#8203;46693](angular/angular#46693)) ([848a009](angular/angular@848a009))
-   **zone.js:** include jasmine `describe` block name when raising unexpected task error ([de86285](angular/angular@de86285))
-   **zone.js:** include zone name when sync-test zone reports tasks ([72c2567](angular/angular@72c2567))

#### [0.11.6](angular/angular@zone.js-0.11.5...zone.js-0.11.6) (2022-06-02)

##### Bug Fixes

-   **zone.js:** check if `process` is defined when patching the `GlobalErrors.install` ([#&#8203;45392](angular/angular#45392)) ([c7bcc1b](angular/angular@c7bcc1b)), closes [#&#8203;42260](angular/angular#42260)
-   **zone.js:** in TaskTrackingZoneSpec track a periodic task until it is cancelled ([#&#8203;45391](angular/angular#45391)) ([f19b36f](angular/angular@f19b36f))
-   **zone.js:** read `Symbol.species` safely ([#&#8203;45369](angular/angular#45369)) ([e2eaac3](angular/angular@e2eaac3))
-   **zone.js:** should ignore multiple resolve call ([#&#8203;45283](angular/angular#45283)) ([aebf165](angular/angular@aebf165)), closes [#&#8203;44913](angular/angular#44913)
-   **zone.js:** swallow the error when the element callback is not patchable ([#&#8203;45400](angular/angular#45400)) ([4ea70e3](angular/angular@4ea70e3)), closes [lwc/engine-core/src/framework/base-bridge-element.ts#L180-L186](https://github.com/lwc/engine-core/src/framework/base-bridge-element.ts/issues/L180-L186) [#&#8203;42546](angular/angular#42546)

##### BREAKING CHANGES

-   **zone.js:** in TaskTrackingZoneSpec track a periodic task until it is cancelled

The breaking change is scoped only to the plugin
`zone.js/plugins/task-tracking`. If you used `TaskTrackingZoneSpec` and
checked the pending macroTasks e.g. using `(this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask')`, then
its behavior slightly changed for periodic macrotasks. For example,
previously the `setInterval` macrotask was no longer tracked after its
callback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with `clearInterval(id)`.

#### [0.11.5](angular/angular@zone.js-0.11.4...zone.js-0.11.5) (2022-03-03)

##### Bug Fixes

-   **zone.js:** async-test should only call done once ([#&#8203;45025](angular/angular#45025)) ([dea7234](angular/angular@dea7234))
-   **zone.js:** defineProperties should also set symbol props ([#&#8203;45098](angular/angular#45098)) ([b437d12](angular/angular@b437d12)), closes [#&#8203;44095](angular/angular#44095)
-   **zone.js:** fix several test cases which trigger `done()` multiple times ([#&#8203;45025](angular/angular#45025)) ([d5565cc](angular/angular@d5565cc))
-   **zone.js:** only one listener should also re-throw an error correctly ([#&#8203;41868](angular/angular#41868)) ([299f92c](angular/angular@299f92c)), closes [#&#8203;41867](angular/angular#41867) [/github.com/angular/angular/pull/41562#issuecomment-822696973](https://github.com//github.com/angular/angular/pull/41562/issues/issuecomment-822696973)
-   **zone.js:** patch global instead of Mocha object ([#&#8203;45047](angular/angular#45047)) ([8efbdb5](angular/angular@8efbdb5)), closes [#&#8203;42834](angular/angular#42834)
-   **zone.js:** should continue to executue listeners when throw error ([#&#8203;41562](angular/angular#41562)) ([008eaf3](angular/angular@008eaf3)), closes [#&#8203;41522](angular/angular#41522)
-   **zone.js:** update several flaky cases ([#&#8203;41526](angular/angular#41526)) ([25a83eb](angular/angular@25a83eb)), closes [#&#8203;41434](angular/angular#41434)

##### Features

-   **zone.js:** add Promise.any() implementation ([#&#8203;45064](angular/angular#45064)) ([4d494d2](angular/angular@4d494d2)), closes [#&#8203;44393](angular/angular#44393)
-   **zone.js:** update electron patch to support electron/remote 14 ([#&#8203;45073](angular/angular#45073)) ([d65706a](angular/angular@d65706a)), closes [#&#8203;43346](angular/angular#43346)

#### [0.11.4](angular/angular@zone.js-0.11.3...zone.js-0.11.4) (2021-02-10)

##### Bug Fixes

-   **zone.js:** fesm2015 bundle should also be strict module. ([#&#8203;40456](angular/angular#40456)) ([f35f7c6](angular/angular@f35f7c6)), closes [#&#8203;40215](angular/angular#40215) [#&#8203;40215](angular/angular#40215)
-   **zone.js:** fix typo in zone_externs ([#&#8203;40348](angular/angular#40348)) ([8116edb](angular/angular@8116edb))
-   **zone.js:** patch child method that overrides an already patched method ([#&#8203;39850](angular/angular#39850)) ([82e3f54](angular/angular@82e3f54))
-   **zone.js:** setTimeout patch should clean tasksByHandleId cache. ([#&#8203;40586](angular/angular#40586)) ([0652b29](angular/angular@0652b29)), closes [#&#8203;40387](angular/angular#40387)
-   **zone.js:** update build tooling for latest changes in rules_nodejs ([#&#8203;40710](angular/angular#40710)) ([2827845](angular/angular@2827845))

##### Features

-   **zone.js:** monkey patches queueMicrotask() ([#&#8203;38904](angular/angular#38904)) ([27358eb](angular/angular@27358eb)), closes [#&#8203;38863](angular/angular#38863)

#### [0.11.3](angular/angular@zone.js-0.11.2...zone.js-0.11.3) (2020-10-27)

##### Bug Fixes

-   **zone.js:** remove global declaration ([#&#8203;37861](angular/angular#37861)) ([90c0772](angular/angular@90c0772)), closes [#&#8203;37531](angular/angular#37531)

#### [0.11.2](angular/angular@zone.js-0.11.0...zone.js-0.11.2) (2020-09-19)

##### Bug Fixes

-   **zone.js:** jest getRealSystemTime should return native time ([#&#8203;39127](angular/angular#39127)) ([ffc3332](angular/angular@ffc3332))
-   **zone.js:** add missing types field in package.json ([#&#8203;38585](angular/angular#38585)) ([27cc56b](angular/angular@27cc56b)), closes [#&#8203;38584](angular/angular#38584)
-   **zone.js:** defineProperty patch should not swallow error ([#&#8203;37582](angular/angular#37582)) ([45a73dd](angular/angular@45a73dd)), closes [#&#8203;37432](angular/angular#37432)
-   **zone.js:** run tests in umd format ([#&#8203;37582](angular/angular#37582)) ([40096be](angular/angular@40096be))
-   **zone.js:** should have better backward compatibilities ([#&#8203;38797](angular/angular#38797)) ([a33d630](angular/angular@a33d630)), closes [#&#8203;38561](angular/angular#38561) [#&#8203;38669](angular/angular#38669)
-   **zone.js:** should invoke xhr send task when no response error occurs ([#&#8203;38836](angular/angular#38836)) ([d92a0dd](angular/angular@d92a0dd)), closes [#&#8203;38795](angular/angular#38795)
-   **zone.js:** zone.js toString patch should check typeof Promise is function ([#&#8203;38350](angular/angular#38350)) ([18e474f](angular/angular@18e474f)), closes [#&#8203;38361](angular/angular#38361)

##### Features

-   **zone.js:** add jest fakeTimers support ([#&#8203;39016](angular/angular#39016)) ([82d54fe](angular/angular@82d54fe)), closes [#&#8203;38851](angular/angular#38851)

##### Refactor

-   **zone.js:** refactor(zone.js): rename several internal apis in fake async zone spec ([#&#8203;39127](angular/angular#39127)) ([8a68669](angular/angular@8a68669))

##### Build

-   **zone.js:** build(zone.js): zone.js should output esm format for fesm2015 bundles ([#&#8203;39203](angular/angular#39203)) ([822b838](angular/angular@822b838))

##### BREAKING CHANGES

-   **zone.js:** ZoneJS no longer swallows errors produced by `Object.defineProperty` calls.

Prior to this change, ZoneJS monkey patched `Object.defineProperty` and if there is an error
(such as the property is not configurable or not writable) the patched logic swallowed it
and only console.log was produced. This behavior used to hide real errors,
so the logic is now updated to trigger original errors (if any). One exception
where the patch remains in place is `document.registerElement`
(to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers).
If your code relies on the old behavior (where errors were not thrown before),
you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch.

#### [0.11.1](angular/angular@zone.js-0.11.0...zone.js-0.11.1) (2020-08-19)

##### Bug Fixes

-   **zone.js:** zone.js package.json should not include files/directories field ([#&#8203;38528](angular/angular#38528)) ([6b662d1](angular/angular@6b662d1)), closes [#&#8203;38526](angular/angular#38526) [#&#8203;38516](angular/angular#38516) [#&#8203;38513](angular/angular#38513)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNCJ9-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1632
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and Epsilon_02 committed Nov 11, 2022
1 parent ba9b8f2 commit f4031df
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "14.2.9",
"@angular/animations": "14.2.10",
"@angular/cdk": "14.2.6",
"@angular/common": "14.2.9",
"@angular/compiler": "14.2.9",
"@angular/core": "14.2.9",
"@angular/forms": "14.2.9",
"@angular/common": "14.2.10",
"@angular/compiler": "14.2.10",
"@angular/core": "14.2.10",
"@angular/forms": "14.2.10",
"@angular/material": "14.2.6",
"@angular/platform-browser": "14.2.9",
"@angular/platform-browser-dynamic": "14.2.9",
"@angular/platform-browser": "14.2.10",
"@angular/platform-browser-dynamic": "14.2.10",
"@ngneat/transloco": "4.1.1",
"@ngxs/form-plugin": "3.7.5",
"@ngxs/storage-plugin": "3.7.5",
"@ngxs/store": "3.7.5",
"@tauri-apps/api": "1.2.0",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"zone.js": "0.11.8"
"zone.js": "0.12.0"
},
"browserslist": [
"defaults",
Expand All @@ -50,7 +50,7 @@
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "14.2.8",
"@angular/compiler-cli": "14.2.9",
"@angular/compiler-cli": "14.2.10",
"@tauri-apps/cli": "1.2.0",
"@types/jasmine": "4.3.0",
"@types/node": "18.11.9",
Expand Down
72 changes: 36 additions & 36 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@
"@angular-eslint/bundled-angular-compiler" "14.1.2"
"@typescript-eslint/utils" "5.37.0"

"@angular/animations@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.2.9.tgz#00f334ea2f62016398f01146a5acca706c300f97"
integrity sha512-oUgfao3A0LbTKcYIPsXk982CFomjAdOB8782txXs9r7RANCZgMlE/t36PEMesAvUPimLbUF31HjCJu8YuC/OYw==
"@angular/animations@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.2.10.tgz#d9f5abf4b051a6de0e2665b659b89f5b26fa6a76"
integrity sha512-t3ntvZvEI3lFrsJOC2qcF4ZCD04rVXWt8769YfearACBMsAXF0OAsLFcFHSDxcJelLGvQlXtBhjhe4IFAnQiZw==
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -228,17 +228,17 @@
uuid "8.3.2"
yargs "17.5.1"

"@angular/common@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.2.9.tgz#e3f1ab21e5cd64c9709a506f53f8e2b6ab3e5c4f"
integrity sha512-nC1He98gj4FQqSo31Fb9ZJ+Ao3jJbmAg1JAdF5L0tkY70YydM91HXAp/JDrJ12O7IomenAwEHONFCVxgUfqUJw==
"@angular/common@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.2.10.tgz#ca7db8b60bd04e2cb14f659c1f5cdc1e43caf01b"
integrity sha512-uXtopPVKq1in/wcyMUYNk9uVDJ1ArlZ0wkfZEE1EMFaIZXR4p1fkbH1zMukUK+ldRlyqkuT1btZUq15incsKcg==
dependencies:
tslib "^2.3.0"

"@angular/compiler-cli@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.2.9.tgz#bec1deb17f00acebdadf8451f52405fae7451f23"
integrity sha512-c3+LyW4WkZya4JnefUUOoCplwM9OgOnR2LqC6Qwro9Z40VXBqBeA5PJ6EJ28c4q6ZVoy5v00PwUVSwgcGP7qNA==
"@angular/compiler-cli@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.2.10.tgz#bc1160cd75b924e5eca7933dacee8c323a6f7e97"
integrity sha512-1GY1jdHqMpTBapjb0l61vQp0kPo9fryltOwQdm+zElODVFQWl/kvtq1VuMPr+E2qMfNSYg+ffrSixN7nG/E2ww==
dependencies:
"@babel/core" "^7.17.2"
chokidar "^3.0.0"
Expand All @@ -251,24 +251,24 @@
tslib "^2.3.0"
yargs "^17.2.1"

"@angular/compiler@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.2.9.tgz#2ba482802c176a8a56128e4b6a058da8692c05f9"
integrity sha512-M0uYFMSAejYJ+fm/Lz1/l7nr1adVrYfC7lKBpbiyya5moGenRid81Fl7i2YY6RehFpGHw3GdPlMz+DRIMXgyuQ==
"@angular/compiler@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.2.10.tgz#883e2d79edd4e135cff89efac3c8e6163d801515"
integrity sha512-CvZTJNKCNqU3Lr0La60U3XXZfpQbba/eb5YWTgygpoP0kjwOcNOsVou9TrGm57hT5ODy8281JOjWTrKspmYt5w==
dependencies:
tslib "^2.3.0"

"@angular/core@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.2.9.tgz#e62e3d28c2ab6c18f3fb1eec7e26f99b1e8d9937"
integrity sha512-6bExQgGmN9qmBbVMl7WaZ1KFSfTgFK+MmLbvoh4a29b47h7wvEuUWO7ulczzoUJQfMGfXU/4ypEW1a8ZhX+Xrg==
"@angular/core@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.2.10.tgz#c0b2a225d4215afd6451650c2ec6f338723bd52b"
integrity sha512-3XN+c0+tAtcUc8o7sQ41RLcSFPMt8krCfKFpDUOQwKjm90OOBcoG0LfmRfYBFNAenQh4glQQGOaYvLY98bTFTw==
dependencies:
tslib "^2.3.0"

"@angular/forms@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.2.9.tgz#3dc4366268755ac61b9b1ecf9c84092117bf9824"
integrity sha512-46Xlr4Qlgg/RBlb0TG9QCINe7zbVIFRF9YOi7dSIVW7tjKs6N8DPcP4eHAnrvxNmz+8S2v+CVXKOXGwaGE52vw==
"@angular/forms@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.2.10.tgz#fa54e27b565438b8179a70a3b6a2a36b17eefa6f"
integrity sha512-6Wa7Knx+dbVS9+Z05m86pErRb1f3uG9gQ30+nRenjJW1d3HCyFPj6gteqQPUAOhtc4zN4L33pR52UuKoHUYJOQ==
dependencies:
tslib "^2.3.0"

Expand All @@ -279,17 +279,17 @@
dependencies:
tslib "^2.3.0"

"@angular/platform-browser-dynamic@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.2.9.tgz#42723d934d74b612a0e827739b7bd8b652ceb4d6"
integrity sha512-hu0lfAkPplGhkQKXaryj+6wLboqIC8JNWGONlqKTaARgfaQ8TyMikOimKxMk9mljlJpPcrVxAewn5p9G0VmLng==
"@angular/platform-browser-dynamic@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.2.10.tgz#a3ea7ae4f3f66508908a686b6dbd73b658b90258"
integrity sha512-K6hCCECGtjLsx9+fNOR7nx6oIqyIlLQnpv/u/L4bw/gL5Usr6t6R15lu0Rg+AT2MxDX1ELG7BG0ZKalLjSaquw==
dependencies:
tslib "^2.3.0"

"@angular/platform-browser@14.2.9":
version "14.2.9"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.2.9.tgz#557954a9e6edc4800d9bcb723034726d732d82ac"
integrity sha512-cvKFyHZp69scDj+tOmknWsdyarpNjpuFHbn2Tn3K9HLJsNHOvP2g8d/KwHl5atRscnDK1ztNh+FUKhGmQZsbng==
"@angular/platform-browser@14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.2.10.tgz#03c9a4f50abf5764f66397e8009f26f7dfe48e30"
integrity sha512-oYd5UMuGt4bocGFEaNYhQ7vzZFygLzCVM+SYxgfOHcgzeofZOjdaZgb84ANKgca5jguZg2ZGo1iklAbvfMrk2A==
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -8550,9 +8550,9 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zone.js@0.11.8:
version "0.11.8"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.8.tgz#40dea9adc1ad007b5effb2bfed17f350f1f46a21"
integrity sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==
zone.js@0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.12.0.tgz#a4a6e5fab6d34bd37d89c77e89ac2e6f4a3d2c30"
integrity sha512-XtC+I5dXU14HrzidAKBNMqneIVUykLEAA1x+v4KVrd6AUPWlwYORF8KgsVqvgdHiKZ4BkxxjvYi/ksEixTPR0Q==
dependencies:
tslib "^2.3.0"

0 comments on commit f4031df

Please sign in to comment.