diff --git a/website/package-lock.json b/website/package-lock.json index 95eaada5..43f1aee3 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "react": "18.2.0", "react-animate-height": "3.2.3", "react-dom": "18.2.0", - "react-parallax-tilt": "1.7.215" + "react-parallax-tilt": "1.7.216" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.1", @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0", - "postcss": "8.4.36", + "postcss": "8.4.37", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.12", "tailwindcss": "3.4.1", @@ -13213,9 +13213,9 @@ } }, "node_modules/postcss": { - "version": "8.4.36", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.36.tgz", - "integrity": "sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==", + "version": "8.4.37", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.37.tgz", + "integrity": "sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==", "funding": [ { "type": "opencollective", @@ -13233,7 +13233,7 @@ "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.1.0" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -14403,9 +14403,9 @@ } }, "node_modules/react-parallax-tilt": { - "version": "1.7.215", - "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.215.tgz", - "integrity": "sha512-uIIYccEHyaWjedqaYOETjhHHNej+O85cATUOXtMPgdk4rCYjfpFP9FSPfVc4ezD/qUkBD8bzbFH5BKsrbfLZYA==", + "version": "1.7.216", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.216.tgz", + "integrity": "sha512-4hnN4sCyDPDJnDHCJEStnTkvJeaaHmkLflZcZpIZJNtiqMXqqVK4oFNeR8pmH9n7h6Qiz7A9K1iotbWrNDmvWw==", "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" @@ -15637,9 +15637,9 @@ } }, "node_modules/source-map-js": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.1.0.tgz", - "integrity": "sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", "engines": { "node": ">=0.10.0" } diff --git a/website/package.json b/website/package.json index b4b2d190..ffe1c2ed 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ "react": "18.2.0", "react-animate-height": "3.2.3", "react-dom": "18.2.0", - "react-parallax-tilt": "1.7.215" + "react-parallax-tilt": "1.7.216" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.1", @@ -42,7 +42,7 @@ "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0", - "postcss": "8.4.36", + "postcss": "8.4.37", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.12", "tailwindcss": "3.4.1",