From 85cf9ae12026c841d5abc1a423dd5d79ef6e702c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:18:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20jarallax=20from=202?= =?UTF-8?q?.1.0=20to=202.1.3=20in=20/website=20(#1855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/package-lock.json | 30 +++++++++++++++--------------- website/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 48fcd6fad..a0887567f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -18,7 +18,7 @@ "docusaurus-plugin-image-zoom": "^0.1.1", "docusaurus-plugin-sass": "^0.2.2", "feather-icons": "^4.29.0", - "jarallax": "^2.1.0", + "jarallax": "^2.1.3", "mdx-mermaid": "^1.3.2", "mermaid": "^9.3.0", "prism-react-renderer": "^1.3.5", @@ -8687,11 +8687,11 @@ } }, "node_modules/jarallax": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.0.tgz", - "integrity": "sha512-SQ4dYb5zyr3h71IUt2vPrMH3a40F8gUz3r9xnrY/0vydSlpbL0qj9mRpQhZk6xMXsqg9HbVyef1IcNGbNe/adw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.3.tgz", + "integrity": "sha512-d8+mAnxc2bN/d/PPzG9fl4I5Pbx81dxZTxmjueER2659XD5CfZF7ZCm4sHRx4aEESF/QTesuwT2766Aj+Ne3Ww==", "dependencies": { - "video-worker": "^2.1.2" + "video-worker": "^2.1.5" } }, "node_modules/jest-worker": { @@ -13894,9 +13894,9 @@ } }, "node_modules/video-worker": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.2.tgz", - "integrity": "sha512-Hv0Ot8vJvc1csadfchMerC0zNRkCJAUy+QUmZ+QqByuyabF5xib7OlA6Uh34q6HzJ42fwr9PkrSjALEA+HJ8rQ==" + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.5.tgz", + "integrity": "sha512-lX6mywHsMeo2fB8smiaffQYpkcBaQh63oVrAsGekAOoIE5dv39YchJhZ6rresiNcJHy+Hv59dd+1yZs08jnFXA==" }, "node_modules/wait-on": { "version": "6.0.1", @@ -20467,11 +20467,11 @@ "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" }, "jarallax": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.0.tgz", - "integrity": "sha512-SQ4dYb5zyr3h71IUt2vPrMH3a40F8gUz3r9xnrY/0vydSlpbL0qj9mRpQhZk6xMXsqg9HbVyef1IcNGbNe/adw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.3.tgz", + "integrity": "sha512-d8+mAnxc2bN/d/PPzG9fl4I5Pbx81dxZTxmjueER2659XD5CfZF7ZCm4sHRx4aEESF/QTesuwT2766Aj+Ne3Ww==", "requires": { - "video-worker": "^2.1.2" + "video-worker": "^2.1.5" } }, "jest-worker": { @@ -23819,9 +23819,9 @@ } }, "video-worker": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.2.tgz", - "integrity": "sha512-Hv0Ot8vJvc1csadfchMerC0zNRkCJAUy+QUmZ+QqByuyabF5xib7OlA6Uh34q6HzJ42fwr9PkrSjALEA+HJ8rQ==" + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.5.tgz", + "integrity": "sha512-lX6mywHsMeo2fB8smiaffQYpkcBaQh63oVrAsGekAOoIE5dv39YchJhZ6rresiNcJHy+Hv59dd+1yZs08jnFXA==" }, "wait-on": { "version": "6.0.1", diff --git a/website/package.json b/website/package.json index 1f30bf8e0..268eab424 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "docusaurus-plugin-image-zoom": "^0.1.1", "docusaurus-plugin-sass": "^0.2.2", "feather-icons": "^4.29.0", - "jarallax": "^2.1.0", + "jarallax": "^2.1.3", "mdx-mermaid": "^1.3.2", "mermaid": "^9.3.0", "prism-react-renderer": "^1.3.5",