diff --git a/package-lock.json b/package-lock.json index 99aad35..8a550a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8103,7 +8103,10 @@ }, "node_modules/typescript": { "version": "5.1.6", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "dev": true, + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -8485,10 +8488,10 @@ "@hapi/hapi": "^21.3.2", "hapi-pino": "^12.1.0", "lodash": "^4.17.21", - "typescript": "^5.1.6" + "typescript": "^5.2.2" }, "devDependencies": { - "@types/lodash": "^4.14.198", + "@types/lodash": "^4.14.197", "@types/node": "^20.5.3", "msw": "0.0.0-fetch.rc-16", "nodemon": "^3.0.1", @@ -8497,6 +8500,18 @@ "ts-node": "^10.9.1" } }, + "packages/dci-api/node_modules/typescript": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "packages/dci-opencrvs-bridge": { "version": "0.1", "license": "ISC", @@ -8504,14 +8519,15 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/lodash": "^4.14.198", + "@types/lodash": "^4.14.197", "typescript": "^5.2.2" } }, "packages/dci-opencrvs-bridge/node_modules/typescript": { "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -8526,7 +8542,7 @@ "dependencies": { "graphql": "^16.8.0", "graphql-tag": "^2.12.6", - "typescript": "^5.1.6" + "typescript": "^5.2.2" }, "devDependencies": { "@graphql-codegen/add": "^3.1.1", @@ -8535,6 +8551,18 @@ "@graphql-codegen/typescript": "^3.0.4", "@graphql-codegen/typescript-operations": "^3.0.4" } + }, + "packages/opencrvs-api/node_modules/typescript": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } } } }