From 483f91c2f33320798325a0d974c977989dd68d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:37:34 +0000 Subject: [PATCH] chore(deps): update dependency @types/pluralize to ^0.0.32 (#801) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bc3c963e..11757cc25 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@types/lodash": "^4.14.200", "@types/node": "^18.17.18", "@types/object-hash": "^3.0.5", - "@types/pluralize": "^0.0.30", + "@types/pluralize": "^0.0.32", "@types/semver": "^7.5.2", "@types/slug": "^5.0.4", "@types/strip-ansi": "^5.2.1", diff --git a/yarn.lock b/yarn.lock index 8be5aa12c..96e3c61ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2006,10 +2006,10 @@ dependencies: "@types/node" "*" -"@types/pluralize@^0.0.30": - version "0.0.30" - resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.30.tgz#cddb9923240c20d15e6d5f98fd576ec856b9b3db" - integrity sha512-kVww6xZrW/db5BR9OqiT71J9huRdQ+z/r+LbDuT7/EK50mCmj5FoaIARnVv0rvjUS/YpDox0cDU9lpQT011VBA== +"@types/pluralize@^0.0.32": + version "0.0.32" + resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.32.tgz#1af92c5ab3bb92a4c365ded7d733f9009ade2834" + integrity sha512-exDkoRIkWJlbRDRmtYDbI3ZUE28HwBwHe5VKn4mvpvMW7qIRDHO6URItErBsBSX7J8/PrDLSOHCcbUMFXwA6CA== "@types/retry@0.12.0": version "0.12.0"