Skip to content

Commit fcd5781

Browse files
committed
fix: outlook-consent-app/package.json & outlook-consent-app/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent b1956fc commit fcd5781

File tree

2 files changed

+62
-50
lines changed

2 files changed

+62
-50
lines changed

outlook-consent-app/package-lock.json

Lines changed: 60 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

outlook-consent-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "tsc --noEmit && eslint \"./src/**/*.{js,ts,tsx}\""
1010
},
1111
"dependencies": {
12-
"axios": "^1.7.2",
13-
"next": "14.2.4",
12+
"axios": "^1.8.3",
13+
"next": "14.2.25",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},

0 commit comments

Comments
 (0)