diff --git a/package-lock.json b/package-lock.json index d0fe55e..48c31dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11106,9 +11106,9 @@ "license": "Apache-2.0" }, "node_modules/ts-pattern": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.2.0.tgz", - "integrity": "sha512-aGaSpOlDcns7ZoeG/OMftWyQG1KqPVhgplhJxNCvyIXqWrumM5uIoOSarw/hmmi/T1PnuQ/uD8NaFHvLpHicDg==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.5.0.tgz", + "integrity": "sha512-jqbIpTsa/KKTJYWgPNsFNbLVpwCgzXfFJ1ukNn4I8hMwyQzHMJnk/BqWzggB0xpkILuKzaO/aMYhS0SkaJyKXg==" }, "node_modules/tsconfig-paths": { "version": "3.15.0", @@ -12082,7 +12082,7 @@ "source-map-support": "^0.5.21", "tmp": "^0.2.3", "tmp-promise": "^3.0.3", - "ts-pattern": "^5.2.0", + "ts-pattern": "^5.5.0", "unzipper": "^0.12.3", "uuid": "^10.0.0", "xml2js": "^0.6.2" @@ -12761,7 +12761,7 @@ "eslint": "^9.15.0", "eslint-config-next": "13.0.0", "eslint-config-prettier": "^8.3.0", - "eslint-config-turbo": "latest", + "eslint-config-turbo": "*", "eslint-plugin-react": "7.37.2" }, "devDependencies": { @@ -12791,7 +12791,7 @@ "fs-extra": "^11.2.0", "lodash": "^4.17.21", "source-map-support": "^0.5.21", - "ts-pattern": "^5.2.0", + "ts-pattern": "^5.5.0", "uuid": "^10.0.0" }, "devDependencies": { diff --git a/packages/cmd/package.json b/packages/cmd/package.json index 0ebe52e..053fed9 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -63,7 +63,7 @@ "source-map-support": "^0.5.21", "tmp": "^0.2.3", "tmp-promise": "^3.0.3", - "ts-pattern": "^5.2.0", + "ts-pattern": "^5.5.0", "unzipper": "^0.12.3", "uuid": "^10.0.0", "xml2js": "^0.6.2" diff --git a/packages/jest/package.json b/packages/jest/package.json index ee14343..28a20f3 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -37,7 +37,7 @@ "fs-extra": "^11.2.0", "lodash": "^4.17.21", "source-map-support": "^0.5.21", - "ts-pattern": "^5.2.0", + "ts-pattern": "^5.5.0", "uuid": "^10.0.0" }, "peerDependencies": {