diff --git a/package.json b/package.json index 5d37638..bfe585f 100644 --- a/package.json +++ b/package.json @@ -368,7 +368,7 @@ "@types/mocha": "10.0.10", "@types/node": "24.3.0", "@types/semver": "^7.7.0", - "@types/strip-ansi": "3.0.0", + "@types/strip-ansi": "5.2.1", "@types/vscode": "1.100.0", "@typescript-eslint/eslint-plugin": "8.40.0", "@typescript-eslint/parser": "8.40.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2906baf..f07a120 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: ^7.7.0 version: 7.7.0 '@types/strip-ansi': - specifier: 3.0.0 - version: 3.0.0 + specifier: 5.2.1 + version: 5.2.1 '@types/vscode': specifier: 1.100.0 version: 1.100.0 @@ -699,8 +699,9 @@ packages: '@types/semver@7.7.0': resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==} - '@types/strip-ansi@3.0.0': - resolution: {integrity: sha512-wVhzc+WJ/JNdV25MeaK0skxGdbdOFeqYv1sqY8yPXbsshZ0XwSbWWwfKzj836cPW+e+PpqUNvKoiac9ZqCdyRQ==} + '@types/strip-ansi@5.2.1': + resolution: {integrity: sha512-1l5iM0LBkVU8JXxnIoBqNvg+yyOXxPeN6DNoD+7A9AN1B8FhYPSeIXgyNqwIqg1uzipTgVC2hmuDzB0u9qw/PA==} + deprecated: This is a stub types definition. strip-ansi provides its own type definitions, so you do not need this installed. '@types/vscode@1.100.0': resolution: {integrity: sha512-4uNyvzHoraXEeCamR3+fzcBlh7Afs4Ifjs4epINyUX/jvdk0uzLnwiDY35UKDKnkCHP5Nu3dljl2H8lR6s+rQw==} @@ -2954,7 +2955,9 @@ snapshots: '@types/semver@7.7.0': {} - '@types/strip-ansi@3.0.0': {} + '@types/strip-ansi@5.2.1': + dependencies: + strip-ansi: 7.1.0 '@types/vscode@1.100.0': {}