diff --git a/package-lock.json b/package-lock.json index f1b562bb422..5ca7fd20571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "commitizen": "^4.3.0", "cspell": "^7.2.0", "eslint": "^8.39.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "husky": "^8.0.3", "jest": "^26.6.3", "lint-staged": "^14.0.1", @@ -7426,9 +7426,9 @@ } }, "node_modules/http-status-codes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", - "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz", + "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==", "dev": true }, "node_modules/https-proxy-agent": { @@ -22642,9 +22642,9 @@ } }, "http-status-codes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", - "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz", + "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==", "dev": true }, "https-proxy-agent": { diff --git a/package.json b/package.json index 7926b6016fa..3b943aaf322 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "commitizen": "^4.3.0", "cspell": "^7.2.0", "eslint": "^8.39.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "husky": "^8.0.3", "jest": "^26.6.3", "lint-staged": "^14.0.1",