diff --git a/package-lock.json b/package-lock.json index 2d7211c..fc8fe27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@tsconfig/svelte": "^5.0.2", "@types/express": "^4.17.21", "@types/ini": "^1.3.32", - "@types/uniqid": "^5.3.1", + "@types/uniqid": "^5.3.4", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.9.0", "electron": "^27.0.4", @@ -1491,9 +1491,9 @@ } }, "node_modules/@types/uniqid": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@types/uniqid/-/uniqid-5.3.2.tgz", - "integrity": "sha512-/NYoaZpWsnAJDsGYeMNDeG3p3fuUb4AiC7MfKxi5VSu18tXd08w6Ch0fKW94T4FeLXXZwZPoFgHA1O0rDYKyMQ==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/@types/uniqid/-/uniqid-5.3.4.tgz", + "integrity": "sha512-AgC+o3/8/QEHuU3w5w2jZ8auQtjSJ/s8G8RfEk9CYLogK1RGXqxhHH0wOEAu8uHXjvj8oh/dRtfgok4IHKxh/Q==", "dev": true }, "node_modules/@types/verror": { diff --git a/package.json b/package.json index fe4a9a6..8454d2f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@tsconfig/svelte": "^5.0.2", "@types/express": "^4.17.21", "@types/ini": "^1.3.32", - "@types/uniqid": "^5.3.1", + "@types/uniqid": "^5.3.4", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.9.0", "electron": "^27.0.4",