From 56c925e81eca0b97235f736188fb8486c32446cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:09:05 +0000 Subject: [PATCH] Bump st from 0.2.6 to 1.2.2 Bumps [st](https://github.com/isaacs/st) from 0.2.6 to 1.2.2. - [Release notes](https://github.com/isaacs/st/releases) - [Commits](https://github.com/isaacs/st/compare/v0.2.6...v1.2.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c249ba..c350f0c 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ }, "homepage": "https://github.com/confcodeofconduct/confcodeofconduct.com", "dependencies": { - "st": "~0.2.5" + "st": "~1.2.2" } }