Skip to content

Commit

Permalink
chore: upgrade snyk request-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
iuliams committed Dec 19, 2024
1 parent 89889e0 commit e4b3247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"overrides": {
"snyk-request-manager": {
"axios": "1.7.4"
"axios": "1.7.6"
}
},
"pkg": {
Expand Down
1 change: 1 addition & 0 deletions test/scripts/import-projects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('Import projects script', () => {
process.env.SNYK_TOKEN = process.env.SNYK_TOKEN_TEST;

afterAll(async () => {
await new Promise((resolve) => setTimeout(resolve, 3000));
await deleteTestProjects(ORG_ID, discoveredProjects);
await deleteFiles(logs);
process.env = { ...OLD_ENV };
Expand Down

0 comments on commit e4b3247

Please sign in to comment.