diff --git a/Makefile b/Makefile index 15ebc86..2a10112 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: CGO_ENABLED=1 go build -mod=vendor -tags=embed -ldflags "-s -w" -trimpath -o service main.go build-static: - npm --prefix static ci && npm --prefix static audit fix && npm --prefix static run build + npm --prefix static ci && npm --prefix static run build cp -r audio static/dist/browser/audio build-armhf: diff --git a/static/package-lock.json b/static/package-lock.json index e2aa8cf..cc9fd81 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -19,7 +19,7 @@ "@angular/service-worker": "^21.2.17", "rxjs": "~7.5.0", "tslib": "^2.3.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "zone.js": "~0.15.1" }, "devDependencies": { @@ -8114,7 +8114,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "2.3.1", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "dev": true, "license": "MIT", "engines": { @@ -9373,17 +9375,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/validate-npm-package-name": { @@ -14533,7 +14534,9 @@ "dev": true }, "picomatch": { - "version": "2.3.1", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "dev": true }, "piscina": { @@ -15310,9 +15313,9 @@ "dev": true }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" }, "validate-npm-package-name": { "version": "7.0.2", diff --git a/static/package.json b/static/package.json index 0b45b03..f8fd032 100644 --- a/static/package.json +++ b/static/package.json @@ -21,7 +21,7 @@ "@angular/service-worker": "^21.2.17", "rxjs": "~7.5.0", "tslib": "^2.3.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "zone.js": "~0.15.1" }, "devDependencies": { @@ -38,4 +38,4 @@ "karma-jasmine-html-reporter": "~2.0.0", "typescript": "~5.9.3" } -} \ No newline at end of file +}