diff --git a/package-lock.json b/package-lock.json index 5883e54..289d0bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dotenv": "^10.0.0", "express": "^4.17.1", "http-errors": "^1.7.2", - "http-status-codes": "^2.1.4", + "http-status-codes": "^2.2.0", "keycloak-connect": "^15.0.2", "node-pg-migrate": "^6.0.0", "pg": "^8.7.1", @@ -4323,9 +4323,9 @@ "dev": true }, "node_modules/http-status-codes": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", - "integrity": "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "node_modules/https-proxy-agent": { "version": "5.0.0", @@ -11742,9 +11742,9 @@ } }, "http-status-codes": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", - "integrity": "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "https-proxy-agent": { "version": "5.0.0", diff --git a/package.json b/package.json index e25168c..c7e598d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dotenv": "^10.0.0", "express": "^4.17.1", "http-errors": "^1.7.2", - "http-status-codes": "^2.1.4", + "http-status-codes": "^2.2.0", "keycloak-connect": "^15.0.2", "node-pg-migrate": "^6.0.0", "pg": "^8.7.1",