From 9db8e5f3b5000472164eed1daf1734c4aee49b2b Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:25:28 -0500 Subject: [PATCH] Update simple-windows-notifications to 2.0.7 Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4001e1eee5..bead288199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@indutny/dicer": "0.3.2", "@indutny/mac-screen-share": "1.0.3", "@indutny/range-finder": "1.3.4", - "@indutny/simple-windows-notifications": "2.0.6", + "@indutny/simple-windows-notifications": "2.0.7", "@indutny/sneequals": "4.0.0", "@popperjs/core": "2.11.6", "@react-aria/utils": "3.16.0", @@ -4176,9 +4176,9 @@ } }, "node_modules/@indutny/simple-windows-notifications": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@indutny/simple-windows-notifications/-/simple-windows-notifications-2.0.6.tgz", - "integrity": "sha512-MLfKVZWWDf7qWTVOSgYt1OjKvg0L3FGylc+B4WULWRewY3DKhn203H++BvWeJTJ893BHV54QLIQni390LjpNPA==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@indutny/simple-windows-notifications/-/simple-windows-notifications-2.0.7.tgz", + "integrity": "sha512-RHh3/+JfAN/7U4xZj1vg4ZRMMjOZxFzt98SRA6o/bqVUl1Tlef6L4sqVKruCdKMZj6zSpLCFHWg6cQtLuJJEGg==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 43288346cc..acb5df21ad 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@indutny/dicer": "0.3.2", "@indutny/mac-screen-share": "1.0.3", "@indutny/range-finder": "1.3.4", - "@indutny/simple-windows-notifications": "2.0.6", + "@indutny/simple-windows-notifications": "2.0.7", "@indutny/sneequals": "4.0.0", "@popperjs/core": "2.11.6", "@react-aria/utils": "3.16.0",