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