From ccbd4fdf5196b8b0f482e624a1ed7e13e767de56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:23:59 +0000 Subject: [PATCH] chore(deps): bump masto from 6.4.0 to 6.5.1 Bumps [masto](https://github.com/neet/masto.js) from 6.4.0 to 6.5.1. - [Release notes](https://github.com/neet/masto.js/releases) - [Changelog](https://github.com/neet/masto.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/neet/masto.js/compare/v6.4.0...v6.5.1) --- updated-dependencies: - dependency-name: masto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1733925..220eed7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@actions/core": "^1.10.1", - "masto": "^6.4.0" + "masto": "^6.5.1" }, "devDependencies": { "@vercel/ncc": "^0.38.1", @@ -896,9 +896,9 @@ } }, "node_modules/masto": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/masto/-/masto-6.4.0.tgz", - "integrity": "sha512-G4ANhXQGpfaAkeeRMYWxShSWqkCxrZvtvsHihQJSIcViy6ynUgxYd8wI0i6n1YokIGs7VoS7IPN+/JjMtyj1VA==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/masto/-/masto-6.5.1.tgz", + "integrity": "sha512-jQTWSNmwtKPQ/H9gW6dIvX4cYIQZE5tKwFFwv6/hcuwqHuYaNHMMU51Qt9pqC1y9NZshivwsMijC9QKUKIiHhg==", "dependencies": { "change-case": "^4.1.2", "events-to-async": "^2.0.1", @@ -2061,9 +2061,9 @@ } }, "masto": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/masto/-/masto-6.4.0.tgz", - "integrity": "sha512-G4ANhXQGpfaAkeeRMYWxShSWqkCxrZvtvsHihQJSIcViy6ynUgxYd8wI0i6n1YokIGs7VoS7IPN+/JjMtyj1VA==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/masto/-/masto-6.5.1.tgz", + "integrity": "sha512-jQTWSNmwtKPQ/H9gW6dIvX4cYIQZE5tKwFFwv6/hcuwqHuYaNHMMU51Qt9pqC1y9NZshivwsMijC9QKUKIiHhg==", "requires": { "change-case": "^4.1.2", "events-to-async": "^2.0.1", diff --git a/package.json b/package.json index e3e0a4d..b3e302a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/cbrgm/mastodon-github-action#readme", "dependencies": { "@actions/core": "^1.10.1", - "masto": "^6.4.0" + "masto": "^6.5.1" }, "devDependencies": { "@vercel/ncc": "^0.38.1",