From 14bac38739546f8266caf3772f703b8486e6448f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Mar 2024 19:35:40 +0000 Subject: [PATCH] fix: upgrade react-parallax-tilt from 1.7.180 to 1.7.211 Snyk has created this PR to upgrade react-parallax-tilt from 1.7.180 to 1.7.211. See this package in npm: https://www.npmjs.com/package/react-parallax-tilt See this project in Snyk: https://app.snyk.io/org/ladunjexa/project/626fcacc-e3a0-4a82-b6bc-b670a7fda4d8?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 b6172afd..54487409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "maath": "^0.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-parallax-tilt": "^1.7.180", + "react-parallax-tilt": "^1.7.211", "react-router-dom": "^6.8.1", "react-vertical-timeline-component": "^3.6.0", "three": "^0.149.0" @@ -3971,9 +3971,9 @@ } }, "node_modules/react-parallax-tilt": { - "version": "1.7.180", - "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.180.tgz", - "integrity": "sha512-xX2u7rG1S7qnrPWJkLo1kpPUd5AtNg0XKOBtQ1DRCX059xl+eN2awf/U0VBzYkLxq2mx8Jc51qptOMvcKFNkcA==", + "version": "1.7.211", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.211.tgz", + "integrity": "sha512-qLDx/gibaMKVMDaNWv5BFvdB51HKdcMnXk4oqsdqCF7q44KNv1rhsrKJScgBUzIZbz3IhD1iPn5+8s0Uv04i9g==", "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 19b86ca6..957bc104 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "maath": "^0.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-parallax-tilt": "^1.7.180", + "react-parallax-tilt": "^1.7.211", "react-router-dom": "^6.8.1", "react-vertical-timeline-component": "^3.6.0", "three": "^0.149.0"