Skip to content

Commit

Permalink
fix: npm audit fix --force
Browse files Browse the repository at this point in the history
  • Loading branch information
fauno committed Jul 4, 2024
1 parent cb8e1b7 commit 0158acd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 56 deletions.
80 changes: 27 additions & 53 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 @@ -38,7 +38,7 @@
"dependencies": {
"@digitalbazaar/http-digest-header": "^2.0.0",
"@fastify/auth": "^4.2.0",
"@fastify/jwt": "^6.5.0",
"@fastify/jwt": "^8.0.1",
"@fastify/multipart": "^7.3.0",
"@fastify/swagger": "^8.2.0",
"@fastify/swagger-ui": "^1.3.0",
Expand All @@ -54,7 +54,7 @@
"dns2": "^2.1.0",
"env-paths": "^3.0.0",
"express": "^4.17.1",
"fast-jwt": "^2.0.2",
"fast-jwt": "^4.0.1",
"fast-xml-parser": "^4.3.2",
"fastify": "^4.10.2",
"fastify-metrics": "^10.0.0",
Expand All @@ -78,7 +78,7 @@
"@types/yargs": "^17.0.17",
"ava": "^5.1.1",
"memory-level": "^1.0.0",
"nodemon": "^2.0.20",
"nodemon": "^3.1.4",
"pino-pretty": "^9.1.1",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 0158acd

Please sign in to comment.