diff --git a/.pnp.js b/.pnp.js index d94643673..e6dce4660 100755 --- a/.pnp.js +++ b/.pnp.js @@ -68,7 +68,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/express", "npm:4.17.13"], ["@types/express-rate-limit", "npm:5.1.3"], ["@types/express-serve-static-core", "npm:4.17.27"], - ["@types/http-errors", "npm:1.8.1"], + ["@types/http-errors", "npm:1.8.2"], ["@types/jest", "npm:26.0.24"], ["@types/lodash", "npm:4.14.178"], ["@types/mime", "npm:2.0.3"], @@ -4766,10 +4766,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@types/http-errors", [ - ["npm:1.8.1", { - "packageLocation": "./.yarn/cache/@types-http-errors-npm-1.8.1-03bdc8b2cb-394d9c07ff.zip/node_modules/@types/http-errors/", + ["npm:1.8.2", { + "packageLocation": "./.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip/node_modules/@types/http-errors/", "packageDependencies": [ - ["@types/http-errors", "npm:1.8.1"] + ["@types/http-errors", "npm:1.8.2"] ], "linkType": "HARD", }] @@ -17669,7 +17669,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/express", "npm:4.17.13"], ["@types/express-rate-limit", "npm:5.1.3"], ["@types/express-serve-static-core", "npm:4.17.27"], - ["@types/http-errors", "npm:1.8.1"], + ["@types/http-errors", "npm:1.8.2"], ["@types/jest", "npm:26.0.24"], ["@types/lodash", "npm:4.14.178"], ["@types/mime", "npm:2.0.3"], diff --git a/.yarn/cache/@types-http-errors-npm-1.8.1-03bdc8b2cb-394d9c07ff.zip b/.yarn/cache/@types-http-errors-npm-1.8.1-03bdc8b2cb-394d9c07ff.zip deleted file mode 100644 index d85b1a191..000000000 Binary files a/.yarn/cache/@types-http-errors-npm-1.8.1-03bdc8b2cb-394d9c07ff.zip and /dev/null differ diff --git a/.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip b/.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip new file mode 100644 index 000000000..d4392a2f9 Binary files /dev/null and b/.yarn/cache/@types-http-errors-npm-1.8.2-1208ef5c6d-ca55012f3c.zip differ diff --git a/package.json b/package.json index 34fd91f05..348822a5b 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@types/express": "4.17.13", "@types/express-rate-limit": "5.1.3", "@types/express-serve-static-core": "4.17.27", - "@types/http-errors": "1.8.1", + "@types/http-errors": "1.8.2", "@types/jest": "26.0.24", "@types/lodash": "4.14.178", "@types/mime": "2.0.3", diff --git a/yarn.lock b/yarn.lock index 28bfc541c..29a760fee 100644 Binary files a/yarn.lock and b/yarn.lock differ