From fcb1d1cd1d173e27125ce7e65e27fc9954b24758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:41:25 +0000 Subject: [PATCH] build(deps-dev): bump @types/vscode-webview from 1.57.4 to 1.57.5 Bumps [@types/vscode-webview](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode-webview) from 1.57.4 to 1.57.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode-webview) --- updated-dependencies: - dependency-name: "@types/vscode-webview" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0ee01b..47003e6 100644 --- a/package.json +++ b/package.json @@ -320,7 +320,7 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/vscode": "^1.75.0", - "@types/vscode-webview": "^1.57.0", + "@types/vscode-webview": "^1.57.5", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "@vercel/ncc": "^0.38.1", diff --git a/yarn.lock b/yarn.lock index 2fe0475..10c6549 100644 --- a/yarn.lock +++ b/yarn.lock @@ -871,10 +871,10 @@ resolved "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.5.tgz" integrity sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw== -"@types/vscode-webview@^1.57.0": - version "1.57.4" - resolved "https://registry.npmmirror.com/@types/vscode-webview/-/vscode-webview-1.57.4.tgz" - integrity sha512-RrVw9s6gBJuY1IkUHMNznWgj/ktjwLpATyOTcKxUDIbbp7AQeK7S0E1+P/8Z75OgAW13OMqSAmaiuWw25dh59Q== +"@types/vscode-webview@^1.57.5": + version "1.57.5" + resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.5.tgz#5b910525386c02305eb1d0772e0181c5f19c579b" + integrity sha512-iBAUYNYkz+uk1kdsq05fEcoh8gJmwT3lqqFPN7MGyjQ3HVloViMdo7ZJ8DFIP8WOK74PjOEilosqAyxV2iUFUw== "@types/vscode@^1.75.0": version "1.94.0"