From 2ab365faa2776a495a5221b0191ca384add40c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:34:36 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 5 updates Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lodash](https://github.com/lodash/lodash) | `4.17.15` | `4.17.21` | | [axios](https://github.com/axios/axios) | `0.21.1` | `0.30.2` | | [express](https://github.com/expressjs/express) | `4.17.1` | `4.20.0` | | [moment](https://github.com/moment/moment) | `2.29.1` | `2.29.4` | | [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` | Updates `lodash` from 4.17.15 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Updates `axios` from 0.21.1 to 0.30.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.30.2) Updates `express` from 4.17.1 to 4.20.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.20.0) Updates `moment` from 2.29.1 to 2.29.4 - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.4) Updates `qs` from 6.5.2 to 6.5.3 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.21 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 0.30.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.20.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: moment dependency-version: 2.29.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.5.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c430a52..eaacb2b 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "version": "1.0.0", "dependencies": { "eslint": "8.57.0", - "lodash": "4.17.15", - "axios": "0.21.1", - "express": "4.17.1", - "moment": "2.29.1", - "qs": "6.5.2" + "lodash": "4.17.21", + "axios": "0.30.2", + "express": "4.20.0", + "moment": "2.29.4", + "qs": "6.5.3" }, "devDependencies": { "eslint": "8.57.0"