⬆️ Bump jarallax from 2.1.4 to 2.2.0 in /website (#5147)

Bumps [jarallax](https://github.com/nk-o/jarallax) from 2.1.4 to 2.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nk-o/jarallax/blob/master/CHANGELOG.md">jarallax's changelog</a>.</em></p>
<blockquote>
<h2>[2.2.0] - Jan 27, 2024</h2>
<ul>
<li>updated video worker:
<ul>
<li>added support for private Vimeo videos hash in URL</li>
<li>fixed <code>play</code> method play when <code>endTime</code> reached</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f8060f98d1"><code>f8060f9</code></a> v2.2.0</li>
<li><a href="2df482e478"><code>2df482e</code></a> updated video-worker</li>
<li><a href="afa456f38b"><code>afa456f</code></a> Update npm-publish.yml</li>
<li>See full diff in <a href="https://github.com/nk-o/jarallax/compare/v2.1.4...v2.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jarallax&package-manager=npm_and_yarn&previous-version=2.1.4&new-version=2.2.0)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>
This commit is contained in:
dependabot[bot] 2024-01-29 05:25:28 +00:00 committed by GitHub
parent 79194c44df
commit 41f2808bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -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.4",
"jarallax": "^2.2.0",
"mdx-mermaid": "^2.0.0",
"mermaid": "^10.7.0",
"prism-react-renderer": "^2.1.0",
@ -8993,11 +8993,11 @@
}
},
"node_modules/jarallax": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.1.4.tgz",
"integrity": "sha512-MZHX2JNKj5sply24QSTrF5hdK0HGDe26YJcGvO3u0rI3ls348KSYPONCQTJ2A3EdM/8k4rjwgW+AdxeLeY8E5A==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/jarallax/-/jarallax-2.2.0.tgz",
"integrity": "sha512-eOMYb1RaCkmPuJ8W1exbLKh5wdhg2D3pLkNmH824xvfH7Mw6swmw9wQklDe0Y+44S3GuJMEZt6P9pUMhdyQOgQ==",
"dependencies": {
"video-worker": "^2.1.5"
"video-worker": "^2.2.0"
}
},
"node_modules/jest-util": {
@ -17584,9 +17584,9 @@
}
},
"node_modules/video-worker": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.1.5.tgz",
"integrity": "sha512-lX6mywHsMeo2fB8smiaffQYpkcBaQh63oVrAsGekAOoIE5dv39YchJhZ6rresiNcJHy+Hv59dd+1yZs08jnFXA=="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/video-worker/-/video-worker-2.2.0.tgz",
"integrity": "sha512-bjdpCArfD/kvt3HBU2sJUEEFq+6HjIufKXL2NojWswInxalJwR5yh/cgaGismHS8PAe5hx+W0GfrFqlxJTfI/w=="
},
"node_modules/watchpack": {
"version": "2.4.0",

View File

@ -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.4",
"jarallax": "^2.2.0",
"mdx-mermaid": "^2.0.0",
"mermaid": "^10.7.0",
"prism-react-renderer": "^2.1.0",