From 1703fab838502ed96af41fb7b13efe9bf8ca2876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:15:31 +0000 Subject: [PATCH] chore(deps): bump artalk from 2.6.4 to 2.7.2 Bumps [artalk](https://github.com/ArtalkJS/Artalk/tree/HEAD/ui/packages/artalk) from 2.6.4 to 2.7.2. - [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.7.2/ui/packages/artalk) --- updated-dependencies: - dependency-name: artalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 a40bb363e..167f9b57b 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.6.4", + "artalk": "^2.7.2", "atomic-algolia": "^0.3.19", "autocomplete.js": "^0.38.1", "clipboard": "^2.0.11", @@ -2634,9 +2634,9 @@ } }, "node_modules/artalk": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/artalk/-/artalk-2.6.4.tgz", - "integrity": "sha512-26mnU1gL7aoM2g5i0AkgPgwoQ7+xvbkqbs9xs+ZFdT6BMeyC1lpMVIPLLui7VIRtJnJAq6sUQxMb4Lq6F2AVZA==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/artalk/-/artalk-2.7.2.tgz", + "integrity": "sha512-piGzAx5wUnFoXDOk28TH9Z+zJ7VDFgPHhsqka7LyqoFxo7sNQUgQZjDtn7JWnXxxMSA0/XqJIzpBerS0yllObg==", "dependencies": { "abortcontroller-polyfill": "^1.7.5", "hanabi": "^0.4.0", diff --git a/package.json b/package.json index db398f4d5..92c2d4f9f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@waline/client": "^2.15.8", "aplayer": "^1.10.1", - "artalk": "^2.6.4", + "artalk": "^2.7.2", "atomic-algolia": "^0.3.19", "autocomplete.js": "^0.38.1", "clipboard": "^2.0.11",