From 87ed67dcf31e3bc826ada8e21c4a13d6f8ec471f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:25:06 +0000 Subject: [PATCH] chore(deps): bump artalk from 2.8.2 to 2.8.3 (#1197) Bumps [artalk](https://github.com/ArtalkJS/Artalk/tree/HEAD/ui/artalk) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/ArtalkJS/Artalk/releases) - [Changelog](https://github.com/ArtalkJS/Artalk/blob/master/CHANGELOG.md) - [Commits](https://github.com/ArtalkJS/Artalk/commits/v2.8.3/ui/artalk) --- updated-dependencies: - dependency-name: artalk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfdfa075e..41d9c5bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@waline/client": "^2.15.8", "aplayer": "^1.10.1", - "artalk": "^2.8.2", + "artalk": "^2.8.3", "atomic-algolia": "^0.3.19", "autocomplete.js": "^0.38.1", "clipboard": "^2.0.11", @@ -2624,9 +2624,9 @@ } }, "node_modules/artalk": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/artalk/-/artalk-2.8.2.tgz", - "integrity": "sha512-dz3RssQUrR4sJeqPIxobnrlchEfpVuprNb9c8gkhlTk4Cc8e94ls6OrOPTtcKiMjHF50yDgeu6/+OenXY0k8aA==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/artalk/-/artalk-2.8.3.tgz", + "integrity": "sha512-AaBPo4LEyikJmJIj2kZ3YgLP3mT/8CuLdbyNffsmdpiMES1Kmn/Jlno2L3cXhON9jPXLuUqZVWz6oJOFQDSLWQ==", "dependencies": { "abortcontroller-polyfill": "^1.7.5", "hanabi": "^0.4.0", diff --git a/package.json b/package.json index 3b862a447..06312c19c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@waline/client": "^2.15.8", "aplayer": "^1.10.1", - "artalk": "^2.8.2", + "artalk": "^2.8.3", "atomic-algolia": "^0.3.19", "autocomplete.js": "^0.38.1", "clipboard": "^2.0.11",