diff --git a/package-lock.json b/package-lock.json index 5efe9f18..ad66b84a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-router-hash-link": "^2.0.0", - "react-to-print": "^2.14.12", + "react-to-print": "^3.0.0", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "semantic-ui-react": "^2.1.2", @@ -9252,12 +9252,12 @@ } }, "node_modules/react-to-print": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/react-to-print/-/react-to-print-2.15.1.tgz", - "integrity": "sha512-1foogIFbCpzAVxydkhBiDfMiFYhIMphiagDOfcG4X/EcQ+fBPqJ0rby9Wv/emzY1YLkIQy/rEgOrWQT+rBKhjw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-to-print/-/react-to-print-3.0.0.tgz", + "integrity": "sha512-FyPaTCzZgZyrUe3J3yNth7XrQZJ1l+5ODzB4CDxv1VOQbEKnGtNpasDbsVDLiyXHu5UNBxg2eD2HmRzCoCagJw==", + "license": "MIT", "peerDependencies": { - "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ~19" } }, "node_modules/readable-stream": { diff --git a/package.json b/package.json index 1c45a1b6..0a28fc28 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-router-hash-link": "^2.0.0", - "react-to-print": "^2.14.12", + "react-to-print": "^3.0.0", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "semantic-ui-react": "^2.1.2",