diff --git a/typescript/hello-world/package.json b/typescript/hello-world/package.json index b9ffab0ff..c52a1e807 100644 --- a/typescript/hello-world/package.json +++ b/typescript/hello-world/package.json @@ -20,7 +20,7 @@ "jest": "29.7.0", "ts-jest": "29.2.5", "tslint": "5.20.1", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "jest": { "transform": { diff --git a/typescript/hello-world/yarn.lock b/typescript/hello-world/yarn.lock index 17bd6fbbd..ae25db196 100644 --- a/typescript/hello-world/yarn.lock +++ b/typescript/hello-world/yarn.lock @@ -2457,10 +2457,10 @@ type-fest@^0.21.3: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== undici-types@~6.19.2: version "6.19.6" diff --git a/typescript/leap/package.json b/typescript/leap/package.json index b9ffab0ff..c52a1e807 100644 --- a/typescript/leap/package.json +++ b/typescript/leap/package.json @@ -20,7 +20,7 @@ "jest": "29.7.0", "ts-jest": "29.2.5", "tslint": "5.20.1", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "jest": { "transform": { diff --git a/typescript/leap/yarn.lock b/typescript/leap/yarn.lock index 17bd6fbbd..ae25db196 100644 --- a/typescript/leap/yarn.lock +++ b/typescript/leap/yarn.lock @@ -2457,10 +2457,10 @@ type-fest@^0.21.3: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== undici-types@~6.19.2: version "6.19.6" diff --git a/typescript/resistor-color-duo/package-lock.json b/typescript/resistor-color-duo/package-lock.json index 447a53267..0b9a0eae9 100644 --- a/typescript/resistor-color-duo/package-lock.json +++ b/typescript/resistor-color-duo/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-import": "2.29.1", "jest": "29.7.0", "ts-jest": "29.2.5", - "typescript": "5.6.2" + "typescript": "5.6.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5775,9 +5775,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/typescript/resistor-color-duo/package.json b/typescript/resistor-color-duo/package.json index b85fb66a6..3eee83d1e 100644 --- a/typescript/resistor-color-duo/package.json +++ b/typescript/resistor-color-duo/package.json @@ -17,7 +17,7 @@ "eslint-plugin-import": "2.29.1", "jest": "29.7.0", "ts-jest": "29.2.5", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "scripts": { "test": "yarn lint:types && jest --no-cache", diff --git a/typescript/resistor-color-duo/yarn.lock b/typescript/resistor-color-duo/yarn.lock index 9b58fa279..ba9cbdb61 100644 --- a/typescript/resistor-color-duo/yarn.lock +++ b/typescript/resistor-color-duo/yarn.lock @@ -3331,10 +3331,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.0.2: version "1.0.2" diff --git a/typescript/rna-transcription/package-lock.json b/typescript/rna-transcription/package-lock.json index e95ff6c9d..16b69716c 100644 --- a/typescript/rna-transcription/package-lock.json +++ b/typescript/rna-transcription/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-import": "2.29.1", "jest": "29.7.0", "ts-jest": "29.2.5", - "typescript": "5.6.2" + "typescript": "5.6.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5712,9 +5712,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/typescript/rna-transcription/package.json b/typescript/rna-transcription/package.json index b85fb66a6..3eee83d1e 100644 --- a/typescript/rna-transcription/package.json +++ b/typescript/rna-transcription/package.json @@ -17,7 +17,7 @@ "eslint-plugin-import": "2.29.1", "jest": "29.7.0", "ts-jest": "29.2.5", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "scripts": { "test": "yarn lint:types && jest --no-cache", diff --git a/typescript/rna-transcription/yarn.lock b/typescript/rna-transcription/yarn.lock index 5ba1e1abf..39f7ad839 100644 --- a/typescript/rna-transcription/yarn.lock +++ b/typescript/rna-transcription/yarn.lock @@ -3330,10 +3330,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.0.2: version "1.0.2" diff --git a/typescript/simple-cipher/package.json b/typescript/simple-cipher/package.json index 0e8f554a5..77ac04aaf 100644 --- a/typescript/simple-cipher/package.json +++ b/typescript/simple-cipher/package.json @@ -22,7 +22,7 @@ "mem": "9.0.2", "ts-jest": "29.2.5", "tslint": "6.1.3", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "jest": { "transform": { diff --git a/typescript/simple-cipher/yarn.lock b/typescript/simple-cipher/yarn.lock index f3433d90a..efecb3d6e 100644 --- a/typescript/simple-cipher/yarn.lock +++ b/typescript/simple-cipher/yarn.lock @@ -2604,10 +2604,10 @@ type-fest@^0.11.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1" integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== undici-types@~6.19.2: version "6.19.6" diff --git a/typescript/two-fer/package.json b/typescript/two-fer/package.json index b85fb66a6..3eee83d1e 100644 --- a/typescript/two-fer/package.json +++ b/typescript/two-fer/package.json @@ -17,7 +17,7 @@ "eslint-plugin-import": "2.29.1", "jest": "29.7.0", "ts-jest": "29.2.5", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "scripts": { "test": "yarn lint:types && jest --no-cache", diff --git a/typescript/two-fer/yarn.lock b/typescript/two-fer/yarn.lock index 45715e6da..801832c76 100644 --- a/typescript/two-fer/yarn.lock +++ b/typescript/two-fer/yarn.lock @@ -3932,10 +3932,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.0.2: version "1.0.2"