Skip to content

Commit

Permalink
Update packages for vulnerable deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdavis90 committed Nov 18, 2023
1 parent 03e5a81 commit 91edb3d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 77 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"axios": "^1.5.1",
"axios": "^1.6.2",
"simple-oauth2": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/simple-oauth2": "^5.0.6",
"@types/node": "^20.9.1",
"@types/simple-oauth2": "^5.0.7",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nock": "^13.3.6",
"nock": "^13.3.8",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 91edb3d

Please sign in to comment.