From 0934a478447eeb889df16e53c5bb03f1944ee46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:32:54 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [axios](https://github.com/axios/axios), [nanoid](https://github.com/ai/nanoid), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [systeminformation](https://github.com/sebhildebrandt/systeminformation). Updates `axios` from 1.18.0 to 1.18.1 - [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/v1.18.0...v1.18.1) Updates `nanoid` from 5.1.11 to 5.1.15 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.1.11...5.1.15) Updates `react-hook-form` from 7.79.0 to 7.80.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.79.0...v7.80.0) Updates `systeminformation` from 5.31.7 to 5.31.9 - [Release notes](https://github.com/sebhildebrandt/systeminformation/releases) - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.31.7...v5.31.9) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: nanoid dependency-version: 5.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react-hook-form dependency-version: 7.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: systeminformation dependency-version: 5.31.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2728050d5..d2fe257ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@reduxjs/toolkit": "^2.12.0", "@testing-library/jest-dom": "^5.11.4", "ansi-to-html": "^0.7.2", - "axios": "^1.18.0", + "axios": "^1.18.1", "bcryptjs": "^3.0.3", "change-case": "^5.4.4", "cidr-regex": "^3.1.1", @@ -63,7 +63,7 @@ "module-alias": "^2.2.2", "mongodb": "^4.6.0", "morgan": "^1.11.0", - "nanoid": "^5.1.11", + "nanoid": "^5.1.15", "node-cache": "^5.1.2", "node-schedule": "^2.1.1", "notistack": "^3.0.2", @@ -82,7 +82,7 @@ "react-custom-scrollbars-2": "^4.5.0", "react-dom": "^18.3.1", "react-flow-renderer": "^10.3.5", - "react-hook-form": "^7.79.0", + "react-hook-form": "^7.80.0", "react-hotkeys-hook": "^3.3.1", "react-iframe": "^1.8.0", "react-leaflet": "^4.2.1", @@ -103,7 +103,7 @@ "socket.io-client": "^4.0.1", "swagger-jsdoc": "^6.2.1", "swagger-ui-express": "^5.0.1", - "systeminformation": "^5.31.7", + "systeminformation": "^5.31.9", "tar": "^7.5.16", "text-hex": "^1.0.0", "timezones.json": "^1.6.1", @@ -8342,9 +8342,9 @@ } }, "node_modules/axios": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", - "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", @@ -15773,9 +15773,9 @@ "optional": true }, "node_modules/nanoid": { - "version": "5.1.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.11.tgz", - "integrity": "sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==", + "version": "5.1.15", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.15.tgz", + "integrity": "sha512-kBg3RpGtIe+RpTbyXwoI6pk5yD7KUiI3sygUqgeBMRst42KmhB4RZC7eiO9Wa1HIpaCCtpE2DJ6OI4Wi5ebwFw==", "funding": [ { "type": "github", @@ -17119,9 +17119,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.79.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.79.0.tgz", - "integrity": "sha512-mhYp/MTmXvzYX6AJcJVko0rktoIhhmRnEouObj4wF5i/tCttgJvnp1+9wRkpITZjDTqpo4IOSJqu0dBlPlV/Lw==", + "version": "7.80.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.80.0.tgz", + "integrity": "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg==", "license": "MIT", "engines": { "node": ">=18.0.0" @@ -19111,9 +19111,9 @@ } }, "node_modules/systeminformation": { - "version": "5.31.7", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.31.7.tgz", - "integrity": "sha512-/8NC53e5nP9nmhn42/ncdOkyJnOoue/Vy+tJOyUGd1Yv66G069wK4rrziwhrqDETgk78CudTQupw5z19S5uoZw==", + "version": "5.31.9", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.31.9.tgz", + "integrity": "sha512-aqepyutSy94zJB552q3LGV2nPfUGZV7LoGhUUjLjs36aLzW3ghpKI7BEpEoQ/OOM+0On4RsyVp1+v6dfYQbqdw==", "license": "MIT", "os": [ "darwin", diff --git a/package.json b/package.json index 176876d94..633a983dd 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@reduxjs/toolkit": "^2.12.0", "@testing-library/jest-dom": "^5.11.4", "ansi-to-html": "^0.7.2", - "axios": "^1.18.0", + "axios": "^1.18.1", "bcryptjs": "^3.0.3", "change-case": "^5.4.4", "cidr-regex": "^3.1.1", @@ -97,7 +97,7 @@ "module-alias": "^2.2.2", "mongodb": "^4.6.0", "morgan": "^1.11.0", - "nanoid": "^5.1.11", + "nanoid": "^5.1.15", "node-cache": "^5.1.2", "node-schedule": "^2.1.1", "notistack": "^3.0.2", @@ -116,7 +116,7 @@ "react-custom-scrollbars-2": "^4.5.0", "react-dom": "^18.3.1", "react-flow-renderer": "^10.3.5", - "react-hook-form": "^7.79.0", + "react-hook-form": "^7.80.0", "react-hotkeys-hook": "^3.3.1", "react-iframe": "^1.8.0", "react-leaflet": "^4.2.1", @@ -137,7 +137,7 @@ "socket.io-client": "^4.0.1", "swagger-jsdoc": "^6.2.1", "swagger-ui-express": "^5.0.1", - "systeminformation": "^5.31.7", + "systeminformation": "^5.31.9", "tar": "^7.5.16", "text-hex": "^1.0.0", "timezones.json": "^1.6.1",