diff --git a/package-lock.json b/package-lock.json index b6551c4132..1243196e00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@biomejs/biome": "^1.8.3", + "@biomejs/biome": "1.8.3", "@hookform/devtools": "^4.3.0", "@svgr/webpack": "^6.5.1", "@types/color": "^3.0.3", @@ -97,7 +97,7 @@ "dpdm": "^3.14.0", "husky": "^8.0.3", "lint-staged": "^13.0.0", - "typescript": "^5.4.2", + "typescript": "^5.5.3", "webpack-bugsnag-plugins": "^1.8.0" } }, @@ -29572,9 +29572,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 451bc671cd..38e3c25f5a 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "dpdm": "^3.14.0", "husky": "^8.0.3", "lint-staged": "^13.0.0", - "typescript": "^5.4.2", + "typescript": "^5.5.3", "webpack-bugsnag-plugins": "^1.8.0" }, "snyk": true,