From 19d9ee334794e5cacb216f32130e31b4d191126c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:46:22 +0000 Subject: [PATCH] fix(deps): update dependency asciinema-player to v3.8.0 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf07759..e64c9f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@docusaurus/core": "2.4.1", "@docusaurus/preset-classic": "2.4.1", "@mdx-js/react": "1.6.22", - "asciinema-player": "3.0.0-rc.1", + "asciinema-player": "3.8.0", "clsx": "1.1.1", "docusaurus-lunr-search": "2.1.15", "react": "17.0.2", @@ -4042,12 +4042,13 @@ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, "node_modules/asciinema-player": { - "version": "3.0.0-rc.1", - "resolved": "https://registry.npmjs.org/asciinema-player/-/asciinema-player-3.0.0-rc.1.tgz", - "integrity": "sha512-r0yRCnifQ+UuyInLBwanupOUk7FPIs1NgD3D+egaSCXzK1+PSQf0aHo/dfpZFY2sml9mA0cqUHJFQ4KnuUJS1Q==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/asciinema-player/-/asciinema-player-3.8.0.tgz", + "integrity": "sha512-yFoAcjFK9WJ0D+aagkT0YXOWRbyXoOe/TQHq07oQP6prItXQkWn46fdvUb6zqJu2AywmY8VjBEwZ6ciL8IbezQ==", + "license": "Apache-2.0", "dependencies": { - "@babel/runtime": "^7.15.4", - "solid-js": "^1.1.6" + "@babel/runtime": "^7.21.0", + "solid-js": "^1.3.0" } }, "node_modules/at-least-node": { diff --git a/package.json b/package.json index 04f5d4f..e0ba301 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@docusaurus/core": "2.4.1", "@docusaurus/preset-classic": "2.4.1", "@mdx-js/react": "1.6.22", - "asciinema-player": "3.0.0-rc.1", + "asciinema-player": "3.8.0", "clsx": "1.1.1", "docusaurus-lunr-search": "2.1.15", "react": "17.0.2",