diff --git a/functions/package-lock.json b/functions/package-lock.json index 874672f..f830f86 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -7,7 +7,7 @@ "name": "functions", "dependencies": { "@google-cloud/storage": "^5.8.1", - "@lingdocs/inflect": "5.1.1", + "@lingdocs/inflect": "5.1.2", "@types/cors": "^2.8.10", "@types/google-spreadsheet": "^3.0.2", "@types/react": "^18.0.21", @@ -269,9 +269,9 @@ } }, "node_modules/@lingdocs/inflect": { - "version": "5.1.1", - "resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.1.tgz", - "integrity": "sha512-Z+hgIAgP5nHGRISJ26zKp3bJ9ig0aBDoc1ldaVRysX9an2J9CjF4qzqea5y8vvjfsrppWAPjY6d7KQmEO6BrVA==", + "version": "5.1.2", + "resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.2.tgz", + "integrity": "sha512-1lIfxCA/nj1ZbicKgWGnGIIeB94pk3OVroXZ6mVgqRX8KFR+f/vvdyifRmOapqPA8KVLT1Z2Fv+11SKcmTmQOw==", "license": "MIT", "dependencies": { "pbf": "^3.2.1", @@ -3038,9 +3038,9 @@ } }, "@lingdocs/inflect": { - "version": "5.1.1", - "resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.1.tgz", - "integrity": "sha512-Z+hgIAgP5nHGRISJ26zKp3bJ9ig0aBDoc1ldaVRysX9an2J9CjF4qzqea5y8vvjfsrppWAPjY6d7KQmEO6BrVA==", + "version": "5.1.2", + "resolved": "https://npm.lingdocs.com/@lingdocs%2finflect/-/inflect-5.1.2.tgz", + "integrity": "sha512-1lIfxCA/nj1ZbicKgWGnGIIeB94pk3OVroXZ6mVgqRX8KFR+f/vvdyifRmOapqPA8KVLT1Z2Fv+11SKcmTmQOw==", "requires": { "pbf": "^3.2.1", "rambda": "^7.3.0" diff --git a/functions/package.json b/functions/package.json index 406a694..21ddd4e 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "main": "lib/functions/src/index.js", "dependencies": { "@google-cloud/storage": "^5.8.1", - "@lingdocs/inflect": "5.1.1", + "@lingdocs/inflect": "5.1.2", "@types/cors": "^2.8.10", "@types/google-spreadsheet": "^3.0.2", "@types/react": "^18.0.21", diff --git a/website/package.json b/website/package.json index be88cce..832100e 100644 --- a/website/package.json +++ b/website/package.json @@ -7,7 +7,7 @@ "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", - "@lingdocs/ps-react": "5.1.1", + "@lingdocs/ps-react": "5.1.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/website/yarn.lock b/website/yarn.lock index 2bbb17d..0996b36 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2349,10 +2349,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@lingdocs/ps-react@5.1.1": - version "5.1.1" - resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.1.tgz#b3dbaf630e85458029962bd20241b53d32f9efb8" - integrity sha512-Ng3TCyv/kN389GiWx69d3iv7D4l6zjYNz6DDwKRDJddq8C+J6qlfqnIe+iEMu8qJ1hlcVNKxJ/sNTeCIK8CFog== +"@lingdocs/ps-react@5.1.2": + version "5.1.2" + resolved "https://npm.lingdocs.com/@lingdocs%2fps-react/-/ps-react-5.1.2.tgz#16f318208e46010b069ba06ffec88b3c85c398be" + integrity sha512-Nyq/ACZej0BcV/3ePIH0CJRoCq/Ekw7gFHp8JFPBMUzYQcgLOB+Ad64CqsTNnljGzOQNEGsDQPz1+upO3Lux+g== dependencies: "@formkit/auto-animate" "^1.0.0-beta.3" classnames "^2.2.6"