From 92080f81c383d1d2705b61f0afd3d40e3151e3fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:07:37 +0000 Subject: [PATCH] fix(deps): bump the frontend-prod-dependencies group Bumps the frontend-prod-dependencies group in /frontend with 2 updates: [natural-compare-lite](https://github.com/litejs/natural-compare-lite) and [slickgrid](https://github.com/6pac/SlickGrid). Updates `natural-compare-lite` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/litejs/natural-compare-lite/releases) - [Commits](https://github.com/litejs/natural-compare-lite/compare/v1.4.0...v1.4.1) Updates `slickgrid` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/6pac/SlickGrid/releases) - [Changelog](https://github.com/6pac/SlickGrid/blob/master/CHANGELOG.md) - [Commits](https://github.com/6pac/SlickGrid/compare/5.19.0...5.20.0) --- updated-dependencies: - dependency-name: natural-compare-lite dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-prod-dependencies - dependency-name: slickgrid dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-prod-dependencies ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 17 +++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 47cd717..855a0d0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,10 +8,10 @@ "name": "beatstream", "version": "0.0.0", "dependencies": { - "natural-compare-lite": "1.4.0", + "natural-compare-lite": "1.4.1", "react": "19.2.8", "react-dom": "19.2.8", - "slickgrid": "5.19.0", + "slickgrid": "5.20.0", "swr": "2.5.1", "zustand": "5.0.15" }, @@ -1570,9 +1570,10 @@ } }, "node_modules/natural-compare-lite": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.1.tgz", + "integrity": "sha512-8Mz06azhPqiDlxhUaUTjBhNAbib/1MoPr89kgmuV6Ir8ICT2/Q/XSYg6VfL3fq2x8MpSQX8sqyI/NeZ5GsGyXA==", + "license": "MIT" }, "node_modules/picocolors": { "version": "1.1.1", @@ -1774,9 +1775,9 @@ "license": "MIT" }, "node_modules/slickgrid": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/slickgrid/-/slickgrid-5.19.0.tgz", - "integrity": "sha512-PiV79e3eKZHthdvWhf7+XVii+4wy0ePSC8/FK3/z5zIKxIpo/zjT3RMBTLgzzEkHFKGw9M7URk4GmKz52CzMFQ==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/slickgrid/-/slickgrid-5.20.0.tgz", + "integrity": "sha512-exoa+3NqDyIvSjHEd142/LQV9psmGJxGOBM2iPaZbvKU4gjxtLVIdnNgXdrHLRMTAPgGakuwy940Y8ecdVcl8w==", "license": "MIT", "dependencies": { "sortablejs": "^1.15.7" diff --git a/frontend/package.json b/frontend/package.json index 119124f..6999953 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,10 +15,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "natural-compare-lite": "1.4.0", + "natural-compare-lite": "1.4.1", "react": "19.2.8", "react-dom": "19.2.8", - "slickgrid": "5.19.0", + "slickgrid": "5.20.0", "swr": "2.5.1", "zustand": "5.0.15" },