From 82ea8307e95ef1278b7b34f65350d50341bad946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:41:35 +0000 Subject: [PATCH] chore(deps): bump @angular/ssr from 18.2.6 to 18.2.21 Bumps [@angular/ssr](https://github.com/angular/angular-cli) from 18.2.6 to 18.2.21. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/18.2.6...18.2.21) --- updated-dependencies: - dependency-name: "@angular/ssr" dependency-version: 18.2.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80fffa58..10d155c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kitouch/source", - "version": "7.0.27-f4029a4a", + "version": "7.1.6-5a5cd46a", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kitouch/source", - "version": "7.0.27-f4029a4a", + "version": "7.1.6-5a5cd46a", "license": "MIT", "dependencies": { "@angular/animations": "18.2.6", @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "18.2.6", "@angular/platform-server": "18.2.6", "@angular/router": "18.2.6", - "@angular/ssr": "18.2.6", + "@angular/ssr": "18.2.21", "@aws-sdk/client-s3": "^3.627.0", "@aws-sdk/client-secrets-manager": "^3.796.0", "@ctrl/ngx-emoji-mart": "^9.2.0", @@ -2381,9 +2381,9 @@ } }, "node_modules/@angular/ssr": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-18.2.6.tgz", - "integrity": "sha512-xqRrWPXZmWeBh1Jx+7yCuBKjutyyGaq0epcDJOVyYH0h6a0+q5TcMhvhJVRE6BW6J+Bbvxr8+5y4Inr2EGDJsA==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-18.2.21.tgz", + "integrity": "sha512-0euH/xxVLv12xVPf1WkfVVmteFccsObjcomCQg/wwu6U4pp5BVqtXpLgA6kAyJByhwbjJWnJJwxovHcVMsRoig==", "license": "MIT", "dependencies": { "critters": "0.0.24", diff --git a/package.json b/package.json index 040fa137..d7d8f007 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@angular/platform-browser-dynamic": "18.2.6", "@angular/platform-server": "18.2.6", "@angular/router": "18.2.6", - "@angular/ssr": "18.2.6", + "@angular/ssr": "18.2.21", "@aws-sdk/client-s3": "^3.627.0", "@aws-sdk/client-secrets-manager": "^3.796.0", "@ctrl/ngx-emoji-mart": "^9.2.0",