From 6d242251d0973e06a666c230c509b01ef8aa308d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:45:44 +0000 Subject: [PATCH] chore(deps): bump async-neocities from 2.1.6 to 3.0.7 Bumps [async-neocities](https://github.com/bcomnes/async-neocities) from 2.1.6 to 3.0.7. - [Release notes](https://github.com/bcomnes/async-neocities/releases) - [Changelog](https://github.com/bcomnes/async-neocities/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/async-neocities/compare/v2.1.6...v3.0.7) --- updated-dependencies: - dependency-name: async-neocities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b76f03f..d96e7c8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@actions/core": "1.11.1", - "async-neocities": "2.1.6", + "async-neocities": "3.0.7", "minimatch": "10.0.1", "ms": "2.1.3", "pony-cause": "^2.1.4",