From 699a46dba7a8c0eb5f5ff9d89412541864f4fc91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:31:38 +0000 Subject: [PATCH] Bump i from 0.3.6 to 0.3.7 in /cowork-panel Bumps [i](https://github.com/pksunkara/inflect) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/pksunkara/inflect/releases) - [Commits](https://github.com/pksunkara/inflect/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: i dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cowork-panel/package-lock.json | 6 +++--- cowork-panel/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cowork-panel/package-lock.json b/cowork-panel/package-lock.json index 43e9694..a10b235 100644 --- a/cowork-panel/package-lock.json +++ b/cowork-panel/package-lock.json @@ -6446,9 +6446,9 @@ } }, "i": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/i/-/i-0.3.6.tgz", - "integrity": "sha1-2WyScyB28HJxG2sQ/X1PZa2O4j0=" + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/i/-/i-0.3.7.tgz", + "integrity": "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==" }, "iconv-lite": { "version": "0.4.19", diff --git a/cowork-panel/package.json b/cowork-panel/package.json index 015569a..800983e 100644 --- a/cowork-panel/package.json +++ b/cowork-panel/package.json @@ -17,7 +17,7 @@ "axios": "^0.16.2", "bulma": "^0.6.2", "font-awesome": "^4.7.0", - "i": "^0.3.6", + "i": "^0.3.7", "npm": "^6.13.4", "prerender-spa-plugin": "^3.1.0", "vue": "^2.3.3",