diff --git a/package-lock.json b/package-lock.json index 1b6b2f6..5408b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@headlessui/react": "^1.4.1", "@heroicons/react": "^1.0.2", "@popperjs/core": "^2.11.7", - "@videosdk.live/react-sdk": "^0.1.73", + "@videosdk.live/react-sdk": "^0.1.74", "@windmill/react-ui": "^0.6.0", "lottie-react": "^2.4.0", "react": "^18.2.0", @@ -25,7 +25,7 @@ "devDependencies": { "@tailwindcss/typography": "0.5.0-alpha.2", "autoprefixer": "^10.3.1", - "postcss": "^8.3.5", + "postcss": "^8.4.27", "tailwindcss": "^2.2.4" } }, @@ -4003,16 +4003,16 @@ } }, "node_modules/@videosdk.live/js-sdk": { - "version": "0.0.67", - "resolved": "https://registry.npmjs.org/@videosdk.live/js-sdk/-/js-sdk-0.0.67.tgz", - "integrity": "sha512-figRT72vgF9A+Q+CpTy8gkecKmHWamAuQkdCS+pBCsWV2yZbXM289iUGr/SP2YaTVQWMSHm76o8k9AC78nAilw==" + "version": "0.0.69", + "resolved": "https://registry.npmjs.org/@videosdk.live/js-sdk/-/js-sdk-0.0.69.tgz", + "integrity": "sha512-SMX7vq8oHnPxgEpZHkYh4ey9386L1/ujujMe16fQsrdl0ToJT65dOFQfB1lxQXTw8F50RJOAig03k6CMdzQz7w==" }, "node_modules/@videosdk.live/react-sdk": { - "version": "0.1.73", - "resolved": "https://registry.npmjs.org/@videosdk.live/react-sdk/-/react-sdk-0.1.73.tgz", - "integrity": "sha512-GWVj0vC9J3XffeJHZb2Kfkovv3fPT7zKrxd2J6o8UV1/Bc+371b09MTRDvp6eXfiJ3qSlZ04wCIj6yRmvlrVNw==", + "version": "0.1.75", + "resolved": "https://registry.npmjs.org/@videosdk.live/react-sdk/-/react-sdk-0.1.75.tgz", + "integrity": "sha512-LFp3V/iIJQ5SPe5cAPTyqc2nfnn7SopfWgvnQS129LUEzxjD8n/0R0IHww9X6SPXMvtjcx7XcdXpVsvYZ82okQ==", "dependencies": { - "@videosdk.live/js-sdk": "0.0.67", + "@videosdk.live/js-sdk": "0.0.69", "events": "^3.3.0" }, "peerDependencies": { @@ -12555,9 +12555,9 @@ } }, "node_modules/postcss": { - "version": "8.4.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", - "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", + "version": "8.4.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 49f0504..c375874 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@tailwindcss/typography": "0.5.0-alpha.2", "autoprefixer": "^10.3.1", - "postcss": "^8.3.5", + "postcss": "^8.4.27", "tailwindcss": "^2.2.4" }, "scripts": {