From a342fa293cb498a57a53550ff482ec8c49ff41d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:59:38 +0000 Subject: [PATCH] :arrow_up: Bump @types/wicg-file-system-access in /frontend Bumps [@types/wicg-file-system-access](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-file-system-access) from 2020.9.8 to 2023.10.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-file-system-access) --- updated-dependencies: - dependency-name: "@types/wicg-file-system-access" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6b6cc58c9..6f10954e1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "@types/node": "^20.8.5", "@types/requestidlecallback": "^0.3.5", "@types/uuid": "^9.0.5", - "@types/wicg-file-system-access": "^2020.9.8", + "@types/wicg-file-system-access": "^2023.10.1", "concurrently": "^8.2.1", "cypress": "^13.3.0", "devcert": "^1.2.2", @@ -4519,9 +4519,9 @@ "dev": true }, "node_modules/@types/wicg-file-system-access": { - "version": "2020.9.8", - "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2020.9.8.tgz", - "integrity": "sha512-ggMz8nOygG7d/stpH40WVaNvBwuyYLnrg5Mbyf6bmsj/8+gb6Ei4ZZ9/4PNpcPNTT8th9Q8sM8wYmWGjMWLX/A==", + "version": "2023.10.1", + "resolved": "https://registry.npmjs.org/@types/wicg-file-system-access/-/wicg-file-system-access-2023.10.1.tgz", + "integrity": "sha512-oOOUU1CpbbqYI9xt71oKzFO00CbAZ+nQwXfcCOdY8TCsPs8vH0s8i5F2VzeqIEQhYYmvokinyibg4vQvQW8QIg==", "dev": true }, "node_modules/@types/yauzl": { diff --git a/frontend/package.json b/frontend/package.json index 1d3cc780b..958c6f8e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@types/node": "^20.8.5", "@types/requestidlecallback": "^0.3.5", "@types/uuid": "^9.0.5", - "@types/wicg-file-system-access": "^2020.9.8", + "@types/wicg-file-system-access": "^2023.10.1", "concurrently": "^8.2.1", "cypress": "^13.3.0", "devcert": "^1.2.2",