Skip to content

Commit 861ca50

Browse files
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 (#462)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1cdf5c commit 861ca50

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typedoc-plugin-missing-exports": "^3.0.0",
3838
"typedoc-plugin-remove-references": "^0.0.6",
3939
"typedoc-theme-hierarchy": "^5.0.3",
40-
"typescript": "5.7.2"
40+
"typescript": "5.7.3"
4141
},
4242
"packageManager": "yarn@4.5.0"
4343
}

packages/txwrapper-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
},
2626
"devDependencies": {
2727
"ts-node": "10.9.2",
28-
"typescript": "5.7.2"
28+
"typescript": "5.7.3"
2929
}
3030
}

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ __metadata:
21602160
"@substrate/txwrapper-registry": "npm:^7.5.3"
21612161
"@substrate/txwrapper-substrate": "npm:^7.5.3"
21622162
ts-node: "npm:10.9.2"
2163-
typescript: "npm:5.7.2"
2163+
typescript: "npm:5.7.3"
21642164
languageName: unknown
21652165
linkType: soft
21662166

@@ -9074,7 +9074,7 @@ __metadata:
90749074
typedoc-plugin-missing-exports: "npm:^3.0.0"
90759075
typedoc-plugin-remove-references: "npm:^0.0.6"
90769076
typedoc-theme-hierarchy: "npm:^5.0.3"
9077-
typescript: "npm:5.7.2"
9077+
typescript: "npm:5.7.3"
90789078
languageName: unknown
90799079
linkType: soft
90809080

@@ -9194,7 +9194,17 @@ __metadata:
91949194
languageName: node
91959195
linkType: hard
91969196

9197-
"typescript@npm:5.7.2, typescript@npm:>=3 < 6, typescript@npm:^5.6.2":
9197+
"typescript@npm:5.7.3":
9198+
version: 5.7.3
9199+
resolution: "typescript@npm:5.7.3"
9200+
bin:
9201+
tsc: bin/tsc
9202+
tsserver: bin/tsserver
9203+
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
9204+
languageName: node
9205+
linkType: hard
9206+
9207+
"typescript@npm:>=3 < 6, typescript@npm:^5.6.2":
91989208
version: 5.7.2
91999209
resolution: "typescript@npm:5.7.2"
92009210
bin:
@@ -9204,7 +9214,17 @@ __metadata:
92049214
languageName: node
92059215
linkType: hard
92069216

9207-
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
9217+
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
9218+
version: 5.7.3
9219+
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=8c6c40"
9220+
bin:
9221+
tsc: bin/tsc
9222+
tsserver: bin/tsserver
9223+
checksum: 10/3ac7b7e3e899273d2fbdce6e24b93d4d53a705ad7a7e4cc83b4c57bcb6d25948abcd2a21994f6b9c73ab03960f395aae95f0458de292a66ce0134233261714c3
9224+
languageName: node
9225+
linkType: hard
9226+
9227+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
92089228
version: 5.7.2
92099229
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=8c6c40"
92109230
bin:

0 commit comments

Comments
 (0)