diff --git a/package-lock.json b/package-lock.json index 2f52396..3b1e45f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/carbon__icons-react": "^11.26.2", "@types/node": "^20.9.0", "@types/react": "^18.2.37", - "typescript": "^5.2.2" + "typescript": "^5.3.2" } }, "node_modules/@babel/runtime": { @@ -948,9 +948,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 55773dd..c734169 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "@types/carbon__icons-react": "^11.26.2", "@types/node": "^20.9.0", "@types/react": "^18.2.37", - "typescript": "^5.2.2" + "typescript": "^5.3.2" } }