From 852b938fc0ba521c5030feb6cf0db3f90ec4942c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:00:41 +0000 Subject: [PATCH] Update dependency @types/react to v17.0.48 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86969715e8..d4953cd153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@thornbill/jellyfin-sdk": "0.4.1", "@types/escape-html": "1.0.2", "@types/lodash-es": "4.17.6", - "@types/react": "17.0.40", + "@types/react": "17.0.48", "@types/react-dom": "17.0.17", "@typescript-eslint/eslint-plugin": "5.15.0", "@typescript-eslint/parser": "5.15.0", @@ -3674,9 +3674,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "17.0.40", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz", - "integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==", + "version": "17.0.48", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.48.tgz", + "integrity": "sha512-zJ6IYlJ8cYYxiJfUaZOQee4lh99mFihBoqkOSEGV+dFi9leROW6+PgstzQ+w3gWTnUfskALtQPGHK6dYmPj+2A==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -22424,9 +22424,9 @@ "dev": true }, "@types/react": { - "version": "17.0.40", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz", - "integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==", + "version": "17.0.48", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.48.tgz", + "integrity": "sha512-zJ6IYlJ8cYYxiJfUaZOQee4lh99mFihBoqkOSEGV+dFi9leROW6+PgstzQ+w3gWTnUfskALtQPGHK6dYmPj+2A==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 07f32d24bb..8d7f210d70 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@thornbill/jellyfin-sdk": "0.4.1", "@types/escape-html": "1.0.2", "@types/lodash-es": "4.17.6", - "@types/react": "17.0.40", + "@types/react": "17.0.48", "@types/react-dom": "17.0.17", "@typescript-eslint/eslint-plugin": "5.15.0", "@typescript-eslint/parser": "5.15.0",