From 6cbdd0c5893409991aa9516e9371d039a604f6d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 May 2021 20:02:17 +0000 Subject: [PATCH] fix: upgrade inflection from 1.12.0 to 1.13.0 Snyk has created this PR to upgrade inflection from 1.12.0 to 1.13.0. See this package in npm: https://www.npmjs.com/package/inflection See this project in Snyk: https://app.snyk.io/org/fratzinger/project/4f09ef48-8906-4533-972e-f48cb73547f7?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f585ca..c2c16dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2234,9 +2234,9 @@ "dev": true }, "inflection": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz", - "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.0.tgz", + "integrity": "sha512-AeJj0v2Cqo/9t+H5cOHoiJPf//Te+Nw89Fc/mtAtgd1ggssr+P63qQ0Ql8KG63++xOiD3Ataouak2KBDleX3Jg==" }, "inflight": { "version": "1.0.6", diff --git a/package.json b/package.json index 9a2a6be..c8e792f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "ejs": "^3.1.6", "fs-extra": "^9.1.0", - "inflection": "^1.12.0", + "inflection": "^1.13.0", "lodash": "^4.17.20" }, "devDependencies": {