From 55f7eac60c3bc0a69154eb294536f7dd5f21219b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 17:16:47 +0000 Subject: [PATCH] Bump alliser from 0.6.3 to 0.6.5 Bumps [alliser](https://github.com/stscoundrel/alliser) from 0.6.3 to 0.6.5. - [Release notes](https://github.com/stscoundrel/alliser/releases) - [Commits](https://github.com/stscoundrel/alliser/compare/v0.6.3...v0.6.5) --- updated-dependencies: - dependency-name: alliser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3814880..4d78448 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@actions/core": "^1.9.1", - "alliser": "^0.6.3" + "alliser": "^0.6.5" }, "devDependencies": { "@babel/core": "^7.18.13", diff --git a/yarn.lock b/yarn.lock index 2a94b50..041044d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1279,10 +1279,10 @@ ajv@^6.10.0, ajv@^6.12.4: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -alliser@^0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/alliser/-/alliser-0.6.3.tgz#8ab46bc9e36d85f68a6cc7e17368152061305bc2" - integrity sha512-9JhIsCqJgw7pbLPSoFO3a7RDL2pKPrzYLmac56CsI6SZ+bq3yeWOH0mwS3kqY9dfC9EwN57xie7eipygoSVwUA== +alliser@^0.6.5: + version "0.6.5" + resolved "https://registry.yarnpkg.com/alliser/-/alliser-0.6.5.tgz#a6f487393747631f4e930de2f4ad4fef41aed0b0" + integrity sha512-NVnCEqfRzwowqqqc0WOItBLqX8gRLSApH2U4xRAAfQndV+v3ESju2i0AX76rqycUrxVu8fBKRXduJJq0Tke1Fg== ansi-regex@^5.0.1: version "5.0.1"