From 53c3a5853eeb58f9ce5ffa64dbc1576534afeccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 23:08:34 +0000 Subject: [PATCH] Bump httpster from 1.0.4 to 1.1.0 Bumps [httpster](https://github.com/SimbCo/httpster) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/SimbCo/httpster/releases) - [Commits](https://github.com/SimbCo/httpster/commits) --- updated-dependencies: - dependency-name: httpster dependency-type: direct:development ... 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 4c7dec6..446f645 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Orestes Carracedo ", "license": "CC-BY-4.0", "devDependencies": { - "httpster": "^1.0.4" + "httpster": "^1.1.0" }, "scripts": { "serve": "browser-sync start --server --files '*.html'", diff --git a/yarn.lock b/yarn.lock index 35a9136..4e24651 100644 --- a/yarn.lock +++ b/yarn.lock @@ -935,10 +935,10 @@ http-proxy@1.15.2: eventemitter3 "1.x.x" requires-port "1.x.x" -httpster@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/httpster/-/httpster-1.0.4.tgz#76debb5ba91cd6203ecf1403b1fb29cc6921bd99" - integrity sha512-abdvz4AvCOsOM2VoqCcKllt2vYTFe4sRQ8PyPM1fHISPWo9cezUZj6SNe9Dr3jHo5yapnA1XkA93zUkpkx/Maw== +httpster@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/httpster/-/httpster-1.1.0.tgz#7db671e81180a1b253b430d0d2d123820b7f6e0e" + integrity sha512-clvsY6m8L+LIfbwGG9I2FQBdmcWemFUWfnAr6a3tFJ+vJhmzlFkCCZHxCW16YmHLHauXwTsEyPgccsmnf0yCMQ== dependencies: basic-auth "^2.0.0" commander "2.17.x"