diff --git a/package-lock.json b/package-lock.json index 832b10d..77c3c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "highlight.js": "^11.11.1", "json-with-bigint": "^3.4.4", "json5": "^2.2.3", @@ -4421,9 +4421,9 @@ "dev": true }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/package.json b/package.json index 627d20a..ee424a0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "highlight.js": "^11.11.1", "json-with-bigint": "^3.4.4", "json5": "^2.2.3",