Bump @azure/msal-node from 2.7.0 to 2.9.2 (#1446)
* Bump @azure/msal-node from 2.7.0 to 2.9.2 Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.7.0 to 2.9.2. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-node-v2.7.0...msal-node-v2.9.2) --- updated-dependencies: - dependency-name: "@azure/msal-node" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump packages * Updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
Родитель
4bbbc8df1a
Коммит
53b023764c
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
18
package.json
18
package.json
|
@ -487,8 +487,8 @@
|
|||
"esbuild-watch": "npm run -S esbuild-base -- --sourcemap --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-languageclient": "^9.0.1",
|
||||
"fs-extra": "^11.2.0"
|
||||
"fs-extra": "^11.2.0",
|
||||
"vscode-languageclient": "^9.0.1"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"vscode.powershell",
|
||||
|
@ -496,18 +496,18 @@
|
|||
"ms-dotnettools.vscode-dotnet-runtime"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/mocha": "^10.0.7",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/vscode": "1.90.0",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
||||
"@typescript-eslint/parser": "^7.13.0",
|
||||
"@typescript-eslint/parser": "^7.13.1",
|
||||
"@vscode/test-electron": "^2.4.0",
|
||||
"@vscode/vsce": "^2.27.0",
|
||||
"esbuild": "^0.21.5",
|
||||
"eslint": "^8.57.0",
|
||||
"glob": "^10.4.1",
|
||||
"glob": "^10.4.2",
|
||||
"mocha": "^10.4.0",
|
||||
"typescript": "^5.4.5",
|
||||
"@vscode/vsce": "^2.27.0",
|
||||
"@vscode/test-electron": "^2.4.0"
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"rootDir": "src",
|
||||
"outDir": "out/dist",
|
||||
"lib": ["es6"],
|
||||
"sourceMap": true,
|
||||
"strict": true
|
||||
},
|
||||
"exclude": ["node_modules", ".vscode-test"]
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"rootDir": "src",
|
||||
"outDir": "out/dist",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"strict": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".vscode-test"
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче