diff --git a/package-lock.json b/package-lock.json index 0c9ee2ff..2eaa37f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "change-case": "^4.1.2", "debug": "^4.3.4", "depd": "^2.0.0", - "inflection": "^1.13.2", + "inflection": "^1.13.4", "lodash": "^4.17.21", "loopback-connector": "^5.0.1", "minimatch": "^5.1.0", @@ -2851,9 +2851,9 @@ } }, "node_modules/inflection": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.2.tgz", - "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz", + "integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==", "engines": [ "node >= 0.4.0" ] @@ -7818,9 +7818,9 @@ "dev": true }, "inflection": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.2.tgz", - "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==" + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.4.tgz", + "integrity": "sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==" }, "inflight": { "version": "1.0.6", diff --git a/package.json b/package.json index 1f994cff..ec9dfdea 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "change-case": "^4.1.2", "debug": "^4.3.4", "depd": "^2.0.0", - "inflection": "^1.13.2", + "inflection": "^1.13.4", "lodash": "^4.17.21", "loopback-connector": "^5.0.1", "minimatch": "^5.1.0",