diff --git a/package-lock.json b/package-lock.json index eb5fb50d..c44ff785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,9 +34,9 @@ "@types/luxon": "3.3.3", "@types/node": "18.18.6", "@types/react": "18.2.29", - "@types/react-dom": "18.2.13", - "@types/uuid": "9.0.5", - "@types/webextension-polyfill": "0.10.4", + "@types/react-dom": "18.2.14", + "@types/uuid": "9.0.6", + "@types/webextension-polyfill": "0.10.5", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@vitejs/plugin-react": "4.1.0", @@ -1398,9 +1398,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz", - "integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dependencies": { "@types/react": "*" } @@ -1429,9 +1429,9 @@ "devOptional": true }, "node_modules/@types/uuid": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz", - "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", + "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", "dev": true }, "node_modules/@types/warning": { @@ -1439,9 +1439,9 @@ "license": "MIT" }, "node_modules/@types/webextension-polyfill": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.10.4.tgz", - "integrity": "sha512-pvEIqAZEbJRzaqTaWq3xlUoMWa3+euZHHz+VZHCzHWW+jOf8qLOq9wXy38U+WiPG3108SJC/wNc1X6vPC5TcjQ==", + "version": "0.10.5", + "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.10.5.tgz", + "integrity": "sha512-LlmbFLUB7+BDrb9nMuM0wlqtx9LZbBV2x3W98o02cD7Y8i10+sBenTlhG56vr47dzC7WIVXbURii+5jMJsyjLw==", "dev": true }, "node_modules/@types/yargs": { diff --git a/package.json b/package.json index 3e733de1..31dff6d8 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "@types/luxon": "3.3.3", "@types/node": "18.18.6", "@types/react": "18.2.29", - "@types/react-dom": "18.2.13", - "@types/uuid": "9.0.5", - "@types/webextension-polyfill": "0.10.4", + "@types/react-dom": "18.2.14", + "@types/uuid": "9.0.6", + "@types/webextension-polyfill": "0.10.5", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@vitejs/plugin-react": "4.1.0",