Skip to content

Commit 09a8ff3

Browse files
build(deps-dev): bump @types/vscode from 1.85.0 to 1.90.0 in /media
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.85.0 to 1.90.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94e60d2 commit 09a8ff3

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/node": "^20",
4444
"@types/react": "^18.3.3",
4545
"@types/react-dom": "^18.0.3",
46-
"@types/vscode": "^1.47.0",
46+
"@types/vscode": "^1.90.0",
4747
"@types/vscode-webview": "^1.57.5",
4848
"@vitejs/plugin-react": "^1.3.2",
4949
"autoprefixer": "^10.0.1",

media/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -925,10 +925,10 @@
925925
resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.5.tgz#5b910525386c02305eb1d0772e0181c5f19c579b"
926926
integrity sha512-iBAUYNYkz+uk1kdsq05fEcoh8gJmwT3lqqFPN7MGyjQ3HVloViMdo7ZJ8DFIP8WOK74PjOEilosqAyxV2iUFUw==
927927

928-
"@types/vscode@^1.47.0":
929-
version "1.85.0"
930-
resolved "https://registry.npmmirror.com/@types/vscode/-/vscode-1.85.0.tgz#46beb07f0f626665b52d1e2294382b2bc63b602e"
931-
integrity sha512-CF/RBon/GXwdfmnjZj0WTUMZN5H6YITOfBCP4iEZlOtVQXuzw6t7Le7+cR+7JzdMrnlm7Mfp49Oj2TuSXIWo3g==
928+
"@types/vscode@^1.90.0":
929+
version "1.90.0"
930+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.90.0.tgz#c122384d51bd774cec4aa86ca443858adc9edef2"
931+
integrity sha512-oT+ZJL7qHS9Z8bs0+WKf/kQ27qWYR3trsXpq46YDjFqBsMLG4ygGGjPaJ2tyrH0wJzjOEmDyg9PDJBBhWg9pkQ==
932932

933933
"@typescript-eslint/parser@^5.4.2 || ^6.0.0":
934934
version "6.21.0"
@@ -5643,7 +5643,16 @@ string-convert@^0.2.0:
56435643
resolved "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz#6982cc3049fbb4cd85f8b24568b9d9bf39eeff97"
56445644
integrity sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==
56455645

5646-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5646+
"string-width-cjs@npm:string-width@^4.2.0":
5647+
version "4.2.3"
5648+
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5649+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5650+
dependencies:
5651+
emoji-regex "^8.0.0"
5652+
is-fullwidth-code-point "^3.0.0"
5653+
strip-ansi "^6.0.1"
5654+
5655+
string-width@^4.1.0:
56475656
version "4.2.3"
56485657
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
56495658
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5714,7 +5723,14 @@ string_decoder@^1.1.1:
57145723
dependencies:
57155724
safe-buffer "~5.2.0"
57165725

5717-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5726+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5727+
version "6.0.1"
5728+
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5729+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5730+
dependencies:
5731+
ansi-regex "^5.0.1"
5732+
5733+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
57185734
version "6.0.1"
57195735
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
57205736
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)