Skip to content

Commit

Permalink
Reapply "update models with npm vulnerabilities"
Browse files Browse the repository at this point in the history
This reverts commit 56cf154.
  • Loading branch information
IITII committed Jan 30, 2024
1 parent 6f5c972 commit aaf31bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file added package-lock.json
Empty file.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kutt",
"version": "2.7.4",
"version": "2.7.5",
"description": "Modern URL shortener.",
"main": "./production-server/server.js",
"scripts": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"ioredis": "^5.2.4",
"isbot": "^3.6.3",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"knex": "^2.3.0",
"morgan": "^1.10.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^7.2.8",
"@types/jsonwebtoken": "^8.5.9",
"@types/morgan": "^1.7.37",
"@types/ms": "^0.7.31",
"@types/nanoid": "^3.0.0",
Expand All @@ -119,7 +119,7 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"nodemon": "^3.0.1",
"prettier": "^2.7.1",
"redoc": "^2.0.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit aaf31bf

Please sign in to comment.