diff --git a/client/StichHub/package-lock.json b/client/StichHub/package-lock.json index 8efbba73..2deeec0c 100644 --- a/client/StichHub/package-lock.json +++ b/client/StichHub/package-lock.json @@ -31,7 +31,7 @@ "@types/three": "^0.150.1", "@use-gesture/react": "^10.2.25", "apexcharts": "^3.40.0", - "api": "^5.0.8", + "api": "^6.1.2", "axios": "^1.3.5", "cashfree-pg-sdk-javascript": "^2.0.7", "cashfree-pg-sdk-nodejs": "^2.0.2", @@ -2123,8 +2123,9 @@ } }, "node_modules/api": { - "version": "5.0.8", - "license": "MIT", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/api/-/api-6.1.2.tgz", + "integrity": "sha512-+804Qg5KpQNbvWg49LuZ5hA6bzp/blskK6s2VJPvufssKHA0GUbea0o5Sn2N0/ecgnJwafhFD1oTR11aBJuEsQ==", "dependencies": { "@readme/oas-to-har": "^20.0.2", "@readme/openapi-parser": "^2.4.0", @@ -2143,16 +2144,11 @@ "js-yaml": "^4.1.0", "json-schema-to-ts": "^2.6.2-beta.0", "json-schema-traverse": "^1.0.0", - "lodash.camelcase": "^4.3.0", - "lodash.deburr": "^4.1.0", - "lodash.merge": "^4.6.2", - "lodash.setwith": "^4.3.2", - "lodash.startcase": "^4.4.0", + "lodash": "^4.17.21", "make-dir": "^3.1.0", "node-abort-controller": "^3.1.1", "oas": "^20.4.0", "ora": "^5.4.1", - "prettier": "^2.8.3", "prompts": "^2.4.2", "remove-undefined-objects": "^2.0.2", "semver": "^7.3.8", @@ -2164,7 +2160,7 @@ "api": "bin/api" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/api/node_modules/ansi-styles": { @@ -5206,18 +5202,10 @@ "version": "4.0.8", "license": "MIT" }, - "node_modules/lodash.deburr": { - "version": "4.1.0", - "license": "MIT" - }, "node_modules/lodash.memoize": { "version": "4.1.2", "license": "MIT" }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "license": "MIT" - }, "node_modules/lodash.omit": { "version": "4.5.0", "license": "MIT" @@ -5230,14 +5218,6 @@ "version": "4.6.0", "license": "MIT" }, - "node_modules/lodash.setwith": { - "version": "4.3.2", - "license": "MIT" - }, - "node_modules/lodash.startcase": { - "version": "4.4.0", - "license": "MIT" - }, "node_modules/lodash.startswith": { "version": "4.2.1", "license": "MIT" @@ -9997,7 +9977,9 @@ } }, "api": { - "version": "5.0.8", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/api/-/api-6.1.2.tgz", + "integrity": "sha512-+804Qg5KpQNbvWg49LuZ5hA6bzp/blskK6s2VJPvufssKHA0GUbea0o5Sn2N0/ecgnJwafhFD1oTR11aBJuEsQ==", "requires": { "@readme/oas-to-har": "^20.0.2", "@readme/openapi-parser": "^2.4.0", @@ -10016,16 +9998,11 @@ "js-yaml": "^4.1.0", "json-schema-to-ts": "^2.6.2-beta.0", "json-schema-traverse": "^1.0.0", - "lodash.camelcase": "^4.3.0", - "lodash.deburr": "^4.1.0", - "lodash.merge": "^4.6.2", - "lodash.setwith": "^4.3.2", - "lodash.startcase": "^4.4.0", + "lodash": "^4.17.21", "make-dir": "^3.1.0", "node-abort-controller": "^3.1.1", "oas": "^20.4.0", "ora": "^5.4.1", - "prettier": "^2.8.3", "prompts": "^2.4.2", "remove-undefined-objects": "^2.0.2", "semver": "^7.3.8", @@ -11892,15 +11869,9 @@ "lodash.debounce": { "version": "4.0.8" }, - "lodash.deburr": { - "version": "4.1.0" - }, "lodash.memoize": { "version": "4.1.2" }, - "lodash.merge": { - "version": "4.6.2" - }, "lodash.omit": { "version": "4.5.0" }, @@ -11910,12 +11881,6 @@ "lodash.reduce": { "version": "4.6.0" }, - "lodash.setwith": { - "version": "4.3.2" - }, - "lodash.startcase": { - "version": "4.4.0" - }, "lodash.startswith": { "version": "4.2.1" }, diff --git a/client/StichHub/package.json b/client/StichHub/package.json index 95047c86..e0cff02b 100644 --- a/client/StichHub/package.json +++ b/client/StichHub/package.json @@ -33,7 +33,7 @@ "@types/three": "^0.150.1", "@use-gesture/react": "^10.2.25", "apexcharts": "^3.40.0", - "api": "^5.0.8", + "api": "^6.1.2", "axios": "^1.3.5", "cashfree-pg-sdk-javascript": "^2.0.7", "cashfree-pg-sdk-nodejs": "^2.0.2",