From 4ede89e17ed272581773a07435c7e9cbfd92ca15 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:57:55 -0700 Subject: [PATCH] Update mac-screen-share to 1.0.11 --- 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 0ca9d53a4510..d976c03ddb6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@formatjs/icu-messageformat-parser": "2.3.0", "@formatjs/intl-localematcher": "0.2.32", "@indutny/dicer": "0.3.2", - "@indutny/mac-screen-share": "1.0.8", + "@indutny/mac-screen-share": "1.0.11", "@indutny/range-finder": "1.3.4", "@indutny/simple-windows-notifications": "2.0.7", "@indutny/sneequals": "4.0.0", @@ -4064,9 +4064,9 @@ } }, "node_modules/@indutny/mac-screen-share": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@indutny/mac-screen-share/-/mac-screen-share-1.0.8.tgz", - "integrity": "sha512-tBGJsFA0WNGkqp0MVi+Sc+IykIuJuO3GO62q7Afx7hg/bzdTIZ5lbu8NWemDuyneTQYjFa+6YosgawjxtGSe9A==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@indutny/mac-screen-share/-/mac-screen-share-1.0.11.tgz", + "integrity": "sha512-0UHiWyUBYn3VjjwpaS0nD6bppunyaTdFGXU84uGmzlV1R9RYcXQOF4EDCWQLpMlw4TieLOBvsh10gLEP116MPw==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0b7fd41fbe50..d030d9dcfbbd 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@formatjs/icu-messageformat-parser": "2.3.0", "@formatjs/intl-localematcher": "0.2.32", "@indutny/dicer": "0.3.2", - "@indutny/mac-screen-share": "1.0.8", + "@indutny/mac-screen-share": "1.0.11", "@indutny/range-finder": "1.3.4", "@indutny/simple-windows-notifications": "2.0.7", "@indutny/sneequals": "4.0.0",