Skip to content

Commit 789b4f5

Browse files
committed
pin axios bc of the 1.14.1 virus issue
1 parent 9e601ca commit 789b4f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
min-release-age=7
2+
save-exact=true

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@mistralai/mistralai": "^1.3.5",
9494
"@octokit/webhooks-schemas": "^6.11.0",
9595
"@octokit/webhooks-types": "^6.11.0",
96-
"axios": "^1.3.4",
96+
"axios": "1.9.0",
9797
"chalk": "^5.2.0",
9898
"cleye": "^1.3.2",
9999
"crypto": "^1.0.1",

0 commit comments

Comments
 (0)