From a02f930f6a29713674f4b98dfa7a1b32615a8715 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Oct 2023 16:50:54 +0000 Subject: [PATCH] fix: upgrade react-parallax-tilt from 1.7.164 to 1.7.166 Snyk has created this PR to upgrade react-parallax-tilt from 1.7.164 to 1.7.166. See this package in npm: https://www.npmjs.com/package/react-parallax-tilt See this project in Snyk: https://app.snyk.io/org/wkylin/project/0c42d1ac-0387-47e3-8537-ec997318643c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dc110d0..38861085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "react-icons": "^4.11.0", "react-loading-skeleton": "^3.3.1", "react-markdown": "^8.0.7", - "react-parallax-tilt": "^1.7.164", + "react-parallax-tilt": "^1.7.166", "react-player": "^2.13.0", "react-qr-code": "^2.0.12", "react-redux": "^8.1.1", @@ -74,7 +74,7 @@ "sse": "github:mpetazzoni/sse.js", "styled-components": "^6.0.7", "three": "^0.156.1", - "typescript": "^5.2.2", + "typescript": "^5.2.0", "use-deep-compare-effect": "^1.8.1", "use-react-router-breadcrumbs": "^4.0.1", "user-agents": "^1.0.1444", @@ -29902,9 +29902,9 @@ "integrity": "sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==" }, "node_modules/react-parallax-tilt": { - "version": "1.7.164", - "resolved": "https://registry.npmmirror.com/react-parallax-tilt/-/react-parallax-tilt-1.7.164.tgz", - "integrity": "sha512-ehKIYYPol5/vp5misVDpmESVFLwjCClieHxzjPtZSsSeR6+m/l7/jp7gYl4KPR3vA3lqi8griNi3c1T4tDUBXA==", + "version": "1.7.166", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.166.tgz", + "integrity": "sha512-ta8lUE6MJhLAAO/T/2V8JwJ39VGaS0lpr9IybMtPjulV0i1OXNFI5v8xPDMWKuL+LoAO5NEEncfrzF3bu4QD/A==", "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 248f4996..ac80e545 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "react-icons": "^4.11.0", "react-loading-skeleton": "^3.3.1", "react-markdown": "^8.0.7", - "react-parallax-tilt": "^1.7.164", + "react-parallax-tilt": "^1.7.166", "react-player": "^2.13.0", "react-qr-code": "^2.0.12", "react-redux": "^8.1.1",