diff --git a/package-lock.json b/package-lock.json index 97cf5474b49d..6c32ec90dad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "eslint-plugin-react": "^7.37.3", "eslint-plugin-testing-library": "^7.1.1", "eslint-webpack-plugin": "^4.2.0", - "http-status": "^1.7.4", + "http-status": "^2.1.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.7.0", @@ -17675,9 +17675,9 @@ } }, "node_modules/http-status": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.4.tgz", - "integrity": "sha512-c2qSwNtTlHVYAhMj9JpGdyo0No/+DiKXCJ9pHtZ2Yf3QmPnBIytKSRT7BuyIiQ7icXLynavGmxUqkOjSrAuMuA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-2.1.0.tgz", + "integrity": "sha512-O5kPr7AW7wYd/BBiOezTwnVAnmSNFY+J7hlZD2X5IOxVBetjcHAiTXhzj0gMrnojQlwy+UT1/Y3H3vJ3UlmvLA==", "dev": true, "engines": { "node": ">= 0.4.0" diff --git a/package.json b/package.json index 98a2d834e5b8..fbf7894feecb 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react": "^7.37.3", "eslint-plugin-testing-library": "^7.1.1", "eslint-webpack-plugin": "^4.2.0", - "http-status": "^1.7.4", + "http-status": "^2.1.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.7.0",