diff --git a/package-lock.json b/package-lock.json index 94990fc..87f6c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-polymorphic-types": "^2.0.0", "react-redux": "^8.0.5", "swr": "^2.1.5", - "wretch": "^2.1.5" + "wretch": "^2.8.1" }, "devDependencies": { "@next/eslint-plugin-next": "^13.0.3", @@ -23009,9 +23009,9 @@ "dev": true }, "node_modules/wretch": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/wretch/-/wretch-2.5.2.tgz", - "integrity": "sha512-6Pd1GvoNYzf17WH1jggzsq8E00UQqiO0kJvLS1dmIEnX8IE0zBfd77Sid5IqTGYVKhad88ygTudbvHdsvPvmCA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/wretch/-/wretch-2.8.1.tgz", + "integrity": "sha512-as9Mta8Nrnu6mL9ApNvmKGWqZtvoQtOILEfjox1BYYBYyUSKUdATVEAlQIMGLSZyzRfNbpUvPKDcGJTGA1b5LA==", "engines": { "node": ">=14" } diff --git a/package.json b/package.json index 77aac7f..d64ce07 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-polymorphic-types": "^2.0.0", "react-redux": "^8.0.5", "swr": "^2.1.5", - "wretch": "^2.1.5" + "wretch": "^2.8.1" }, "devDependencies": { "@next/eslint-plugin-next": "^13.0.3",