From 437ddc04e63462211900dcf26596f760951b2d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 01:25:44 +0000 Subject: [PATCH] Bump hono Bumps the npm_and_yarn group with 1 update in the /frontend/APIAlumno directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.11.8 to 4.12.0 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.8...v4.12.0) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- frontend/APIAlumno/package-lock.json | 14 +++++++------- frontend/APIAlumno/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/APIAlumno/package-lock.json b/frontend/APIAlumno/package-lock.json index 644c68c..cbbdd6d 100644 --- a/frontend/APIAlumno/package-lock.json +++ b/frontend/APIAlumno/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^18.2.0", "@angular/common": "^21.0.1", - "@angular/compiler": "^21.1.3", + "@angular/compiler": "^21.1.4", "@angular/core": "^21.1.0", "@angular/forms": "^21.0.1", "@angular/platform-browser": "^21.0.1", @@ -1511,9 +1511,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.3.tgz", - "integrity": "sha512-gDNLh7MEf7Qf88ktZzS4LJQXCA5U8aQTfK9ak+0mi2ruZ0x4XSjQCro4H6OPKrrbq94+6GcnlSX5+oVIajEY3w==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.4.tgz", + "integrity": "sha512-H0qtASeqOTaS44ioF4DYE/yNqwzUmEJpMYrcNEUFEwA20/DkLzyoaEx4y1CjIxtXxuhtge95PNymDBOLWSjIdg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -9443,9 +9443,9 @@ } }, "node_modules/hono": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.8.tgz", - "integrity": "sha512-eVkB/CYCCei7K2WElZW9yYQFWssG0DhaDhVvr7wy5jJ22K+ck8fWW0EsLpB0sITUTvPnc97+rrbQqIr5iqiy9Q==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.0.tgz", + "integrity": "sha512-NekXntS5M94pUfiVZ8oXXK/kkri+5WpX2/Ik+LVsl+uvw+soj4roXIsPqO+XsWrAw20mOzaXOZf3Q7PfB9A/IA==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/APIAlumno/package.json b/frontend/APIAlumno/package.json index 47a02fc..d3d7b71 100644 --- a/frontend/APIAlumno/package.json +++ b/frontend/APIAlumno/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^18.2.0", "@angular/common": "^21.0.1", - "@angular/compiler": "^21.1.3", + "@angular/compiler": "^21.1.4", "@angular/core": "^21.1.0", "@angular/forms": "^21.0.1", "@angular/platform-browser": "^21.0.1",