diff --git a/apps/extension/package-lock.json b/apps/extension/package-lock.json index 01ee888..56f150a 100644 --- a/apps/extension/package-lock.json +++ b/apps/extension/package-lock.json @@ -16,7 +16,7 @@ "@vue/tsconfig": "^0.5.1", "typescript": "^5.4.3", "vue-tsc": "^2.0.11", - "wxt": "^0.17.11" + "wxt": "^0.17.12" } }, "node_modules/@aklinker1/rollup-plugin-visualizer": { @@ -6387,9 +6387,9 @@ } }, "node_modules/wxt": { - "version": "0.17.11", - "resolved": "https://registry.npmjs.org/wxt/-/wxt-0.17.11.tgz", - "integrity": "sha512-WCOK4bf6KpZXpgyQhRc+j4/IoRCs97SAq4kTo3PP7fSegxyoIDkJTyz/k0sGOhcFf5BHRT0PSXBV+ml86t25xQ==", + "version": "0.17.12", + "resolved": "https://registry.npmjs.org/wxt/-/wxt-0.17.12.tgz", + "integrity": "sha512-VedEvueLVP8Pi9DH0ikSqhQyGJ6uRWVycSicdLNxeGUmPTbExj7hhH5ZZM+SIgsIh9yQgVm7MPnVnobzmeJHJw==", "dev": true, "dependencies": { "@aklinker1/rollup-plugin-visualizer": "5.12.0", diff --git a/apps/extension/package.json b/apps/extension/package.json index 2549fd2..d15a4e0 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -22,6 +22,6 @@ "@vue/tsconfig": "^0.5.1", "typescript": "^5.4.3", "vue-tsc": "^2.0.11", - "wxt": "^0.17.11" + "wxt": "^0.17.12" } }