⬆️ Bump jarallax from 2.1.0 to 2.1.3 in /website (#1855)

This commit is contained in:
dependabot[bot] 2022-12-19 05:18:45 +00:00 committed by GitHub
parent af15eb032c
commit 85cf9ae120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -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",

View File

@ -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",