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",