Update dependencies to fix vulnerabilities (#4510)

This commit is contained in:
Timothee Guerin 2022-04-11 15:59:52 -07:00 коммит произвёл GitHub
Родитель 12092e7d62
Коммит b7795182b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
22 изменённых файлов: 629 добавлений и 723 удалений

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@azure-tools/extension",
"comment": "Update dependencies(npm)",
"type": "minor"
}
],
"packageName": "@azure-tools/extension"
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -60,7 +60,7 @@
"@typescript-eslint/parser": "^4.12.0",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^7.0.0",
"cpy-cli": "~2.0.0",
"cpy-cli": "~4.1.0",
"eslint-plugin-jest": "~24.3.2",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~3.4.0",
@ -78,7 +78,7 @@
"source-map": "0.7.3",
"ts-jest": "^27.0.3",
"ts-loader": "~9.2.3",
"typescript": "~4.4.2",
"typescript": "~4.6.3",
"untildify": "^4.0.0",
"webpack-cli": "~4.7.2",
"webpack": "~5.40.0"

Просмотреть файл

@ -58,7 +58,7 @@
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.3",
"ts-loader": "~9.2.3",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@cadl-lang/compiler": "~0.29.0",

Просмотреть файл

@ -73,7 +73,7 @@
"commonmark": "^0.27.0",
"compare-versions": "^3.4.0",
"copy-webpack-plugin": "^7.0.0",
"cpy-cli": "~2.0.0",
"cpy-cli": "~4.1.0",
"eslint-plugin-jest": "~24.3.2",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~3.4.0",
@ -91,7 +91,7 @@
"source-map": "0.7.3",
"ts-jest": "^27.0.3",
"ts-loader": "~9.2.3",
"typescript": "~4.4.2",
"typescript": "~4.6.3",
"vscode-jsonrpc": "^3.5.0",
"vscode-languageserver": "3.5.1",
"webpack-cli": "~4.7.2",

Просмотреть файл

@ -69,7 +69,7 @@
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.3",
"ts-loader": "~9.2.3",
"typescript": "~4.4.2",
"typescript": "~4.6.3",
"webpack-cli": "~4.7.2",
"webpack": "~5.40.0"
},

Просмотреть файл

@ -52,7 +52,7 @@
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.3",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/async-io": "~3.0.0",

Просмотреть файл

@ -50,7 +50,7 @@
"rimraf": "^3.0.2",
"ts-morph": "~13.0.3",
"typescript-json-schema": "~0.53.0",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/codegen": "~2.9.1",

Просмотреть файл

@ -41,7 +41,7 @@
"eslint": "^7.17.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/datastore": "~4.6.1",

Просмотреть файл

@ -44,7 +44,7 @@
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@autorest/common": "~1.5.2",

Просмотреть файл

@ -51,7 +51,7 @@
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/codegen": "~2.9.1",

Просмотреть файл

@ -49,7 +49,7 @@
"eslint": "^7.17.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/codegen": "~2.9.1",

Просмотреть файл

@ -42,7 +42,7 @@
"eslint-plugin-import": "~2.24.2",
"eslint": "^7.17.0",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"js-yaml": "~4.0.0",

Просмотреть файл

@ -8,7 +8,7 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"before-build": "mkdirp ./dist/yarn && cpy ./node_modules/yarn/lib/cli.js ./dist/yarn",
"before-build": "mkdirp ./dist/yarn && cpy --flat ./node_modules/yarn/lib/cli.js ./dist/yarn",
"watch": "tsc -p tsconfig.build.json --watch",
"build": "npm run -s before-build && tsc -p tsconfig.build.json",
"lint:fix": "eslint ./src --fix --ext .ts",
@ -38,17 +38,13 @@
},
"homepage": "https://github.com/Azure/autorest/tree/main/packages/libs/extension",
"readme": "https://github.com/Azure/autorest/tree/main/packages/libs/extension/readme.md",
"old": {
"@types/npm": "^2.0.28",
"npm": "5.6.0"
},
"dependencies": {
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/tasks": "~3.0.0",
"@azure/logger": "^1.0.2",
"command-exists": "~1.2.9",
"npm-package-arg": "^9.0.0",
"npm": "6.14.9",
"npm": "~8.6.0",
"pacote": "~9.5.12",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
@ -63,7 +59,7 @@
"@types/semver": "5.5.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"cpy-cli": "~2.0.0",
"cpy-cli": "~4.1.0",
"eslint-plugin-jest": "~24.3.2",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~3.4.0",
@ -73,6 +69,6 @@
"jest": "^28.0.0-alpha.7",
"mkdirp": "~0.5.1",
"source-map-support": "^0.5.19",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
}
}

Просмотреть файл

@ -40,7 +40,7 @@
"eslint": "^7.17.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {}
}

Просмотреть файл

@ -40,7 +40,7 @@
"eslint": "^7.17.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {}
}

Просмотреть файл

@ -52,7 +52,7 @@
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.3",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/datastore": "~4.6.1",

Просмотреть файл

@ -66,7 +66,7 @@
"eslint": "^7.17.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"@azure-tools/json": "~1.2.2",

Просмотреть файл

@ -42,7 +42,7 @@
"eslint": "^7.17.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"js-yaml": "~4.0.0",

Просмотреть файл

@ -39,7 +39,7 @@
"source-map-support": "^0.5.19",
"tree-sitter": "^0.20.0 ",
"tree-sitter-python": "0.19.0",
"tree-sitter-typescript": "0.19.0"
"tree-sitter-typescript": "~0.20.1"
},
"devDependencies": {
"@types/diff": "^4.0.2",
@ -55,9 +55,9 @@
"eslint-plugin-unicorn": "~33.0.1",
"eslint-plugin-import": "~2.24.2",
"eslint": "^7.17.0",
"mocha": "^6.2.2",
"ts-mocha": "^6.0.0",
"mocha": "^9.2.2",
"ts-mocha": "^9.0.2",
"ts-node": "^9.1.1",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
}
}

Просмотреть файл

@ -47,7 +47,7 @@
"jest": "^28.0.0-alpha.7",
"prettier": "~2.3.1",
"rimraf": "^3.0.2",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"chalk": "^4.1.0",
@ -55,7 +55,7 @@
"lodash": "~4.17.20",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.3",
"winston": "~3.3.3",
"winston": "~3.7.2",
"yargs": "17.2.1"
}
}

Просмотреть файл

@ -48,7 +48,7 @@
"eslint-plugin-unicorn": "~33.0.1",
"prettier": "~2.3.1",
"supertest": "^6.0.1",
"typescript": "~4.4.2"
"typescript": "~4.6.3"
},
"dependencies": {
"body-parser": "^1.19.0",
@ -61,7 +61,7 @@
"mustache": "^4.1.0",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.3",
"winston": "~3.3.3",
"winston": "~3.7.2",
"yargs": "17.2.1"
}
}