diff --git a/ui/package-lock.json b/ui/package-lock.json index 082357abf..3f76f8007 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -7800,9 +7800,9 @@ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" }, "inflection": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz", - "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.1.tgz", + "integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA==" }, "inflight": { "version": "1.0.6", @@ -13310,6 +13310,13 @@ "prop-types": "^15.6.1", "query-string": "^5.1.1", "reselect": "~3.0.0" + }, + "dependencies": { + "inflection": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz", + "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=" + } } }, "ra-data-json-server": { @@ -13366,6 +13373,13 @@ "query-string": "^5.1.1", "react-dropzone": "^10.1.7", "react-transition-group": "^4.4.1" + }, + "dependencies": { + "inflection": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz", + "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=" + } } }, "raf": { diff --git a/ui/package.json b/ui/package.json index e7289fa5a..e5f25874a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,6 +11,7 @@ "connected-react-router": "^6.9.1", "deepmerge": "^4.2.2", "history": "^4.10.1", + "inflection": "^1.13.1", "jwt-decode": "^3.1.2", "lodash.pick": "^4.4.0", "lodash.throttle": "^4.1.1",