From 96e3a372917ed76c2f89e43ecd663bb703a0f63c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:48:39 +0000 Subject: [PATCH] Update dependency @types/hoist-non-react-statics to v3.3.7 --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 403e74962..c960061f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@rollup/plugin-replace": "6.0.2", "@rollup/plugin-terser": "0.4.4", "@testing-library/react": "16.3.0", - "@types/hoist-non-react-statics": "3.3.6", + "@types/hoist-non-react-statics": "3.3.7", "@types/jest": "30.0.0", "@types/mock-raf": "1.0.6", "@types/node": "22.16.5", @@ -3836,14 +3836,16 @@ "license": "MIT" }, "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz", - "integrity": "sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.7.tgz", + "integrity": "sha512-PQTyIulDkIDro8P+IHbKCsw7U2xxBYflVzW/FgWdCAePD9xGSidgA76/GeJ6lBKoblyhf9pBY763gbrN+1dI8g==", "dev": true, "license": "MIT", "dependencies": { - "@types/react": "*", "hoist-non-react-statics": "^3.3.0" + }, + "peerDependencies": { + "@types/react": "*" } }, "node_modules/@types/istanbul-lib-coverage": { diff --git a/package.json b/package.json index 078474812..e8f76dcc8 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@rollup/plugin-replace": "6.0.2", "@rollup/plugin-terser": "0.4.4", "@testing-library/react": "16.3.0", - "@types/hoist-non-react-statics": "3.3.6", + "@types/hoist-non-react-statics": "3.3.7", "@types/jest": "30.0.0", "@types/mock-raf": "1.0.6", "@types/node": "22.16.5",