diff --git a/package-lock.json b/package-lock.json index 21f2e5ff..4554bcda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-toastify": "^9.1.3", "sass": "^1.59.2", "sharp": "^0.32.1", - "ts-pattern": "^5.1.1", + "ts-pattern": "^4.3.0", "typescript": "4.9.5", "uuidv4": "^6.2.13" } @@ -4912,9 +4912,9 @@ } }, "node_modules/ts-pattern": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.1.1.tgz", - "integrity": "sha512-i+owkHr5RYdQxj8olUgRrqpiWH9x27PuWVfXwDmJ/n/CoF/SAa7WW1i2oUpPDMQpJ4U+bGRUcZkVq7i1m3zFCg==" + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-4.3.0.tgz", + "integrity": "sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==" }, "node_modules/tsconfig-paths": { "version": "3.15.0", diff --git a/package.json b/package.json index f14c97bd..2b5e4e6c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-toastify": "^9.1.3", "sass": "^1.59.2", "sharp": "^0.32.1", - "ts-pattern": "^5.1.1", + "ts-pattern": "^4.3.0", "typescript": "4.9.5", "uuidv4": "^6.2.13" }