diff --git a/package-lock.json b/package-lock.json index 5e51fb5610..40ec7093d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@formatjs/intl-localematcher": "0.2.32", "@indutny/dicer": "0.3.2", "@indutny/range-finder": "1.3.4", - "@indutny/simple-windows-notifications": "2.0.1", + "@indutny/simple-windows-notifications": "2.0.2", "@indutny/sneequals": "4.0.0", "@popperjs/core": "2.11.6", "@react-aria/utils": "3.16.0", @@ -4164,10 +4164,11 @@ } }, "node_modules/@indutny/simple-windows-notifications": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@indutny/simple-windows-notifications/-/simple-windows-notifications-2.0.1.tgz", - "integrity": "sha512-gV9+AgW4ERzzahqzSrDiZvyTIkmZFKrhv2V82gB8mRMSwNJElwN4eEchVjnO6ocqBQtXdBT0icunWphXnHWsjA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@indutny/simple-windows-notifications/-/simple-windows-notifications-2.0.2.tgz", + "integrity": "sha512-CdWQbJ4xj0AIMxCS2EkMN1o5nf2u8U5XZRi9wkf40ai07AnV9TWnv1LmLJPSCVQUth7NLkApPu8yP8ZSQtvt7A==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "bindings": "^1.5.0", "node-addon-api": "*" diff --git a/package.json b/package.json index e5c075cc40..f48f32e980 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@formatjs/intl-localematcher": "0.2.32", "@indutny/dicer": "0.3.2", "@indutny/range-finder": "1.3.4", - "@indutny/simple-windows-notifications": "2.0.1", + "@indutny/simple-windows-notifications": "2.0.2", "@indutny/sneequals": "4.0.0", "@popperjs/core": "2.11.6", "@react-aria/utils": "3.16.0",