diff --git a/protobuf/package-lock.json b/protobuf/package-lock.json index a1f21d9..fa03c5e 100644 --- a/protobuf/package-lock.json +++ b/protobuf/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@bufbuild/protobuf": "^1.10.0", - "typescript": "^5.5.4" + "typescript": "^5.6.2" } }, "node_modules/@bufbuild/protobuf": { @@ -19,9 +19,10 @@ "license": "(Apache-2.0 AND BSD-3-Clause)" }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/protobuf/package.json b/protobuf/package.json index 80c5a29..887c2e4 100644 --- a/protobuf/package.json +++ b/protobuf/package.json @@ -6,6 +6,6 @@ "type": "module", "dependencies": { "@bufbuild/protobuf": "^1.10.0", - "typescript": "^5.5.4" + "typescript": "^5.6.2" } }