Skip to content

Commit 74135a6

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AZUREMSALNODE-7246761
1 parent 150e8ce commit 74135a6

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/gautamsi/ews-javascript-api",
2828
"dependencies": {
29-
"@azure/msal-node": "^2.6.5",
29+
"@azure/msal-node": "^2.9.2",
3030
"@ewsjs/xhr": "^3.1.3",
3131
"@xmldom/xmldom": "^0.8.1",
3232
"base64-js": "^1.5.1",

0 commit comments

Comments
 (0)