From cac4298863a2083ab841f8f7a881d880051e4f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:26:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20jarallax=20from=202?= =?UTF-8?q?.1.3=20to=202.1.4=20in=20/website=20(#4152)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jarallax](https://github.com/nk-o/jarallax) from 2.1.3 to 2.1.4.
Changelog

Sourced from jarallax's changelog.

[2.1.4] - Aug 29, 2023

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jarallax&package-manager=npm_and_yarn&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- website/package-lock.json | 14 +++++++------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 8f5a336cb..d5535e53e 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -18,7 +18,7 @@ "docusaurus-plugin-image-zoom": "^1.0.1", "docusaurus-plugin-sass": "^0.2.5", "feather-icons": "^4.29.1", - "jarallax": "^2.1.3", + "jarallax": "^2.1.4", "mdx-mermaid": "^1.3.2", "mermaid": "^10.4.0", "prism-react-renderer": "^1.3.5", @@ -8815,9 +8815,9 @@ } }, "node_modules/jarallax": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.3.tgz", - "integrity": "sha512-d8+mAnxc2bN/d/PPzG9fl4I5Pbx81dxZTxmjueER2659XD5CfZF7ZCm4sHRx4aEESF/QTesuwT2766Aj+Ne3Ww==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.4.tgz", + "integrity": "sha512-MZHX2JNKj5sply24QSTrF5hdK0HGDe26YJcGvO3u0rI3ls348KSYPONCQTJ2A3EdM/8k4rjwgW+AdxeLeY8E5A==", "dependencies": { "video-worker": "^2.1.5" } @@ -21494,9 +21494,9 @@ "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" }, "jarallax": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.3.tgz", - "integrity": "sha512-d8+mAnxc2bN/d/PPzG9fl4I5Pbx81dxZTxmjueER2659XD5CfZF7ZCm4sHRx4aEESF/QTesuwT2766Aj+Ne3Ww==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.4.tgz", + "integrity": "sha512-MZHX2JNKj5sply24QSTrF5hdK0HGDe26YJcGvO3u0rI3ls348KSYPONCQTJ2A3EdM/8k4rjwgW+AdxeLeY8E5A==", "requires": { "video-worker": "^2.1.5" } diff --git a/website/package.json b/website/package.json index 217b89a9a..d293fda26 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "docusaurus-plugin-image-zoom": "^1.0.1", "docusaurus-plugin-sass": "^0.2.5", "feather-icons": "^4.29.1", - "jarallax": "^2.1.3", + "jarallax": "^2.1.4", "mdx-mermaid": "^1.3.2", "mermaid": "^10.4.0", "prism-react-renderer": "^1.3.5",