Skip to content

Commit 59b489a

Browse files
chore(deps): pin dependencies
1 parent e5d832c commit 59b489a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@modelcontextprotocol/sdk": "1.7.0"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^22",
38-
"shx": "^0.3.4",
39-
"typescript": "^5.6.2"
37+
"@types/node": "22.13.13",
38+
"shx": "0.3.4",
39+
"typescript": "5.8.2"
4040
},
4141
"publishConfig": {
4242
"access": "public"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@
6161
resolved "https://registry.yarnpkg.com/@types/command-line-usage/-/command-line-usage-5.0.4.tgz#374e4c62d78fbc5a670a0f36da10235af879a0d5"
6262
integrity sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==
6363

64+
65+
version "22.13.13"
66+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7"
67+
integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==
68+
dependencies:
69+
undici-types "~6.20.0"
70+
6471
"@types/node@^20.13.0":
6572
version "20.17.27"
6673
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.27.tgz#dbf0f9e6f905e9004045742f94e8413e20bad776"
6774
integrity sha512-U58sbKhDrthHlxHRJw7ZLiLDZGmAUOZUbpw0S6nL27sYUdhvgBLCRu/keSd6qcTsfArd1sRFCCBxzWATGr/0UA==
6875
dependencies:
6976
undici-types "~6.19.2"
7077

71-
"@types/node@^22":
72-
version "22.13.13"
73-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7"
74-
integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==
75-
dependencies:
76-
undici-types "~6.20.0"
77-
7878
accepts@^2.0.0:
7979
version "2.0.0"
8080
resolved "https://registry.yarnpkg.com/accepts/-/accepts-2.0.0.tgz#bbcf4ba5075467f3f2131eab3cffc73c2f5d7895"
@@ -792,7 +792,7 @@ shelljs@^0.8.5:
792792
interpret "^1.0.0"
793793
rechoir "^0.6.2"
794794

795-
shx@^0.3.4:
795+
796796
version "0.3.4"
797797
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02"
798798
integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==
@@ -884,7 +884,7 @@ type-is@^2.0.0:
884884
media-typer "^1.1.0"
885885
mime-types "^3.0.0"
886886

887-
typescript@^5.6.2:
887+
typescript@5.8.2:
888888
version "5.8.2"
889889
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
890890
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==

0 commit comments

Comments
 (0)