From 5cf560289841c7e46eea3536878c920fc01c9798 Mon Sep 17 00:00:00 2001 From: g1rly-c0d3r Date: Mon, 14 Sep 2026 11:13:27 -0500 Subject: [PATCH 1/2] chore: bump `uuid` version --- specifyweb/frontend/js_src/package-lock.json | 12 ++++++++---- specifyweb/frontend/js_src/package.json | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/specifyweb/frontend/js_src/package-lock.json b/specifyweb/frontend/js_src/package-lock.json index 83c248de78c..4ae6d43162a 100644 --- a/specifyweb/frontend/js_src/package-lock.json +++ b/specifyweb/frontend/js_src/package-lock.json @@ -19302,13 +19302,17 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/specifyweb/frontend/js_src/package.json b/specifyweb/frontend/js_src/package.json index 41585275d77..85cc79f90fb 100644 --- a/specifyweb/frontend/js_src/package.json +++ b/specifyweb/frontend/js_src/package.json @@ -131,6 +131,7 @@ "worker-loader": "^3.0.8" }, "overrides": { + "uuid": "^11.1.1", "brace-expansion": "^5.0.7", "terser-webpack-plugin": "^5.4.0", "js-yaml@^3.13.1": "3.15.2", From 04fb8934032b5d9cfebfe5caea4ab0a71009ea1f Mon Sep 17 00:00:00 2001 From: g1rly-c0d3r Date: Mon, 14 Sep 2026 16:25:23 +0000 Subject: [PATCH 2/2] Lint code with ESLint and Prettier Triggered by 5cf560289841c7e46eea3536878c920fc01c9798 on branch refs/heads/issue-8526 --- specifyweb/frontend/js_src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifyweb/frontend/js_src/package.json b/specifyweb/frontend/js_src/package.json index 85cc79f90fb..223d0c60cf7 100644 --- a/specifyweb/frontend/js_src/package.json +++ b/specifyweb/frontend/js_src/package.json @@ -131,7 +131,7 @@ "worker-loader": "^3.0.8" }, "overrides": { - "uuid": "^11.1.1", + "uuid": "^11.1.1", "brace-expansion": "^5.0.7", "terser-webpack-plugin": "^5.4.0", "js-yaml@^3.13.1": "3.15.2",