From e240e70acda3aabd734384db1235ab8222bdc7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 03:30:44 +0000 Subject: [PATCH] Bump i from 0.3.6 to 0.3.7 in /hystrixjs-fun/service-with-hystrix 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] --- hystrixjs-fun/service-with-hystrix/package-lock.json | 6 +++--- hystrixjs-fun/service-with-hystrix/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hystrixjs-fun/service-with-hystrix/package-lock.json b/hystrixjs-fun/service-with-hystrix/package-lock.json index 0057341..c97b0c2 100644 --- a/hystrixjs-fun/service-with-hystrix/package-lock.json +++ b/hystrixjs-fun/service-with-hystrix/package-lock.json @@ -240,9 +240,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/hystrixjs-fun/service-with-hystrix/package.json b/hystrixjs-fun/service-with-hystrix/package.json index b3d548a..3803c10 100644 --- a/hystrixjs-fun/service-with-hystrix/package.json +++ b/hystrixjs-fun/service-with-hystrix/package.json @@ -8,7 +8,7 @@ "express": "^4.16.2", "hystrix-dashboard": "^1.0.3", "hystrixjs": "^0.2.0", - "i": "^0.3.6", + "i": "^0.3.7", "rxjs": "^5.5.2" }, "devDependencies": {},