From ae6c6ed05ffff59c1c2f26063336cfaa54ad37ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:02:59 +0000 Subject: [PATCH] build(deps): Bump asciinema-player from 3.7.0 to 3.7.1 in /website (#4849) Bumps [asciinema-player](https://github.com/asciinema/asciinema-player) from 3.7.0 to 3.7.1.
Release notes

Sourced from asciinema-player's releases.

3.7.1

Notable changes:

https://www.npmjs.com/package/asciinema-player/v/3.7.1

Demo showing the improved rendering in general:

asciicast

Screenshots showing the fixes to the character alignment and positioning:

image

image

image

image

3.7.1-rc.2

No release notes provided.

3.7.1-rc.1

No release notes provided.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asciinema-player&package-manager=npm_and_yarn&previous-version=3.7.0&new-version=3.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- website/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 453b9292d..5869f785c 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "@types/react": "18.2.73", "@types/react-dom": "18.2.23", "@types/react-syntax-highlighter": "^15.5.11", - "asciinema-player": "^3.7.0", + "asciinema-player": "^3.7.1", "autoprefixer": "10.4.18", "fast-xml-parser": "^4.3.5", "flowbite": "^2.3.0", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index 78c0d247d..b9e02c25c 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -36,8 +36,8 @@ dependencies: specifier: ^15.5.11 version: 15.5.11 asciinema-player: - specifier: ^3.7.0 - version: 3.7.0 + specifier: ^3.7.1 + version: 3.7.1 autoprefixer: specifier: 10.4.18 version: 10.4.18(postcss@8.4.35) @@ -917,8 +917,8 @@ packages: /arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} - /asciinema-player@3.7.0: - resolution: {integrity: sha512-0RDc4j7TkjyhAwxkDe3vNqjAcizc7tubYW2VZi/06csY8iAoSC2uRvSyfNzh9ONDZu8pdf0bZJ91A84Gexb3tg==} + /asciinema-player@3.7.1: + resolution: {integrity: sha512-zDJteGjBzNQhHEnD0aG7GqV3E53sOyKb1WCxKNRm2PquU70Lq3s4xxb91wyDS0hBJ3J/TB8aY3y8gjGPN+T23A==} dependencies: '@babel/runtime': 7.24.0 solid-js: 1.8.15