From 75d40266647931bd75a1e27ece28f382c868b1a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 13:52:34 +0000 Subject: [PATCH] fix(deps): update angular monorepo to v15 --- package.json | 20 ++--- pnpm-lock.yaml | 237 +++++++++++++++++++++++++------------------------ 2 files changed, 132 insertions(+), 125 deletions(-) diff --git a/package.json b/package.json index 3e9b7fec..69d80ccb 100644 --- a/package.json +++ b/package.json @@ -13,17 +13,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "^14.2.12", + "@angular/animations": "^15.0.0", "@angular/cdk": "^14.2.7", - "@angular/common": "^14.2.12", - "@angular/compiler": "^14.2.12", - "@angular/core": "^14.2.12", - "@angular/forms": "^14.2.12", + "@angular/common": "^15.0.0", + "@angular/compiler": "^15.0.0", + "@angular/core": "^15.0.0", + "@angular/forms": "^15.0.0", "@angular/material": "^14.2.7", - "@angular/platform-browser": "^14.2.12", - "@angular/platform-browser-dynamic": "^14.2.12", - "@angular/router": "^14.2.12", - "@angular/service-worker": "^14.2.12", + "@angular/platform-browser": "^15.0.0", + "@angular/platform-browser-dynamic": "^15.0.0", + "@angular/router": "^15.0.0", + "@angular/service-worker": "^15.0.0", "rxjs": "~7.8.0", "tslib": "^2.4.1", "webpack": "^5.75.0", @@ -37,7 +37,7 @@ "@angular-eslint/schematics": "~14.4.0", "@angular-eslint/template-parser": "~14.4.0", "@angular/cli": "^15.0.0", - "@angular/compiler-cli": "^14.2.12", + "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.1", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "~5.47.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea92b177..950bcb63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,19 +7,19 @@ specifiers: '@angular-eslint/eslint-plugin-template': ~14.4.0 '@angular-eslint/schematics': ~14.4.0 '@angular-eslint/template-parser': ~14.4.0 - '@angular/animations': ^14.2.12 + '@angular/animations': ^15.0.0 '@angular/cdk': ^14.2.7 '@angular/cli': ^15.0.0 - '@angular/common': ^14.2.12 - '@angular/compiler': ^14.2.12 - '@angular/compiler-cli': ^14.2.12 - '@angular/core': ^14.2.12 - '@angular/forms': ^14.2.12 + '@angular/common': ^15.0.0 + '@angular/compiler': ^15.0.0 + '@angular/compiler-cli': ^15.0.0 + '@angular/core': ^15.0.0 + '@angular/forms': ^15.0.0 '@angular/material': ^14.2.7 - '@angular/platform-browser': ^14.2.12 - '@angular/platform-browser-dynamic': ^14.2.12 - '@angular/router': ^14.2.12 - '@angular/service-worker': ^14.2.12 + '@angular/platform-browser': ^15.0.0 + '@angular/platform-browser-dynamic': ^15.0.0 + '@angular/router': ^15.0.0 + '@angular/service-worker': ^15.0.0 '@types/jasmine': ~4.3.1 '@types/node': ^18.0.0 '@typescript-eslint/eslint-plugin': ~5.47.0 @@ -43,31 +43,31 @@ specifiers: zone.js: ~0.12.0 dependencies: - '@angular/animations': 14.2.12_@angular+core@14.2.12 - '@angular/cdk': 14.2.7_yg5i7pymki4meqci6ecgolbxoi - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/compiler': 14.2.12_@angular+core@14.2.12 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 - '@angular/forms': 14.2.12_ft6phxovscixssjysxonv3pqk4 - '@angular/material': 14.2.7_hj3ufbzqaun3o7bzas6wryfyeu - '@angular/platform-browser': 14.2.12_dax2jypo47bpgiczdvqsh7iq24 - '@angular/platform-browser-dynamic': 14.2.12_6cqhozsvdfqcnce26piw2go6r4 - '@angular/router': 14.2.12_ft6phxovscixssjysxonv3pqk4 - '@angular/service-worker': 14.2.12_yt6vhfaqrvibeodb6jj2rnj7lm + '@angular/animations': 15.0.4_@angular+core@15.0.4 + '@angular/cdk': 14.2.7_fbpzarz5tzwyhbfyo4dgitdwqu + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/compiler': 15.0.4_@angular+core@15.0.4 + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 + '@angular/forms': 15.0.4_xkplghntscucsztvq3p7ejhl3e + '@angular/material': 14.2.7_l32cvie3lbwnllqnhvucgqzkqi + '@angular/platform-browser': 15.0.4_bwwplqn6fknm3semymfqlvw5bm + '@angular/platform-browser-dynamic': 15.0.4_hnn6v3m7xpfwy5wugozvutqsyi + '@angular/router': 15.0.4_xkplghntscucsztvq3p7ejhl3e + '@angular/service-worker': 15.0.4_wcjhsjedbutghxn65tv34lliyq rxjs: 7.8.0 tslib: 2.4.1 webpack: 5.75.0 zone.js: 0.12.0 devDependencies: - '@angular-builders/custom-webpack': 14.1.0_g6bc36ybujyzbnmmbxpy5f4bi4 + '@angular-builders/custom-webpack': 14.1.0_akniev6z5foy2zec5fhj7wctlm '@angular-eslint/builder': 14.4.0_wogtpudmlxya2leoxia5qf2rl4 '@angular-eslint/eslint-plugin': 14.4.0_wogtpudmlxya2leoxia5qf2rl4 '@angular-eslint/eslint-plugin-template': 14.4.0_wogtpudmlxya2leoxia5qf2rl4 '@angular-eslint/schematics': 14.4.0_iz3cdkuqldgnyxqpj2z733hp4a '@angular-eslint/template-parser': 14.4.0_wogtpudmlxya2leoxia5qf2rl4 '@angular/cli': 15.0.5 - '@angular/compiler-cli': 14.2.12_ldxvyn7sfxql3enqylvzy5khzu + '@angular/compiler-cli': 15.0.4_7o27d5f3qioaae4u6yqewn3wi4 '@types/jasmine': 4.3.1 '@types/node': 18.11.18 '@typescript-eslint/eslint-plugin': 5.47.1_cuhk2brcjizogxvds227fxjc3q @@ -100,16 +100,16 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true - /@angular-builders/custom-webpack/14.1.0_g6bc36ybujyzbnmmbxpy5f4bi4: + /@angular-builders/custom-webpack/14.1.0_akniev6z5foy2zec5fhj7wctlm: resolution: {integrity: sha512-FLGDrBOg04cYvzCudeb15LWY2v91dtJ5+AfmP0aS/0T0D0AYmY4uM3FxZeh4jJcWETLvnHVFBCjan6y2Ct9J3A==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: '@angular/compiler-cli': ^14.0.0 dependencies: '@angular-devkit/architect': 0.1402.10 - '@angular-devkit/build-angular': 14.2.10_l44xwlebusa7quo4rtcbcg436q + '@angular-devkit/build-angular': 14.2.10_jk7bgg5apelsukod2gw4v2gjte '@angular-devkit/core': 14.2.10 - '@angular/compiler-cli': 14.2.12_ldxvyn7sfxql3enqylvzy5khzu + '@angular/compiler-cli': 15.0.4_7o27d5f3qioaae4u6yqewn3wi4 lodash: 4.17.21 ts-node: 10.9.1_nv75g3i7xuh23du6z7qul3uiqi tsconfig-paths: 3.14.1 @@ -159,7 +159,7 @@ packages: - chokidar dev: true - /@angular-devkit/build-angular/14.2.10_l44xwlebusa7quo4rtcbcg436q: + /@angular-devkit/build-angular/14.2.10_jk7bgg5apelsukod2gw4v2gjte: resolution: {integrity: sha512-VCeZAyq4uPCJukKInaSiD4i/GgxgcU4jFlLFQtoYNmaBS4xbPOymL19forRIihiV0dwNEa2L694vRTAPMBxIfw==} engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -189,8 +189,8 @@ packages: '@angular-devkit/architect': 0.1402.10 '@angular-devkit/build-webpack': 0.1402.10_mldmorf72vas4wjtkspcp7zl7m '@angular-devkit/core': 14.2.10 - '@angular/compiler-cli': 14.2.12_ldxvyn7sfxql3enqylvzy5khzu - '@angular/service-worker': 14.2.12_yt6vhfaqrvibeodb6jj2rnj7lm + '@angular/compiler-cli': 15.0.4_7o27d5f3qioaae4u6yqewn3wi4 + '@angular/service-worker': 15.0.4_wcjhsjedbutghxn65tv34lliyq '@babel/core': 7.18.10 '@babel/generator': 7.18.12 '@babel/helper-annotate-as-pure': 7.18.6 @@ -201,7 +201,7 @@ packages: '@babel/runtime': 7.18.9 '@babel/template': 7.18.10 '@discoveryjs/json-ext': 0.5.7 - '@ngtools/webpack': 14.2.10_gbnt3i6o7z74rvaei37c3lhwl4 + '@ngtools/webpack': 14.2.10_w32mik7zv3abcns3zuo7ye2qfe ansi-colors: 4.1.3 babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm babel-plugin-istanbul: 6.1.1 @@ -418,25 +418,25 @@ packages: - supports-color dev: true - /@angular/animations/14.2.12_@angular+core@14.2.12: - resolution: {integrity: sha512-gwdnFZkvVUr+enUNfhfCGRGGqNHn1+vTA81apLfHYhJxgjiLUtETc4KTOrQevtDm022pEd+LSrvr8r+7ag+jkw==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/animations/15.0.4_@angular+core@15.0.4: + resolution: {integrity: sha512-fOqf7fHX9aspIUmlOsig8ZyZlalU+eIBsUgu4QpH9+vfQzGCJcKIjPClW4Yb7rkNlyLlfQqaICOxG9gOxuEI7Q==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/core': 14.2.12 + '@angular/core': 15.0.4 dependencies: - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 tslib: 2.4.1 dev: false - /@angular/cdk/14.2.7_yg5i7pymki4meqci6ecgolbxoi: + /@angular/cdk/14.2.7_fbpzarz5tzwyhbfyo4dgitdwqu: resolution: {integrity: sha512-/tEsYaUbDSnfEmKVvAMramIptmhI67O+9STjOV0i+74XR2NospeK0fkbywIANu1n3w6AHGMotvRWJrjmbCElFg==} peerDependencies: '@angular/common': ^14.0.0 || ^15.0.0 '@angular/core': ^14.0.0 || ^15.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 rxjs: 7.8.0 tslib: 2.4.1 optionalDependencies: @@ -472,34 +472,34 @@ packages: - supports-color dev: true - /@angular/common/14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4: - resolution: {integrity: sha512-oZunh9wfInFWhNO1P8uoEs/o4u8kerKMhw8GruywKm1TV7gHDP2Fi5WHGjFqq3XYptgBTPCTSEfyLX6Cwq1PUw==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/common/15.0.4_2kx3gifw2v5d4j22ydwztvu5ey: + resolution: {integrity: sha512-0x/2IhaetJqfXMeQ4DlRnOTzGWD0OvOeKORyi0q7WXPxSoD9MUezQHGmzkc5lK9tDYE9cNYyQfkUBcbJT/k6MA==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/core': 14.2.12 + '@angular/core': 15.0.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 rxjs: 7.8.0 tslib: 2.4.1 - /@angular/compiler-cli/14.2.12_ldxvyn7sfxql3enqylvzy5khzu: - resolution: {integrity: sha512-9Gkb9KFkaQPz8XaS8ZwwTioRZ4ywykdAWyceICEi78/Y9ConYrTX2SbFogzI2dPUZU8a04tMlbqTSmHjVbJftQ==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/compiler-cli/15.0.4_7o27d5f3qioaae4u6yqewn3wi4: + resolution: {integrity: sha512-e6Jt4qkIiyqBg8ZlpcQaQtQ5OAnfl8gfkJnIwSvvCg0mPCJv+ZkQAL5s3SpzzM5jd7Nr0jBq3zd2Fv0eKW2ayw==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} hasBin: true peerDependencies: - '@angular/compiler': 14.2.12 - typescript: '>=4.6.2 <4.9' + '@angular/compiler': 15.0.4 + typescript: '>=4.8.2 <4.9' dependencies: - '@angular/compiler': 14.2.12_@angular+core@14.2.12 + '@angular/compiler': 15.0.4_@angular+core@15.0.4 '@babel/core': 7.20.12 + '@jridgewell/sourcemap-codec': 1.4.14 chokidar: 3.5.3 convert-source-map: 1.9.0 dependency-graph: 0.11.0 - magic-string: 0.26.7 + magic-string: 0.27.0 reflect-metadata: 0.1.13 semver: 7.3.8 - sourcemap-codec: 1.4.8 tslib: 2.4.1 typescript: 4.7.4 yargs: 17.6.2 @@ -507,21 +507,21 @@ packages: - supports-color dev: true - /@angular/compiler/14.2.12_@angular+core@14.2.12: - resolution: {integrity: sha512-u2MH9+NRwbbFDRNiPWPexed9CnCq9+pGHLuyACSP2uR6Ik68cE6cayeZbIeoEV5vWpda/XsLmJgPJysw7dAZLQ==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/compiler/15.0.4_@angular+core@15.0.4: + resolution: {integrity: sha512-KtxgRJUGZamOXpIILFG2FTUW+bbc2phi/o6955/Q4LR1HOICQrYEy8PrT1Gp+lVXFKgDG+6cb01lH14LoBQvyw==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/core': 14.2.12 + '@angular/core': 15.0.4 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 tslib: 2.4.1 - /@angular/core/14.2.12_rxjs@7.8.0+zone.js@0.12.0: - resolution: {integrity: sha512-sGQxU5u4uawwvJa6jOTmGoisJiQ5HIN/RoBw99CmoqZIVyUSg9IRJJC1KVdH8gbpWBNLkElZv21lwJTL/msWyg==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/core/15.0.4_rxjs@7.8.0+zone.js@0.12.0: + resolution: {integrity: sha512-Xf8Nuu0iM/VjQHPS4A0jufqTYZCfiGqc0iAD7j9zM3TD6caQ3OP4mxXVYYTpIG+APKel38+Gol8cpQB/8PVbqQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.11.4 || ~0.12.0 @@ -530,23 +530,23 @@ packages: tslib: 2.4.1 zone.js: 0.12.0 - /@angular/forms/14.2.12_ft6phxovscixssjysxonv3pqk4: - resolution: {integrity: sha512-7abYlGIT2JnAtutQUlH3fQS6QEpbfftgvsVcZJCyvX0rXL3u2w2vUQkDHJH4YJJp3AHFVCH4/l7R4VcaPnrwvA==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/forms/15.0.4_xkplghntscucsztvq3p7ejhl3e: + resolution: {integrity: sha512-3Ft/p2ug/zp2p0g2rhLq9v/5F1G11xa+YujAKL5kOFa0zUoroDG6n4b6VEcsGWmDE9NR7Vkiys9rHckiJUluHg==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/common': 14.2.12 - '@angular/core': 14.2.12 - '@angular/platform-browser': 14.2.12 + '@angular/common': 15.0.4 + '@angular/core': 15.0.4 + '@angular/platform-browser': 15.0.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 - '@angular/platform-browser': 14.2.12_dax2jypo47bpgiczdvqsh7iq24 + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 + '@angular/platform-browser': 15.0.4_bwwplqn6fknm3semymfqlvw5bm rxjs: 7.8.0 tslib: 2.4.1 dev: false - /@angular/material/14.2.7_hj3ufbzqaun3o7bzas6wryfyeu: + /@angular/material/14.2.7_l32cvie3lbwnllqnhvucgqzkqi: resolution: {integrity: sha512-WXHh8pEStpgkXZJmYOg2cI8BSHkV82ET4XTJCNPdveumaCn1UYnaNzsXD13kw5z+zmy8CufhFEzdXTrv/yt7KQ==} peerDependencies: '@angular/animations': ^14.0.0 || ^15.0.0 @@ -557,75 +557,75 @@ packages: '@angular/platform-browser': ^14.0.0 || ^15.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/animations': 14.2.12_@angular+core@14.2.12 - '@angular/cdk': 14.2.7_yg5i7pymki4meqci6ecgolbxoi - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 - '@angular/forms': 14.2.12_ft6phxovscixssjysxonv3pqk4 - '@angular/platform-browser': 14.2.12_dax2jypo47bpgiczdvqsh7iq24 + '@angular/animations': 15.0.4_@angular+core@15.0.4 + '@angular/cdk': 14.2.7_fbpzarz5tzwyhbfyo4dgitdwqu + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 + '@angular/forms': 15.0.4_xkplghntscucsztvq3p7ejhl3e + '@angular/platform-browser': 15.0.4_bwwplqn6fknm3semymfqlvw5bm rxjs: 7.8.0 tslib: 2.4.1 dev: false - /@angular/platform-browser-dynamic/14.2.12_6cqhozsvdfqcnce26piw2go6r4: - resolution: {integrity: sha512-oZhNJeaBmgw8+KBSYpKz2RYqEDyETC+HJXH8dwIFcP6BqqwL2NE70FdSR7EnOa5c41MEtTmMCGhrJSFR60x5/w==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/platform-browser-dynamic/15.0.4_hnn6v3m7xpfwy5wugozvutqsyi: + resolution: {integrity: sha512-SCUxsfJAHXnAyo2ulmfqs3vGnB/tWNKe+G2KKshrSLyCYIJ3UgpsoPAo1mGih64qo8TWOQk9PJgrlVEB2DoWYg==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/common': 14.2.12 - '@angular/compiler': 14.2.12 - '@angular/core': 14.2.12 - '@angular/platform-browser': 14.2.12 + '@angular/common': 15.0.4 + '@angular/compiler': 15.0.4 + '@angular/core': 15.0.4 + '@angular/platform-browser': 15.0.4 dependencies: - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/compiler': 14.2.12_@angular+core@14.2.12 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 - '@angular/platform-browser': 14.2.12_dax2jypo47bpgiczdvqsh7iq24 + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/compiler': 15.0.4_@angular+core@15.0.4 + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 + '@angular/platform-browser': 15.0.4_bwwplqn6fknm3semymfqlvw5bm tslib: 2.4.1 dev: false - /@angular/platform-browser/14.2.12_dax2jypo47bpgiczdvqsh7iq24: - resolution: {integrity: sha512-vOarWym8ucl1gjYWCzdwyBha+MTvL381mvTTUu8aUx6nVhHFjv4bvpjlZnZgojecqUPyxOwmPLLHvCZPJVHZYg==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/platform-browser/15.0.4_bwwplqn6fknm3semymfqlvw5bm: + resolution: {integrity: sha512-SOLrzh9AsHzhfre95ShvHd0hBcyEcFftJuAaU+35L4GiOAY+CznFuJUq4LjITCMQDHGzdpUlRjoUyJRQFmlvXQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/animations': 14.2.12 - '@angular/common': 14.2.12 - '@angular/core': 14.2.12 + '@angular/animations': 15.0.4 + '@angular/common': 15.0.4 + '@angular/core': 15.0.4 peerDependenciesMeta: '@angular/animations': optional: true dependencies: - '@angular/animations': 14.2.12_@angular+core@14.2.12 - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 + '@angular/animations': 15.0.4_@angular+core@15.0.4 + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 tslib: 2.4.1 dev: false - /@angular/router/14.2.12_ft6phxovscixssjysxonv3pqk4: - resolution: {integrity: sha512-r5tVus5RJDNc4U2v0jMtjPiAS1xDsVsJ70lS313DgZmBDHIVZP1cWIehdxwgNlGwQQtAA36eG7toBwqUU3gb/A==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/router/15.0.4_xkplghntscucsztvq3p7ejhl3e: + resolution: {integrity: sha512-6cBUu1kSigORGpWq+Wc3hTLRQcJvtlaZ5OFOIzKGiBEPgezn/AzrWHi/bEccWLZAVFhbUOhcRn9GwudqiqX6+A==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/common': 14.2.12 - '@angular/core': 14.2.12 - '@angular/platform-browser': 14.2.12 + '@angular/common': 15.0.4 + '@angular/core': 15.0.4 + '@angular/platform-browser': 15.0.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 - '@angular/platform-browser': 14.2.12_dax2jypo47bpgiczdvqsh7iq24 + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 + '@angular/platform-browser': 15.0.4_bwwplqn6fknm3semymfqlvw5bm rxjs: 7.8.0 tslib: 2.4.1 dev: false - /@angular/service-worker/14.2.12_yt6vhfaqrvibeodb6jj2rnj7lm: - resolution: {integrity: sha512-7aAHb9XfToHQyHoPF9CmZSfsO5vFmKALDmTBWf8i3DCztrZvY+B8PCbfpJkpgFiF7LyF+hGaExI4fa6GmHZv+g==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/service-worker/15.0.4_wcjhsjedbutghxn65tv34lliyq: + resolution: {integrity: sha512-n/lbJrpLJYi1NB7rBGQTbM2xckNngimU+kirkCbH6wrUYPeSxxs23DvPF7sDDflNx0Su1+DgqcIILbsXhdqYaw==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} hasBin: true peerDependencies: - '@angular/common': 14.2.12 - '@angular/core': 14.2.12 + '@angular/common': 15.0.4 + '@angular/core': 15.0.4 dependencies: - '@angular/common': 14.2.12_3q4hhdsn6lsnyersxa5ubqxwe4 - '@angular/core': 14.2.12_rxjs@7.8.0+zone.js@0.12.0 + '@angular/common': 15.0.4_2kx3gifw2v5d4j22ydwztvu5ey + '@angular/core': 15.0.4_rxjs@7.8.0+zone.js@0.12.0 tslib: 2.4.1 /@assemblyscript/loader/0.10.1: @@ -650,12 +650,12 @@ packages: dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 + '@babel/generator': 7.20.7 '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.18.10 '@babel/helper-module-transforms': 7.20.11 '@babel/helpers': 7.20.7 '@babel/parser': 7.20.7 - '@babel/template': 7.18.10 + '@babel/template': 7.20.7 '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 convert-source-map: 1.9.0 @@ -2140,7 +2140,7 @@ packages: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: true - /@ngtools/webpack/14.2.10_gbnt3i6o7z74rvaei37c3lhwl4: + /@ngtools/webpack/14.2.10_w32mik7zv3abcns3zuo7ye2qfe: resolution: {integrity: sha512-sLHapZLVub6mEz5b19tf1VfIV1w3tYfg7FNPLeni79aldxu1FbP1v2WmiFAnMzrswqyK0bhTtxrl+Z/CLKqyoQ==} engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -2148,7 +2148,7 @@ packages: typescript: '>=4.6.2 <4.9' webpack: ^5.54.0 dependencies: - '@angular/compiler-cli': 14.2.12_ldxvyn7sfxql3enqylvzy5khzu + '@angular/compiler-cli': 15.0.4_7o27d5f3qioaae4u6yqewn3wi4 typescript: 4.7.4 webpack: 5.74.0_esbuild@0.15.5 dev: true @@ -5797,6 +5797,13 @@ packages: sourcemap-codec: 1.4.8 dev: true + /magic-string/0.27.0: + resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.14 + dev: true + /make-dir/2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'}