From 64696ec83b9745946505b9b6c1b576ddcf8e475b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 05:29:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20jarallax=20from=202?= =?UTF-8?q?.0.4=20to=202.1.0=20in=20/website=20(#1837)?= 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 5b6c62e00..48fcd6fad 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.0.4", + "jarallax": "^2.1.0", "mdx-mermaid": "^1.3.2", "mermaid": "^9.3.0", "prism-react-renderer": "^1.3.5", @@ -8687,11 +8687,11 @@ } }, "node_modules/jarallax": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.0.4.tgz", - "integrity": "sha512-vvQXYiRsjhmuD6vmgnkbzFWUBTmOXUFK4ncD8bUQ74rUAaRHFAwE3m4pbOqmxecdljWXtufA4EYVu67+L8PKBA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.0.tgz", + "integrity": "sha512-SQ4dYb5zyr3h71IUt2vPrMH3a40F8gUz3r9xnrY/0vydSlpbL0qj9mRpQhZk6xMXsqg9HbVyef1IcNGbNe/adw==", "dependencies": { - "video-worker": "^2.0.0" + "video-worker": "^2.1.2" } }, "node_modules/jest-worker": { @@ -13894,9 +13894,9 @@ } }, "node_modules/video-worker": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.0.0.tgz", - "integrity": "sha512-hdah9eSOaxDgj8SSE82HQkj4yzgXVK91ceMqJc6/0Q+M2710LTy7J1Jxgw5RDSPRfgMc68YuFtgptnodsje5Fw==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.2.tgz", + "integrity": "sha512-Hv0Ot8vJvc1csadfchMerC0zNRkCJAUy+QUmZ+QqByuyabF5xib7OlA6Uh34q6HzJ42fwr9PkrSjALEA+HJ8rQ==" }, "node_modules/wait-on": { "version": "6.0.1", @@ -20467,11 +20467,11 @@ "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" }, "jarallax": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.0.4.tgz", - "integrity": "sha512-vvQXYiRsjhmuD6vmgnkbzFWUBTmOXUFK4ncD8bUQ74rUAaRHFAwE3m4pbOqmxecdljWXtufA4EYVu67+L8PKBA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.0.tgz", + "integrity": "sha512-SQ4dYb5zyr3h71IUt2vPrMH3a40F8gUz3r9xnrY/0vydSlpbL0qj9mRpQhZk6xMXsqg9HbVyef1IcNGbNe/adw==", "requires": { - "video-worker": "^2.0.0" + "video-worker": "^2.1.2" } }, "jest-worker": { @@ -23819,9 +23819,9 @@ } }, "video-worker": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.0.0.tgz", - "integrity": "sha512-hdah9eSOaxDgj8SSE82HQkj4yzgXVK91ceMqJc6/0Q+M2710LTy7J1Jxgw5RDSPRfgMc68YuFtgptnodsje5Fw==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.2.tgz", + "integrity": "sha512-Hv0Ot8vJvc1csadfchMerC0zNRkCJAUy+QUmZ+QqByuyabF5xib7OlA6Uh34q6HzJ42fwr9PkrSjALEA+HJ8rQ==" }, "wait-on": { "version": "6.0.1", diff --git a/website/package.json b/website/package.json index b692713df..1f30bf8e0 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.0.4", + "jarallax": "^2.1.0", "mdx-mermaid": "^1.3.2", "mermaid": "^9.3.0", "prism-react-renderer": "^1.3.5",