diff --git a/package-lock.json b/package-lock.json index 2661cdd6..c8b60db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "@types/react-icon-base": "^2.1.6", "@types/string-hash": "^1.1.3", "@types/uuid": "^10.0.0", - "@types/wicg-file-system-access": "^2023.10.5", + "@types/wicg-file-system-access": "^2023.10.6", "@vitejs/plugin-react": "^4.3.4", "cors": "^2.8.5", "cypress": "^14.2.1", @@ -3259,9 +3259,9 @@ "license": "MIT" }, "node_modules/@types/wicg-file-system-access": { - "version": "2023.10.5", - "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2023.10.5.tgz", - "integrity": "sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==", + "version": "2023.10.6", + "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2023.10.6.tgz", + "integrity": "sha512-YO/183gNRzZFSdKu+ikkD7ambAj4PhgjFAF2A/Mw/7wroSF6ne8r804RkpZzqrJ/F6DO2/IYlQF/ULOZ/bhKyA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 82010ceb..2a0c1873 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "@types/react-icon-base": "^2.1.6", "@types/string-hash": "^1.1.3", "@types/uuid": "^10.0.0", - "@types/wicg-file-system-access": "^2023.10.5", + "@types/wicg-file-system-access": "^2023.10.6", "@vitejs/plugin-react": "^4.3.4", "cors": "^2.8.5", "cypress": "^14.2.1",