diff --git a/ts/package-lock.json b/ts/package-lock.json index 5a902bdb..26594c9f 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -20,7 +20,7 @@ "@graphql-codegen/typescript-graphql-files-modules": "^3.0.0", "@graphql-codegen/typescript-operations": "^4.2.0", "ts-loader": "^9.3.0", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "webpack": "5.70.0", "webpack-cli": "^5.1.4" } @@ -6219,9 +6219,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -11242,9 +11242,9 @@ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" }, "typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true }, "ua-parser-js": { diff --git a/ts/package.json b/ts/package.json index 9d90aa78..367dde84 100644 --- a/ts/package.json +++ b/ts/package.json @@ -30,7 +30,7 @@ "@graphql-codegen/typescript-graphql-files-modules": "^3.0.0", "@graphql-codegen/typescript-operations": "^4.2.0", "ts-loader": "^9.3.0", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "webpack": "5.70.0", "webpack-cli": "^5.1.4" },