diff --git a/web/package-lock.json b/web/package-lock.json index 4c12e32..e8515dc 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11,7 +11,6 @@ "@element-plus/icons-vue": "^2.1.0", "axios": "^1.6.2", "element-plus": "^2.4.2", - "fingerprintjs2": "^2.1.4", "lodash": "^4.17.21", "pinia": "^2.1.7", "prismjs": "^1.29.0", @@ -2181,12 +2180,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fingerprintjs2": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/fingerprintjs2/-/fingerprintjs2-2.1.4.tgz", - "integrity": "sha512-veP2yVsnYvjDVkzZMyIEwpqCAQfsBLH+U4PK5MlFAnLjZrttbdRqEArE1fPcnJFz5oS5CrdONbsV7J6FGpIJEQ==", - "deprecated": "Package has been renamed to @fingerprintjs/fingerprintjs. Install @fingerprintjs/fingerprintjs to get updates." - }, "node_modules/flat-cache": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", @@ -5256,11 +5249,6 @@ "path-exists": "^4.0.0" } }, - "fingerprintjs2": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/fingerprintjs2/-/fingerprintjs2-2.1.4.tgz", - "integrity": "sha512-veP2yVsnYvjDVkzZMyIEwpqCAQfsBLH+U4PK5MlFAnLjZrttbdRqEArE1fPcnJFz5oS5CrdONbsV7J6FGpIJEQ==" - }, "flat-cache": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", diff --git a/web/package.json b/web/package.json index 40a5d74..7657cb5 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,6 @@ "@element-plus/icons-vue": "^2.1.0", "axios": "^1.6.2", "element-plus": "^2.4.2", - "fingerprintjs2": "^2.1.4", "lodash": "^4.17.21", "pinia": "^2.1.7", "prismjs": "^1.29.0",