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",