diff --git a/package-lock.json b/package-lock.json index 7712a379..e441b1de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "macos-notification-state": "2.0.1", + "macos-notification-state": "2.0.2", "windows-focus-assist": "1.3.0" }, "devDependencies": { @@ -24234,9 +24234,9 @@ } }, "node_modules/macos-notification-state": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.1.tgz", - "integrity": "sha512-FBaaSdqws2R6RCqIq9CqG+QnZicJu00vayc88LM+iII4P72b1bXeGdZpxgXeIeKzwdlP0xHsq1PfOImJH3GOAg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.2.tgz", + "integrity": "sha512-rTKda+694hvxXm4s00I5LEwlQxGwwCZKaCXogxEXyGagmsP7mGfLiyoI6MX360GQ0V6lmHOCqivg4LLQPFYb6A==", "hasInstallScript": true, "dependencies": { "bindings": "^1.5.0" @@ -52732,9 +52732,9 @@ } }, "macos-notification-state": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.1.tgz", - "integrity": "sha512-FBaaSdqws2R6RCqIq9CqG+QnZicJu00vayc88LM+iII4P72b1bXeGdZpxgXeIeKzwdlP0xHsq1PfOImJH3GOAg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.2.tgz", + "integrity": "sha512-rTKda+694hvxXm4s00I5LEwlQxGwwCZKaCXogxEXyGagmsP7mGfLiyoI6MX360GQ0V6lmHOCqivg4LLQPFYb6A==", "requires": { "bindings": "^1.5.0" } diff --git a/package.json b/package.json index 54dc1f88..18c6aa64 100644 --- a/package.json +++ b/package.json @@ -226,7 +226,7 @@ "yargs": "17.4.0" }, "dependencies": { - "macos-notification-state": "2.0.1", + "macos-notification-state": "2.0.2", "windows-focus-assist": "1.3.0" }, "overrides": {