diff --git a/package-lock.json b/package-lock.json index 3c45299..2f621e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@prettier/plugin-xml": "^3.4.1", "bcryptjs": "^3.0.2", "crypto-js": "^4.2.0", - "electron-log": "^5.3.4", + "electron-log": "^5.4.2", "electron-updater": "^6.6.2", "eslint-plugin-react-refresh": "^0.4.20", "js-base64": "^3.7.7", @@ -4735,9 +4735,9 @@ } }, "node_modules/electron-log": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-5.3.4.tgz", - "integrity": "sha512-QLj0EbsA5R5Yy4vjGlLe7m8hPNZ/Enp7c7a2WH7RUPr0hIOp0vDaC+6bJM0th6+uZKiZGGH5a2aKzvYp3eYwDQ==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-5.4.2.tgz", + "integrity": "sha512-L55kJzbVVoBY6kyJ3A+cjPchL1aXLdV2/Q8SvIj4sE5VmOcwZa6KXaFICZE+Z+RMXhAIFta79kSaXBqn+0XXMA==", "license": "MIT", "engines": { "node": ">= 14" diff --git a/package.json b/package.json index e4ab89b..09f395e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@prettier/plugin-xml": "^3.4.1", "bcryptjs": "^3.0.2", "crypto-js": "^4.2.0", - "electron-log": "^5.3.4", + "electron-log": "^5.4.2", "electron-updater": "^6.6.2", "eslint-plugin-react-refresh": "^0.4.20", "js-base64": "^3.7.7",