From 5afa658d7435747ec1412d8fae68592a37f71035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 06:57:38 +0000 Subject: [PATCH] build(deps): bump @reduxjs/toolkit in /atciss-frontend Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- atciss-frontend/package-lock.json | 8 ++++---- atciss-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/atciss-frontend/package-lock.json b/atciss-frontend/package-lock.json index bfd1aa83..482ae953 100644 --- a/atciss-frontend/package-lock.json +++ b/atciss-frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@emotion/react": "^11.13.5", - "@reduxjs/toolkit": "^2.5.1", + "@reduxjs/toolkit": "^2.6.0", "async-mutex": "^0.5.0", "leaflet": "^1.9.4", "luxon": "^3.5.0", @@ -1665,9 +1665,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.1.tgz", - "integrity": "sha512-UHhy3p0oUpdhnSxyDjaRDYaw8Xra75UiLbCiRozVPHjfDwNYkh0TsVm/1OmTW8Md+iDAJmYPWUKMvsMc2GtpNg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.6.0.tgz", + "integrity": "sha512-mWJCYpewLRyTuuzRSEC/IwIBBkYg2dKtQas8mty5MaV2iXzcmicS3gW554FDeOvLnY3x13NIk8MB1e8wHO7rqQ==", "license": "MIT", "dependencies": { "immer": "^10.0.3", diff --git a/atciss-frontend/package.json b/atciss-frontend/package.json index 19f2092a..54edeb6c 100644 --- a/atciss-frontend/package.json +++ b/atciss-frontend/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@emotion/react": "^11.13.5", - "@reduxjs/toolkit": "^2.5.1", + "@reduxjs/toolkit": "^2.6.0", "async-mutex": "^0.5.0", "leaflet": "^1.9.4", "luxon": "^3.5.0",