Bumping MSAL and Node to current/active versions (#17954)
* bump msal * bumping node * Updating pipeline to use Node 22
This commit is contained in:
Родитель
9fabd3bc0b
Коммит
c2aee054b1
|
@ -10,9 +10,9 @@ parameters:
|
|||
|
||||
steps:
|
||||
- task: UseNode@1
|
||||
displayName: "Use Node 18.x"
|
||||
displayName: "Use Node 22.x"
|
||||
inputs:
|
||||
version: 18.x
|
||||
version: 22.x
|
||||
|
||||
- pwsh: |
|
||||
Write-Host "Installing Yarn"
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"@types/keytar": "^4.4.2",
|
||||
"@types/lockfile": "^1.0.2",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
|
@ -146,8 +146,8 @@
|
|||
"@azure/arm-resources": "^5.0.0",
|
||||
"@azure/arm-sql": "^9.0.0",
|
||||
"@azure/arm-subscriptions": "^5.0.0",
|
||||
"@azure/msal-common": "^11.0.0",
|
||||
"@azure/msal-node": "^1.16.0",
|
||||
"@azure/msal-common": "^14.14.0",
|
||||
"@azure/msal-node": "^2.12.0",
|
||||
"@microsoft/ads-extension-telemetry": "^3.0.2",
|
||||
"axios": "^1.6.0",
|
||||
"core-js": "^2.4.1",
|
||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -162,17 +162,17 @@
|
|||
dependencies:
|
||||
tslib "^2.2.0"
|
||||
|
||||
"@azure/msal-common@^11.0.0":
|
||||
version "11.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-11.0.0.tgz#d35bfa6cdd2a5b8c036ce427aa3fd36f8f985239"
|
||||
integrity sha512-SZH8ObQ3Hq5v3ogVGBYJp1nNW7p+MtM4PH4wfNadBP9wf7K0beQHF9iOtRcjPOkwZf+ZD49oXqw91LndIkdk8g==
|
||||
"@azure/msal-common@14.14.0", "@azure/msal-common@^14.14.0":
|
||||
version "14.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.14.0.tgz#31a015070d5864ebcf9ebb988fcbc5c5536f22d1"
|
||||
integrity sha512-OxcOk9H1/1fktHh6//VCORgSNJc2dCQObTm6JNmL824Z6iZSO6eFo/Bttxe0hETn9B+cr7gDouTQtsRq3YPuSQ==
|
||||
|
||||
"@azure/msal-node@^1.16.0":
|
||||
version "1.16.0"
|
||||
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-1.16.0.tgz#0bd469916f5a9da22d844edc879ac7e8225c0ccb"
|
||||
integrity sha512-eGXPp65i++mAIvziafbCH970TCeECB6iaQP7aRzZEjtU238cW4zKm40U8YxkiCn9rR1G2VeMHENB5h6WRk7ZCQ==
|
||||
"@azure/msal-node@^2.12.0":
|
||||
version "2.12.0"
|
||||
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.12.0.tgz#57ee6b6011a320046d72dc0828fec46278f2ab2c"
|
||||
integrity sha512-jmk5Im5KujRA2AcyCb0awA3buV8niSrwXZs+NBJWIvxOz76RvNlusGIqi43A0h45BPUy93Qb+CPdpJn82NFTIg==
|
||||
dependencies:
|
||||
"@azure/msal-common" "^11.0.0"
|
||||
"@azure/msal-common" "14.14.0"
|
||||
jsonwebtoken "^9.0.0"
|
||||
uuid "^8.3.0"
|
||||
|
||||
|
@ -1612,10 +1612,10 @@
|
|||
dependencies:
|
||||
undici-types "~5.26.4"
|
||||
|
||||
"@types/node@^18.11.9":
|
||||
version "18.18.9"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
|
||||
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
|
||||
"@types/node@^20.14.8":
|
||||
version "20.14.13"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.13.tgz#bf4fe8959ae1c43bc284de78bd6c01730933736b"
|
||||
integrity sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==
|
||||
dependencies:
|
||||
undici-types "~5.26.4"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче