diff --git a/package-lock.json b/package-lock.json index 87d74a8..0d66bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "custom-electron-prompt": "^1.5.7", "electron": "^31.2.0", "semver": "^7.3.5", - "toasted-notifier": "^10.0.1", + "toasted-notifier": "^10.0.2", "uuid": "^8.3.2" }, "devDependencies": { @@ -3492,18 +3492,30 @@ "license": "MIT" }, "node_modules/toasted-notifier": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/toasted-notifier/-/toasted-notifier-10.0.1.tgz", - "integrity": "sha512-UhhVMmWsdcRAvj8+3jgDtmO8EfBeNwCTJI8GcqyJV5+cP+DxBrBwugl/U5/U7uaE2MXtLAZRU4rWlhnFXzBuVA==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/toasted-notifier/-/toasted-notifier-10.0.2.tgz", + "integrity": "sha512-FDHgcMFCWU16BzEgNpoIyYz9f86kB5facdnAL4BuBZ3NG95bvt/ldyYA9HanxvwJjHse4ehx4jLQiY4LUoKKew==", "dependencies": { "growly": "^1.3.0", "is-wsl": "^2.2.0", - "semver": "^7.3.5", + "semver": "^7.6.0", "shellwords": "^0.1.1", - "uuid": "^8.3.2", + "uuid": "^9.0.1", "which": "^2.0.2" } }, + "node_modules/toasted-notifier/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", diff --git a/package.json b/package.json index 5d630df..e74bae6 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "dependencies": { "custom-electron-prompt": "^1.5.7", "electron": "^31.2.0", - "toasted-notifier": "^10.0.1", + "toasted-notifier": "^10.0.2", "semver": "^7.3.5", "uuid": "^8.3.2" }