diff --git a/packages/openapi-ts/package.json b/packages/openapi-ts/package.json index 1cfe8f3e5..f471e111f 100644 --- a/packages/openapi-ts/package.json +++ b/packages/openapi-ts/package.json @@ -71,17 +71,17 @@ "typescript": "^5.x" }, "devDependencies": { - "@angular-devkit/build-angular": "17.3.3", - "@angular/animations": "17.3.3", - "@angular/cli": "17.3.3", - "@angular/common": "17.3.3", - "@angular/compiler": "17.3.3", - "@angular/compiler-cli": "17.3.3", - "@angular/core": "17.3.3", - "@angular/forms": "17.3.3", - "@angular/platform-browser": "17.3.3", - "@angular/platform-browser-dynamic": "17.3.3", - "@angular/router": "17.3.3", + "@angular-devkit/build-angular": "17.3.4", + "@angular/animations": "17.3.4", + "@angular/cli": "17.3.4", + "@angular/common": "17.3.4", + "@angular/compiler": "17.3.4", + "@angular/compiler-cli": "17.3.4", + "@angular/core": "17.3.4", + "@angular/forms": "17.3.4", + "@angular/platform-browser": "17.3.4", + "@angular/platform-browser-dynamic": "17.3.4", + "@angular/router": "17.3.4", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af2e05857..d513cad95 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,38 +46,38 @@ importers: version: 4.7.8 devDependencies: '@angular-devkit/build-angular': - specifier: 17.3.3 - version: 17.3.3(@angular/compiler-cli@17.3.3)(@types/express@4.17.21)(@types/node@20.12.7)(typescript@5.4.5) + specifier: 17.3.4 + version: 17.3.4(@angular/compiler-cli@17.3.4)(@types/express@4.17.21)(@types/node@20.12.7)(typescript@5.4.5) '@angular/animations': - specifier: 17.3.3 - version: 17.3.3(@angular/core@17.3.3) + specifier: 17.3.4 + version: 17.3.4(@angular/core@17.3.4) '@angular/cli': - specifier: 17.3.3 - version: 17.3.3 + specifier: 17.3.4 + version: 17.3.4 '@angular/common': - specifier: 17.3.3 - version: 17.3.3(@angular/core@17.3.3)(rxjs@7.8.1) + specifier: 17.3.4 + version: 17.3.4(@angular/core@17.3.4)(rxjs@7.8.1) '@angular/compiler': - specifier: 17.3.3 - version: 17.3.3(@angular/core@17.3.3) + specifier: 17.3.4 + version: 17.3.4(@angular/core@17.3.4) '@angular/compiler-cli': - specifier: 17.3.3 - version: 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5) + specifier: 17.3.4 + version: 17.3.4(@angular/compiler@17.3.4)(typescript@5.4.5) '@angular/core': - specifier: 17.3.3 - version: 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) + specifier: 17.3.4 + version: 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) '@angular/forms': - specifier: 17.3.3 - version: 17.3.3(@angular/common@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3)(rxjs@7.8.1) + specifier: 17.3.4 + version: 17.3.4(@angular/common@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4)(rxjs@7.8.1) '@angular/platform-browser': - specifier: 17.3.3 - version: 17.3.3(@angular/animations@17.3.3)(@angular/common@17.3.3)(@angular/core@17.3.3) + specifier: 17.3.4 + version: 17.3.4(@angular/animations@17.3.4)(@angular/common@17.3.4)(@angular/core@17.3.4) '@angular/platform-browser-dynamic': - specifier: 17.3.3 - version: 17.3.3(@angular/common@17.3.3)(@angular/compiler@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3) + specifier: 17.3.4 + version: 17.3.4(@angular/common@17.3.4)(@angular/compiler@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4) '@angular/router': - specifier: 17.3.3 - version: 17.3.3(@angular/common@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3)(rxjs@7.8.1) + specifier: 17.3.4 + version: 17.3.4(@angular/common@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4)(rxjs@7.8.1) '@rollup/plugin-commonjs': specifier: 25.0.7 version: 25.0.7(rollup@4.14.2) @@ -369,18 +369,18 @@ packages: '@jridgewell/trace-mapping': 0.3.25 dev: true - /@angular-devkit/architect@0.1703.3: - resolution: {integrity: sha512-BKbdigCjmspqxOxSIQuWgPZzpyuKqZoTBDh0jDeLcAmvPsuxCgIWbsExI4OQ0CyusnQ+XT0IT39q8B9rvF56cg==} + /@angular-devkit/architect@0.1703.4: + resolution: {integrity: sha512-o+XCMOiMh8tmQGEwcxjAj2/lmUVT7CGSUAM31ydDomVOFFw4CnBvsoyKqQNRC+/AUXvovb2dCegQl/lTAnrwOg==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 17.3.3 + '@angular-devkit/core': 17.3.4 rxjs: 7.8.1 transitivePeerDependencies: - chokidar dev: true - /@angular-devkit/build-angular@17.3.3(@angular/compiler-cli@17.3.3)(@types/express@4.17.21)(@types/node@20.12.7)(typescript@5.4.5): - resolution: {integrity: sha512-E/6Z1MIMhEB1I2sN+Pw4/zinwAFj4vLDh6dEuj856WWEPndgPiUB6fGX4EbCTsyIUzboXI5ysdNyt2Eq56bllA==} + /@angular-devkit/build-angular@17.3.4(@angular/compiler-cli@17.3.4)(@types/express@4.17.21)(@types/node@20.12.7)(typescript@5.4.5): + resolution: {integrity: sha512-8KieoPrsJcFPoza0gLQ6yebtIb3WdH3j/V1TnAihk4tVpgtdch8tOBE3FP1TnSW3RF+iCsA0I5NO9/4YbEsWtw==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^17.0.0 @@ -421,10 +421,10 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1703.3 - '@angular-devkit/build-webpack': 0.1703.3(webpack-dev-server@4.15.1)(webpack@5.90.3) - '@angular-devkit/core': 17.3.3 - '@angular/compiler-cli': 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5) + '@angular-devkit/architect': 0.1703.4 + '@angular-devkit/build-webpack': 0.1703.4(webpack-dev-server@4.15.1)(webpack@5.90.3) + '@angular-devkit/core': 17.3.4 + '@angular/compiler-cli': 17.3.4(@angular/compiler@17.3.4)(typescript@5.4.5) '@babel/core': 7.24.0 '@babel/generator': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 @@ -435,8 +435,8 @@ packages: '@babel/preset-env': 7.24.0(@babel/core@7.24.0) '@babel/runtime': 7.24.0 '@discoveryjs/json-ext': 0.5.7 - '@ngtools/webpack': 17.3.3(@angular/compiler-cli@17.3.3)(typescript@5.4.5)(webpack@5.90.3) - '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.1.5) + '@ngtools/webpack': 17.3.4(@angular/compiler-cli@17.3.4)(typescript@5.4.5)(webpack@5.90.3) + '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.1.7) ansi-colors: 4.1.3 autoprefixer: 10.4.18(postcss@8.4.35) babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3) @@ -477,8 +477,8 @@ packages: tree-kill: 1.2.2 tslib: 2.6.2 typescript: 5.4.5 - undici: 6.7.1 - vite: 5.1.5(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) + undici: 6.11.1 + vite: 5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) watchpack: 2.4.0 webpack: 5.90.3(esbuild@0.20.1) webpack-dev-middleware: 6.1.2(webpack@5.90.3) @@ -507,14 +507,14 @@ packages: - webpack-cli dev: true - /@angular-devkit/build-webpack@0.1703.3(webpack-dev-server@4.15.1)(webpack@5.90.3): - resolution: {integrity: sha512-d0JjE8MaGVNphlJfeP1OZKhNT4wCXkEZKdSdwE0+W+vDHNUuZiUBB1czO48sb7T4xBrdjRWlV/9CzMNJ7n3ydA==} + /@angular-devkit/build-webpack@0.1703.4(webpack-dev-server@4.15.1)(webpack@5.90.3): + resolution: {integrity: sha512-9Vsl6rfIH8kF02W7i3tW/aMOT2Ld1zpcok7n7JdL3Pb7oW0SOjt73FN6Ykm/hVig12gsOGJtEsDfQRsnCddmfQ==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^4.0.0 dependencies: - '@angular-devkit/architect': 0.1703.3 + '@angular-devkit/architect': 0.1703.4 rxjs: 7.8.1 webpack: 5.90.3(esbuild@0.20.1) webpack-dev-server: 4.15.1(webpack@5.90.3) @@ -522,8 +522,8 @@ packages: - chokidar dev: true - /@angular-devkit/core@17.3.3: - resolution: {integrity: sha512-J22Sh3M7rj8Ar3iEs20ko5wgC3DE7vWfYZNdimt2IJiS4J7BEX8R3Awf+TRt+6AN3NFm3/xe1Sz4yvDh3FvNFg==} + /@angular-devkit/core@17.3.4: + resolution: {integrity: sha512-vE69/Db555NTRPh+LUFO3rAQBbv7QGrK59F7chRggDZKamtCq/FfhEg2O+0BXQnUitOQN6WgQ79+payFYWyCCg==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^3.5.2 @@ -539,11 +539,11 @@ packages: source-map: 0.7.4 dev: true - /@angular-devkit/schematics@17.3.3: - resolution: {integrity: sha512-SABqTtj2im4PJhQjNaAsSypbNkpZFW8YozJ3P748tlh5a9XoHpgiqXv5JhRbyKElLDAyk5i9fe2++JmSudPG/Q==} + /@angular-devkit/schematics@17.3.4: + resolution: {integrity: sha512-Z6801QhIwrMTcKPzdo9si+ZtJkPz8fys0ftOTfTM66+tDECasU7pvk8Dr54WkDY29mdSHzPxpSxAsooEwfxvQQ==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 17.3.3 + '@angular-devkit/core': 17.3.4 jsonc-parser: 3.2.1 magic-string: 0.30.8 ora: 5.4.1 @@ -552,25 +552,25 @@ packages: - chokidar dev: true - /@angular/animations@17.3.3(@angular/core@17.3.3): - resolution: {integrity: sha512-poLW3FHe5wkxmTIsQ3em2vq4obgQHyZJz6biF+4hCqQSNMbMBS0e5ZycAiJLkUD/WLc88lQZ20muRO7qjVuMLA==} + /@angular/animations@17.3.4(@angular/core@17.3.4): + resolution: {integrity: sha512-2nBgXRdTSVPZMueV6ZJjajDRucwJBLxwiVhGafk/nI5MJF0Yss/Jfp2Kfzk5Xw2AqGhz0rd00IyNNUQIzO2mlw==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.3.3 + '@angular/core': 17.3.4 dependencies: - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) tslib: 2.6.2 dev: true - /@angular/cli@17.3.3: - resolution: {integrity: sha512-veIGK2sRm0SfiLHeftx0W0xC3N8uxoqxXiSG57V6W2wIFN/fKm3aRq3sa8phz7vxUzoKGqyZh6hsT7ybkjgkGA==} + /@angular/cli@17.3.4: + resolution: {integrity: sha512-o4oIA2stUwXOur/T/kP3Zr8ZUCB4VYmvjACbsQ3tpzVCFYPeaW9psQagBNJfaBVVDSYL+EacVYBYJR9ZImvcGw==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/architect': 0.1703.3 - '@angular-devkit/core': 17.3.3 - '@angular-devkit/schematics': 17.3.3 - '@schematics/angular': 17.3.3 + '@angular-devkit/architect': 0.1703.4 + '@angular-devkit/core': 17.3.4 + '@angular-devkit/schematics': 17.3.4 + '@schematics/angular': 17.3.4 '@yarnpkg/lockfile': 1.1.0 ansi-colors: 4.1.3 ini: 4.1.2 @@ -591,27 +591,27 @@ packages: - supports-color dev: true - /@angular/common@17.3.3(@angular/core@17.3.3)(rxjs@7.8.1): - resolution: {integrity: sha512-GwlKetNpfWKiG2j4S6bYTi6PA2iT4+eln7o8owo44xZWdQnWQjfxnH39vQuCyhi6OOQL1dozmae+fVXgQsV6jQ==} + /@angular/common@17.3.4(@angular/core@17.3.4)(rxjs@7.8.1): + resolution: {integrity: sha512-rEsmtwUMJaNvaimh9hwaHdDLXaOIrjEnYdhmJUvDaKPQaFfSbH3CGGVz9brUyzVJyiWJYkYM0ssxavczeiEe8g==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.3.3 + '@angular/core': 17.3.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) rxjs: 7.8.1 tslib: 2.6.2 dev: true - /@angular/compiler-cli@17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5): - resolution: {integrity: sha512-vM0lqwuXQZ912HbLnIuvUblvIz2WEUsU7a5Z2ieNey6famH4zxPH12vCbVwXgicB6GLHorhOfcWC5443wD2mJw==} + /@angular/compiler-cli@17.3.4(@angular/compiler@17.3.4)(typescript@5.4.5): + resolution: {integrity: sha512-TVWjpZSI/GIXTYsmVgEKYjBckcW8Aj62DcxLNehRFR+c7UB95OY3ZFjU8U4jL0XvWPgTkkVWQVq+P6N4KCBsyw==} engines: {node: ^18.13.0 || >=20.9.0} hasBin: true peerDependencies: - '@angular/compiler': 17.3.3 + '@angular/compiler': 17.3.4 typescript: '>=5.2 <5.5' dependencies: - '@angular/compiler': 17.3.3(@angular/core@17.3.3) + '@angular/compiler': 17.3.4(@angular/core@17.3.4) '@babel/core': 7.23.9 '@jridgewell/sourcemap-codec': 1.4.15 chokidar: 3.6.0 @@ -625,21 +625,21 @@ packages: - supports-color dev: true - /@angular/compiler@17.3.3(@angular/core@17.3.3): - resolution: {integrity: sha512-ZNMRfagMxMjk1KW5H3ssCg5QL0J6ZW1JAZ1mrTXixqS7gbdwl60bTGE+EfuEwbjvovEYaj4l9cga47eMaxZTbQ==} + /@angular/compiler@17.3.4(@angular/core@17.3.4): + resolution: {integrity: sha512-YrDClIzgj6nQwiYHrfV6AkT1C5LCDgJh+LICus/2EY1w80j1Qf48Zh4asictReePdVE2Tarq6dnpDh4RW6LenQ==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.3.3 + '@angular/core': 17.3.4 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) tslib: 2.6.2 dev: true - /@angular/core@17.3.3(rxjs@7.8.1)(zone.js@0.14.4): - resolution: {integrity: sha512-O/jr3aFJMCxF6Jmymjx4jIigRHJfqM/ALIi60y2LVznBVFkk9xyMTsAjgWQIEHX+2muEIzgfKuXzpL0y30y+wA==} + /@angular/core@17.3.4(rxjs@7.8.1)(zone.js@0.14.4): + resolution: {integrity: sha512-fvhBkfa/DDBzp1UcNzSxHj+Z9DebSS/o9pZpZlbu/0uEiu9hScmScnhaty5E0EbutzHB0SVUCz7zZuDeAywvWg==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 @@ -650,67 +650,67 @@ packages: zone.js: 0.14.4 dev: true - /@angular/forms@17.3.3(@angular/common@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3)(rxjs@7.8.1): - resolution: {integrity: sha512-wqn+eAggbOZY91hr7oDjv5qdflszVOC9SZMcWJUoZTGn+8eoV6v6728GDFuDDwYkKQ9G9eQbX4IZmYoVw3TVjQ==} + /@angular/forms@17.3.4(@angular/common@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4)(rxjs@7.8.1): + resolution: {integrity: sha512-XWA/FAs0r7VRdztMIfGU9EE0Chj+1U/sDnzJK3ZPO0n8F8oDAEWGJyiw8GIyWTLs+mz43thVIED3DhbRNsXbWw==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.3.3 - '@angular/core': 17.3.3 - '@angular/platform-browser': 17.3.3 + '@angular/common': 17.3.4 + '@angular/core': 17.3.4 + '@angular/platform-browser': 17.3.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 17.3.3(@angular/core@17.3.3)(rxjs@7.8.1) - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) - '@angular/platform-browser': 17.3.3(@angular/animations@17.3.3)(@angular/common@17.3.3)(@angular/core@17.3.3) + '@angular/common': 17.3.4(@angular/core@17.3.4)(rxjs@7.8.1) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/platform-browser': 17.3.4(@angular/animations@17.3.4)(@angular/common@17.3.4)(@angular/core@17.3.4) rxjs: 7.8.1 tslib: 2.6.2 dev: true - /@angular/platform-browser-dynamic@17.3.3(@angular/common@17.3.3)(@angular/compiler@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3): - resolution: {integrity: sha512-jSgSNHRTXCIat20I+4tLm/e8qOvrIE3Zv7S/DtYZEiAth84uoznvo1kXnN+KREse2vP/WoNgSDKQ2JLzkwYXSQ==} + /@angular/platform-browser-dynamic@17.3.4(@angular/common@17.3.4)(@angular/compiler@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4): + resolution: {integrity: sha512-S53jPyQtInVYkjdGEFt4dxM1NrHNkWCvXGRsCO7Uh+laDf1OpIDp9YHf49OZohYLajJradN6y4QfdZL6IUwXKA==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.3.3 - '@angular/compiler': 17.3.3 - '@angular/core': 17.3.3 - '@angular/platform-browser': 17.3.3 + '@angular/common': 17.3.4 + '@angular/compiler': 17.3.4 + '@angular/core': 17.3.4 + '@angular/platform-browser': 17.3.4 dependencies: - '@angular/common': 17.3.3(@angular/core@17.3.3)(rxjs@7.8.1) - '@angular/compiler': 17.3.3(@angular/core@17.3.3) - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) - '@angular/platform-browser': 17.3.3(@angular/animations@17.3.3)(@angular/common@17.3.3)(@angular/core@17.3.3) + '@angular/common': 17.3.4(@angular/core@17.3.4)(rxjs@7.8.1) + '@angular/compiler': 17.3.4(@angular/core@17.3.4) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/platform-browser': 17.3.4(@angular/animations@17.3.4)(@angular/common@17.3.4)(@angular/core@17.3.4) tslib: 2.6.2 dev: true - /@angular/platform-browser@17.3.3(@angular/animations@17.3.3)(@angular/common@17.3.3)(@angular/core@17.3.3): - resolution: {integrity: sha512-XFWjquD+Pr9VszRzrDlT6uaf57TsY9XhL9iHCNok6Op5DpVQpIAuw1vFt2t5ZoQ0gv+lY8mVWnxgqe3CgTdYxw==} + /@angular/platform-browser@17.3.4(@angular/animations@17.3.4)(@angular/common@17.3.4)(@angular/core@17.3.4): + resolution: {integrity: sha512-W2nH9WSQJfdNG4HH9B1Cvj5CTmy9gF3321I+65Tnb8jFmpeljYDBC/VVUhTZUCRpg8udMWeMHEQHuSb8CbozmQ==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/animations': 17.3.3 - '@angular/common': 17.3.3 - '@angular/core': 17.3.3 + '@angular/animations': 17.3.4 + '@angular/common': 17.3.4 + '@angular/core': 17.3.4 peerDependenciesMeta: '@angular/animations': optional: true dependencies: - '@angular/animations': 17.3.3(@angular/core@17.3.3) - '@angular/common': 17.3.3(@angular/core@17.3.3)(rxjs@7.8.1) - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/animations': 17.3.4(@angular/core@17.3.4) + '@angular/common': 17.3.4(@angular/core@17.3.4)(rxjs@7.8.1) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) tslib: 2.6.2 dev: true - /@angular/router@17.3.3(@angular/common@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3)(rxjs@7.8.1): - resolution: {integrity: sha512-kj42+TtwvET7MFqxB3pkKyob0VNmspASlv8Y29vSpzzaOHn8J1fDf6H+8opoIC+Gmvo5NqXUDwq7nxI5aQ0mUQ==} + /@angular/router@17.3.4(@angular/common@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4)(rxjs@7.8.1): + resolution: {integrity: sha512-B1zjUYyhN66dp47zdF96NRwo0dEdM5In4Ob8HN64PAbnaK3y1EPp31aN6EGernPvKum1ibgwSZw+Uwnbkuv7Ww==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.3.3 - '@angular/core': 17.3.3 - '@angular/platform-browser': 17.3.3 + '@angular/common': 17.3.4 + '@angular/core': 17.3.4 + '@angular/platform-browser': 17.3.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 17.3.3(@angular/core@17.3.3)(rxjs@7.8.1) - '@angular/core': 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) - '@angular/platform-browser': 17.3.3(@angular/animations@17.3.3)(@angular/common@17.3.3)(@angular/core@17.3.3) + '@angular/common': 17.3.4(@angular/core@17.3.4)(rxjs@7.8.1) + '@angular/core': 17.3.4(rxjs@7.8.1)(zone.js@0.14.4) + '@angular/platform-browser': 17.3.4(@angular/animations@17.3.4)(@angular/common@17.3.4)(@angular/core@17.3.4) rxjs: 7.8.1 tslib: 2.6.2 dev: true @@ -766,7 +766,7 @@ packages: dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 - '@babel/generator': 7.23.6 + '@babel/generator': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) '@babel/helpers': 7.24.4 @@ -3037,15 +3037,15 @@ packages: dev: true optional: true - /@ngtools/webpack@17.3.3(@angular/compiler-cli@17.3.3)(typescript@5.4.5)(webpack@5.90.3): - resolution: {integrity: sha512-053KMbg1Tb+Mmg4Htsv8yTpI7ABghguoxhwosQXKB0CjO6M0oexuvdaxbRDQ1vd5xYNOW9LcOfxOMPIwyU4BBA==} + /@ngtools/webpack@17.3.4(@angular/compiler-cli@17.3.4)(typescript@5.4.5)(webpack@5.90.3): + resolution: {integrity: sha512-3uNX4tRTKPm91mSQcnmQtqDMMKLGDevJERSPJU7hlOXZZ05QrT4et1mwvXNYYMpXqi2OkC7D4ryIS2YxAiItBA==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^17.0.0 typescript: '>=5.2 <5.5' webpack: ^5.54.0 dependencies: - '@angular/compiler-cli': 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5) + '@angular/compiler-cli': 17.3.4(@angular/compiler@17.3.4)(typescript@5.4.5) typescript: 5.4.5 webpack: 5.90.3(esbuild@0.20.1) dev: true @@ -3405,12 +3405,12 @@ packages: dev: true optional: true - /@schematics/angular@17.3.3: - resolution: {integrity: sha512-kNlyjIKTBhfi8Jab3MCkxNRbbpErbzdu0lZNSL8Nidmqs6Tk23Dc1bZe4t/gPNOCkCvQlwYa6X88SjC/ntyVng==} + /@schematics/angular@17.3.4: + resolution: {integrity: sha512-Rqhp5l76Ej6BOZCHPrvHlA2SBkjv1aHFWAfW9gREke826j46D+fuA0eDAdgeVTz0Fx9e7XM3LdtWsz7CBlV4Ug==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 17.3.3 - '@angular-devkit/schematics': 17.3.3 + '@angular-devkit/core': 17.3.4 + '@angular-devkit/schematics': 17.3.4 jsonc-parser: 3.2.1 transitivePeerDependencies: - chokidar @@ -3876,13 +3876,13 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.5): + /@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.7): resolution: {integrity: sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==} engines: {node: '>=14.6.0'} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - vite: 5.1.5(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) + vite: 5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) dev: true /@vitejs/plugin-vue@5.0.4(vite@5.2.8)(vue@3.4.21): @@ -9557,7 +9557,7 @@ packages: /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.24.0 + '@babel/runtime': 7.24.1 dev: true /regex-parser@2.3.0: @@ -10450,7 +10450,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.29.1 + terser: 5.30.3 webpack: 5.90.3(esbuild@0.20.1) dev: true @@ -10766,8 +10766,8 @@ packages: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: true - /undici@6.7.1: - resolution: {integrity: sha512-+Wtb9bAQw6HYWzCnxrPTMVEV3Q1QjYanI0E4q02ehReMuquQdLTEFEYbfs7hcImVYKcQkWSwT6buEmSVIiDDtQ==} + /undici@6.11.1: + resolution: {integrity: sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==} engines: {node: '>=18.0'} dev: true @@ -10924,8 +10924,8 @@ packages: - terser dev: true - /vite@5.1.5(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): - resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==} + /vite@5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): + resolution: {integrity: sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: