Skip to content

Commit 967644a

Browse files
Resolve critical audit issue with Axios (#1578)
1 parent 34bcb9f commit 967644a

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@
9494
"markdownlint": "0.36.1",
9595
"markdownlint-cli": "0.43.0",
9696
"@types/react": "18.3.1",
97-
"@types/react-dom": "18.3.1"
97+
"@types/react-dom": "18.3.1",
98+
"axios@<1.13.2": ">=1.13.2",
99+
"axios@<1.15.0": ">=1.15.0"
98100
}
99101
},
100102
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)