Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
npm audit fixes
  • Loading branch information
rgupta24723 committed Oct 11, 2023
commit 05c8d00f4f7400321d00009a27b2869fe633598f
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"dependencies": {
"atob": "2.1.2",
"csrf": "^3.0.4",
"jsonwebtoken": "^8.3.0",
"popsicle": "10.0.1",
"jsonwebtoken": "^9.0.2",
"popsicle": "^11.0.5",
"query-string": "^6.12.1",
"rsa-pem-from-mod-exp": "^0.8.4",
"winston": "^3.1.0"
Expand All @@ -83,7 +83,7 @@
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"mocha": "^7.1.2",
"mocha": "^10.2.0",
"nock": "^9.2.3",
"nyc": "^15.0.1",
"prettier": "^2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"body-parser": "latest",
"dotenv": "^5.0.1",
"ejs": "^2.5.2",
"ejs": "^3.1.9",
"express": "^4.14.0",
"express-session": "^1.14.2",
"intuit-oauth": "^3.0.1",
"ngrok": "^3.2.5",
"ngrok": "^5.0.0-beta.2",
"path": "^0.12.7"
},
"devDependencies": {
Expand Down