diff --git a/package-lock.json b/package-lock.json index 201830f..b5deea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "docker-test", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1230,9 +1230,9 @@ "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==" }, "http-status-codes": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.3.2.tgz", - "integrity": "sha512-nDUtj0ltIt08tGi2VWSpSzNNFye0v3YSe9lX3lIqLTuVvvRiYCvs4QQBSHo0eomFYw1wlUuofurUAlTm+vHnXg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.3.tgz", + "integrity": "sha512-/kDMtEEhAw747LvzDupRRsUOrmw/oEPmwf61guegI1ycj0vyywitq4BhGPknLzqAEBQvsW6rSv0dd2de1MU+yg==", "dev": true }, "husky": { diff --git a/package.json b/package.json index de34286..96c1b10 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "chai": "4.1.2", "eslint": "4.7.1", "eslint-config-space-single": "0.2.0", - "http-status-codes": "1.3.2", + "http-status-codes": "2.1.3", "husky": "3.0.4", "mocha": "3.5.3", "supertest": "3.0.0"