update UUID module for security

This commit is contained in:
zefie
2026-04-23 16:36:51 -04:00
parent 86be3fd847
commit 448e3afd51
2 changed files with 15 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "zefie_wtvp_minisrv",
"version": "0.9.70",
"version": "0.9.71",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zefie_wtvp_minisrv",
"version": "0.9.70",
"version": "0.9.71",
"license": "GPL3",
"dependencies": {
"@serialport/parser-readline": "^13.0.0",
@@ -33,7 +33,7 @@
"sharp": "^0.34.3",
"starttls": "^1.0.1",
"strftime": "^0.10.2",
"uuid": "^8.3.2"
"uuid": "^14.0.0"
},
"devDependencies": {
"eslint": "^8.57.0"
@@ -970,9 +970,9 @@
}
},
"node_modules/ajv": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3649,12 +3649,16 @@
}
},
"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": "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/vary": {

View File

@@ -53,7 +53,7 @@
"sharp": "^0.34.3",
"starttls": "^1.0.1",
"strftime": "^0.10.2",
"uuid": "^8.3.2"
"uuid": "^14.0.0"
},
"devDependencies": {
"eslint": "^8.57.0"