From a85a12aec8d296ced7b1be545fd9c29153be455e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:48:45 +0000 Subject: [PATCH] Bump make-plural from 7.1.0 to 8.1.0 in /api Bumps [make-plural](https://github.com/eemeli/make-plural/tree/HEAD/packages/plurals) from 7.1.0 to 8.1.0. - [Release notes](https://github.com/eemeli/make-plural/releases) - [Changelog](https://github.com/eemeli/make-plural/blob/main/packages/plurals/CHANGELOG.md) - [Commits](https://github.com/eemeli/make-plural/commits/make-plural@8.1.0/packages/plurals) --- updated-dependencies: - dependency-name: make-plural dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 14 +++++++------- api/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 1db4e4d50..704be77c2 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -33,7 +33,7 @@ "ioredis": "^4.28.3", "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", - "make-plural": "^7.1.0", + "make-plural": "^8.1.0", "moment": "^2.29.4", "ms": "^2.1.3", "nats": "^2.18.0", @@ -11231,9 +11231,9 @@ } }, "node_modules/make-plural": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.1.0.tgz", - "integrity": "sha512-PKkwVlAxYVo98NrbclaQIT4F5Oy+X58PZM5r2IwUSCe3syya6PXkIRCn2XCdz7p58Scgpp50PBeHmepXVDG3hg==" + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-8.1.0.tgz", + "integrity": "sha512-p8EfQ2LFxnU4KGc82hOYdUplQw0eoWJLzJVKyv2GR9sd4zkjA8bLSXLEmp/qE08c/cFTZOK8j6Ex80+Wey+4PA==" }, "node_modules/makeerror": { "version": "1.0.12", @@ -22237,9 +22237,9 @@ } }, "make-plural": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.1.0.tgz", - "integrity": "sha512-PKkwVlAxYVo98NrbclaQIT4F5Oy+X58PZM5r2IwUSCe3syya6PXkIRCn2XCdz7p58Scgpp50PBeHmepXVDG3hg==" + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-8.1.0.tgz", + "integrity": "sha512-p8EfQ2LFxnU4KGc82hOYdUplQw0eoWJLzJVKyv2GR9sd4zkjA8bLSXLEmp/qE08c/cFTZOK8j6Ex80+Wey+4PA==" }, "makeerror": { "version": "1.0.12", diff --git a/api/package.json b/api/package.json index 6af506a98..8b1cd2a26 100644 --- a/api/package.json +++ b/api/package.json @@ -50,7 +50,7 @@ "ioredis": "^4.28.3", "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", - "make-plural": "^7.1.0", + "make-plural": "^8.1.0", "moment": "^2.29.4", "ms": "^2.1.3", "nats": "^2.18.0",