From d8e998800633f0afcc4dc254c0fb36cbdff1e980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:20:19 -0700 Subject: [PATCH] Update dependency @types/polka to v0.5.7 (#762) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad72b40d..acbabc6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@testing-library/jest-dom": "6.0.1", "@types/jest": "29.5.12", "@types/node": "16.18.34", - "@types/polka": "0.5.4", + "@types/polka": "0.5.7", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "@vue/compiler-sfc": "3.3.4", @@ -5031,10 +5031,11 @@ "dev": true }, "node_modules/@types/polka": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@types/polka/-/polka-0.5.4.tgz", - "integrity": "sha512-mLo6Mfa6lAvBrG1guj6HVxa1LpXw6ud4c93d2XQOHtADJv+VgiyXErmnjyVWre/r2oGSn1pcqO5IYaK0nv5b0g==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@types/polka/-/polka-0.5.7.tgz", + "integrity": "sha512-TH8CDXM8zoskPCNmWabtK7ziGv9Q21s4hMZLVYK5HFEfqmGXBqq/Wgi7jNELWXftZK/1J/9CezYa06x1RKeQ+g==", "dev": true, + "license": "MIT", "dependencies": { "@types/express": "*", "@types/express-serve-static-core": "*", diff --git a/package.json b/package.json index 0fdb1f6d..cbf9bfb8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@testing-library/jest-dom": "6.0.1", "@types/jest": "29.5.12", "@types/node": "16.18.34", - "@types/polka": "0.5.4", + "@types/polka": "0.5.7", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "@vue/compiler-sfc": "3.3.4",