From b2b505c73dd538004105f494e45cc5305c560aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:26:42 +0000 Subject: [PATCH] Bump react-parallax-tilt from 1.7.233 to 1.7.234 Bumps [react-parallax-tilt](https://github.com/mkosir/react-parallax-tilt) from 1.7.233 to 1.7.234. - [Release notes](https://github.com/mkosir/react-parallax-tilt/releases) - [Commits](https://github.com/mkosir/react-parallax-tilt/compare/v1.7.233...v1.7.234) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d334aa1c..ed7dcbb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-loader-spinner": "^6.1.6", "react-markdown": "^9.0.1", "react-modal": "^3.16.1", - "react-parallax-tilt": "^1.7.233", + "react-parallax-tilt": "^1.7.234", "react-redux": "^9.1.2", "react-router-dom": "^6.25.1", "react-scroll-to-top": "^3.0.0", @@ -4952,9 +4952,9 @@ } }, "node_modules/react-parallax-tilt": { - "version": "1.7.233", - "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.233.tgz", - "integrity": "sha512-T1dkDyXB7HFZ67nTAC2hX21+HckZGo3fArZnCglkwuRIheELogfieKgLGYOq1aEZH+LhTB0bnAUA/iYUqCVrxA==", + "version": "1.7.234", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.234.tgz", + "integrity": "sha512-/53zDaXwDDXBc3J/k6/voqxKqyX9f6naPl8VilWRcWSvGxkyj6Wb6p57WJuj9EhVYHWwu84ructJvw8RlBB3Ng==", "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" diff --git a/package.json b/package.json index 28daf0f1..37d87cc8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-loader-spinner": "^6.1.6", "react-markdown": "^9.0.1", "react-modal": "^3.16.1", - "react-parallax-tilt": "^1.7.233", + "react-parallax-tilt": "^1.7.234", "react-redux": "^9.1.2", "react-router-dom": "^6.25.1", "react-scroll-to-top": "^3.0.0",