diff --git a/package-lock.json b/package-lock.json index a050d3a..b1e6f05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/node": "8.3.4", "@astrojs/solid-js": "4.4.4", "@astrojs/tailwind": "5.1.2", - "@kixelated/moq": "^0.4.2", + "@kixelated/moq": "^0.4.3", "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", "astro": "^4.16.18", @@ -1457,9 +1457,9 @@ } }, "node_modules/@kixelated/moq": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@kixelated/moq/-/moq-0.4.2.tgz", - "integrity": "sha512-XYpJf/h9y84HaIJZE1Dt+UE4jYjfngpl1B9heQzGZYBsNn8j0ftIAlU3Kah+eCd5pkEFJvcGLkukWTCaVJtdaQ==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@kixelated/moq/-/moq-0.4.3.tgz", + "integrity": "sha512-85Vy7fr2NjlVEmIBtHehavimqsWSNUBNGUFBKmpq2IRVHYjVGcB8nwkL765qcz0kRkpXqRU5x5aPzobLWuat1g==", "dependencies": { "@shoelace-style/shoelace": "^2.19.1", "comlink": "^4.4.2" diff --git a/package.json b/package.json index 16bb6bb..dd79bfe 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/node": "8.3.4", "@astrojs/solid-js": "4.4.4", "@astrojs/tailwind": "5.1.2", - "@kixelated/moq": "^0.4.2", + "@kixelated/moq": "^0.4.3", "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", "astro": "^4.16.18",