fix actionable vulnerabilities (anything not depending on gulp) (#173)
Co-authored-by: davidjen@DAVIDJENDEV2 <davidjen@microsoft.com>
This commit is contained in:
Родитель
c3a8d8d6ae
Коммит
f95203e817
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
20
package.json
20
package.json
|
@ -413,10 +413,10 @@
|
|||
"@types/uuid": "^8.3.0",
|
||||
"@types/vscode": "^1.51.0",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
||||
"@typescript-eslint/parser": "^4.6.1",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^7.12.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@typescript-eslint/parser": "^5.15.0",
|
||||
"chai": "^4.3.6",
|
||||
"eslint": "^8.11.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"fs-extra": "^9.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
|
@ -426,15 +426,15 @@
|
|||
"gulp-replace": "^1.1.3",
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"mocha": "^8.2.1",
|
||||
"mocha": "^9.2.2",
|
||||
"moment": "^2.29.1",
|
||||
"node-fetch": "^2.6.7",
|
||||
"ps-list": "^7.2.0",
|
||||
"release-it": "^14.2.2",
|
||||
"ts-loader": "^8.0.12",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.5",
|
||||
"vsce": "^1.81.1",
|
||||
"release-it": "^14.12.5",
|
||||
"ts-loader": "^9.2.8",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.2",
|
||||
"vsce": "^2.7.0",
|
||||
"vscode-nls-dev": "^4.0.0-next.1",
|
||||
"vscode-test": "^1.5.2",
|
||||
"webpack": "^5.61.0",
|
||||
|
|
|
@ -5,7 +5,6 @@ import * as fs from 'fs-extra';
|
|||
import * as path from 'path';
|
||||
import { CliAcquisition, ICliAcquisitionContext } from '../../lib/CliAcquisition';
|
||||
import { expect } from 'chai';
|
||||
import { before } from 'mocha';
|
||||
import { ITelemetry } from '../../telemetry/ITelemetry';
|
||||
import { NoopTelemetryInstance } from '../../telemetry/NoopTelemetry';
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче