Skip to content

Commit

Permalink
chore: axios patch; snyk upgrade (#266)
Browse files Browse the repository at this point in the history
* chore: axios patch; snyk upgrade

* revert package.json to 3d4e711

* chore: package-lock upgrade
  • Loading branch information
yanlow authored Nov 23, 2023
1 parent 3d4e711 commit 9301b4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"snyk-protect": "snyk protect",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect",
"generate:v3": "DEBUG=oa-verify* ts-node scripts/generate.v3.ts"
},
Expand All @@ -29,7 +29,7 @@
"@govtechsg/document-store": "^2.2.3",
"@govtechsg/open-attestation": "^6.2.0",
"@govtechsg/token-registry": "^4.1.7",
"axios": "^1.6.0",
"axios": "^1.6.2",
"debug": "^4.3.1",
"did-resolver": "^3.1.0",
"ethers": "^5.1.4",
Expand Down Expand Up @@ -59,7 +59,7 @@
"msw": "^0.28.2",
"prettier": "^2.2.1",
"semantic-release": "^19.0.2",
"snyk": "^1.931.0",
"@snyk/protect": "^1.1248.0",
"ts-jest": "^26.5.5",
"typescript": "^4.9.5"
},
Expand Down

0 comments on commit 9301b4b

Please sign in to comment.