From 9dacd0c875f3f95da6c2c843238cf5aeb639421f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:44:39 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 7 updates Bumps the npm_and_yarn group with 1 update in the /backend directory: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core). Bumps the npm_and_yarn group with 6 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.11` | `1.16.0` | | [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` | | [@hono/node-server](https://github.com/honojs/node-server) | `1.19.9` | `1.19.14` | | [basic-ftp](https://github.com/patrickjuchli/basic-ftp) | `5.1.0` | `5.3.0` | | [immutable](https://github.com/immutable-js/immutable-js) | `5.1.4` | `5.1.5` | | [protobufjs](https://github.com/protobufjs/protobuf.js) | `7.5.4` | `7.5.5` | Updates `@nestjs/core` from 11.1.17 to 11.1.18 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/core) Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) Updates `@hono/node-server` from 1.19.9 to 1.19.14 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.9...v1.19.14) Updates `basic-ftp` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](https://github.com/patrickjuchli/basic-ftp/compare/v5.1.0...v5.3.0) Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) Updates `immutable` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.4...v5.1.5) Updates `protobufjs` from 7.5.4 to 7.5.5 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.4...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.14 dependency-type: indirect - dependency-name: "@nestjs/core" dependency-version: 11.1.18 dependency-type: direct:production - dependency-name: "@nestjs/core" dependency-version: 11.1.18 dependency-type: direct:production - dependency-name: basic-ftp dependency-version: 5.3.0 dependency-type: indirect - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect - dependency-name: immutable dependency-version: 5.1.5 dependency-type: indirect - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- frontend/package.json | 2 +- frontend/yarn.lock | 39 +++++++++++++++++++++++---------------- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/backend/package.json b/backend/package.json index a23a7fb35..ccf01cd2f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -37,7 +37,7 @@ "@langchain/openai": "^1.3.0", "@nestjs/common": "11.1.17", "@nestjs/config": "4.0.3", - "@nestjs/core": "11.1.17", + "@nestjs/core": "11.1.18", "@nestjs/platform-express": "11.1.17", "@nestjs/schedule": "^6.1.1", "@nestjs/swagger": "^11.2.6", diff --git a/frontend/package.json b/frontend/package.json index 4e471624b..24e099947 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ "ipaddr.js": "^2.2.0", "json5": "^2.2.3", "libphonenumber-js": "^1.12.9", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lodash-es": "^4.17.23", "mermaid": "^11.12.1", "monaco-editor": "0.55.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index dde84d26b..24b46c4cf 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2954,11 +2954,11 @@ __metadata: linkType: hard "@hono/node-server@npm:^1.19.7": - version: 1.19.9 - resolution: "@hono/node-server@npm:1.19.9" + version: 1.19.14 + resolution: "@hono/node-server@npm:1.19.14" peerDependencies: hono: ^4 - checksum: 8ec9095c8b2679b2e958836806c659de45b0e74a0031dea93413d51a5eb89a79219bc9d55efc4f5fb2506ab83e15856bb009fb77b76c6689189b26d5eada25a4 + checksum: c2343ee3d46352f492ee475e12b3c6adfeb3cb4514d7eb06511c38987ec2e6578e26f8ee8d5aa9843c1d34959a76d09cb02f9dd28015f3d172dd9495d66fa527 languageName: node linkType: hard @@ -6661,9 +6661,9 @@ __metadata: linkType: hard "basic-ftp@npm:^5.0.2": - version: 5.1.0 - resolution: "basic-ftp@npm:5.1.0" - checksum: 883670e2bb7bc89e542f2f4aa649dab142b4ac852195dea3e08f892e4ac2d0772bde1f689fd8cf6e7113535bb0b61d9ed6351334f5e5b56a17cac64a9b58d351 + version: 5.3.0 + resolution: "basic-ftp@npm:5.3.0" + checksum: b2c93d98541c805171813bddd7e6349b7fc304ba8896acf60b0b4393253204cff88aa2a31adbaec2f1a58f78e90005672c30796042a2c717a69ccae10160d72d languageName: node linkType: hard @@ -9280,12 +9280,12 @@ __metadata: linkType: hard "follow-redirects@npm:^1.0.0": - version: 1.15.11 - resolution: "follow-redirects@npm:1.15.11" + version: 1.16.0 + resolution: "follow-redirects@npm:1.16.0" peerDependenciesMeta: debug: optional: true - checksum: 20bf55e9504f59e6cc3743ba27edb2ebf41edea1baab34799408f2c050f73f0c612728db21c691276296d2795ea8a812dc532a98e8793619fcab91abe06d017f + checksum: e90dce4607b1f6b8b9883287f912585573c19088209ad82341d550a795b4ba514522b73b1b340cf618279df27975cd46504d09149be60291ba6767384c1fd8f8 languageName: node linkType: hard @@ -9887,9 +9887,9 @@ __metadata: linkType: hard "immutable@npm:^5.0.2": - version: 5.1.4 - resolution: "immutable@npm:5.1.4" - checksum: 2bddb02594b27e2f37d35c32acf409b77a815e19e2ae7bbffae4b05535965ed3aaf8808255106cb229b7cf0791001bd88efde9cc38e5b32f935992e9b631adf3 + version: 5.1.5 + resolution: "immutable@npm:5.1.5" + checksum: 6aa0ed4ba7eac225982fea7adbee16e939744e9d20bf15e0f5d4561d7fa2fe69aee6e63ccdb0dffa22e012f6a690ee5359783471ecd0782de6125f2214de3dd8 languageName: node linkType: hard @@ -10650,6 +10650,13 @@ __metadata: languageName: node linkType: hard +"lodash@npm:^4.18.1": + version: 4.18.1 + resolution: "lodash@npm:4.18.1" + checksum: bb5f5b49aad29614e709af02b64c56b0f8b78c6a81434a3c1ae527d2f0f78ca08f9d9fb22aa825a053876c9d2166e9c01f31c356014b5e2bdc0556c057433102 + languageName: node + linkType: hard + "log-symbols@npm:^6.0.0": version: 6.0.0 resolution: "log-symbols@npm:6.0.0" @@ -12280,8 +12287,8 @@ __metadata: linkType: hard "protobufjs@npm:^7.3.0": - version: 7.5.4 - resolution: "protobufjs@npm:7.5.4" + version: 7.5.5 + resolution: "protobufjs@npm:7.5.5" dependencies: "@protobufjs/aspromise": ^1.1.2 "@protobufjs/base64": ^1.1.2 @@ -12295,7 +12302,7 @@ __metadata: "@protobufjs/utf8": ^1.1.0 "@types/node": ">=13.7.0" long: ^5.0.0 - checksum: 53bf83b9a726b05d43da35bb990dba7536759787dccea9a67b8f31be9df470ba17f1f1b982ca19956cfc7726f3ec7e0e883ca4ad93b5ec753cc025a637fc704f + checksum: e316eb0df33a64398ce32056de37435d8ea7ef3e06dff32cda2a7156431c029fe2c120e390b7ff066de7632e996d6d5d0540fb606fef223a8480dff25bee6123 languageName: node linkType: hard @@ -12795,7 +12802,7 @@ __metadata: json5: ^2.2.3 knip: ^5.79.0 libphonenumber-js: ^1.12.9 - lodash: ^4.17.21 + lodash: ^4.18.1 lodash-es: ^4.17.23 mermaid: ^11.12.1 monaco-editor: 0.55.1