diff --git a/package-lock.json b/package-lock.json index 1edfb606..989585b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "markdown-toc-gen": "^1.0.1", "sinon": "^15.2.0", "ts-node": "^10.9.1", - "ts-pattern": "^4.3.0", + "ts-pattern": "^5.0.5", "typescript": "^5.2.2", "xo": "^0.54.2" } @@ -8134,9 +8134,9 @@ } }, "node_modules/ts-pattern": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-4.3.0.tgz", - "integrity": "sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.0.5.tgz", + "integrity": "sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==", "dev": true }, "node_modules/tsconfig-paths": { @@ -15632,9 +15632,9 @@ } }, "ts-pattern": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-4.3.0.tgz", - "integrity": "sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.0.5.tgz", + "integrity": "sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==", "dev": true }, "tsconfig-paths": { diff --git a/package.json b/package.json index b3d1ff9a..55133e67 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "markdown-toc-gen": "^1.0.1", "sinon": "^15.2.0", "ts-node": "^10.9.1", - "ts-pattern": "^4.3.0", + "ts-pattern": "^5.0.5", "typescript": "^5.2.2", "xo": "^0.54.2" },