From bfacee2506cdd2fb7bc9da7fcbff4fcb3d9f33d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:57:37 +0000 Subject: [PATCH] Bump react-parallax-tilt from 1.7.245 to 1.7.285 Bumps [react-parallax-tilt](https://github.com/mkosir/react-parallax-tilt) from 1.7.245 to 1.7.285. - [Release notes](https://github.com/mkosir/react-parallax-tilt/releases) - [Commits](https://github.com/mkosir/react-parallax-tilt/compare/v1.7.245...v1.7.285) --- updated-dependencies: - dependency-name: react-parallax-tilt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9682cb7d..1d2c0137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-loader-spinner": "^6.1.6", "react-markdown": "^9.0.1", "react-modal": "^3.16.1", - "react-parallax-tilt": "^1.7.245", + "react-parallax-tilt": "^1.7.285", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", "react-scroll-to-top": "^3.0.0", @@ -4956,12 +4956,13 @@ } }, "node_modules/react-parallax-tilt": { - "version": "1.7.245", - "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.245.tgz", - "integrity": "sha512-WTyACpCvZgfM2FyN3Yf66stxe+B5L0E6mPoimCOzrBQykJFDE3ojwlhleuEqxFZ44Y289W2PR0gCDapX+N9/Aw==", + "version": "1.7.285", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.285.tgz", + "integrity": "sha512-WRYyvLoaZvLwqDKHuSE/sDODPNuaCXH5nRcgC0zTtnnVaWZHQN21dTS7sq1SZgkI8Dwm2AoN3DW7C65oXeaEKg==", + "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": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-redux": { diff --git a/package.json b/package.json index b30cdf43..7947ae4a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-loader-spinner": "^6.1.6", "react-markdown": "^9.0.1", "react-modal": "^3.16.1", - "react-parallax-tilt": "^1.7.245", + "react-parallax-tilt": "^1.7.285", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", "react-scroll-to-top": "^3.0.0",