Skip to content

Commit 202152d

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 2 updates (#1238)
Bumps the production-dependencies group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.13.0 to 22.13.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c904497 commit 202152d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@testing-library/react": "^15.0.7",
1717
"@testing-library/user-event": "^14.6.1",
1818
"@types/jest": "^29.5.14",
19-
"@types/node": "^22.13.0",
19+
"@types/node": "^22.13.11",
2020
"@types/react": "^18.3.12",
2121
"@types/react-dom": "^18.3.1",
2222
"bootstrap": "^5.3.3",
@@ -25,7 +25,7 @@
2525
"react-dom": "^18.3.1",
2626
"react-github-btn": "^1.4.0",
2727
"react-scripts": "^5.0.1",
28-
"typescript": "^5.7.3"
28+
"typescript": "^5.8.2"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.26.9",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,10 +1933,10 @@
19331933
version "1.3.2"
19341934
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
19351935

1936-
"@types/node@*", "@types/node@^22.13.0":
1937-
version "22.13.0"
1938-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
1939-
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
1936+
"@types/node@*", "@types/node@^22.13.11":
1937+
version "22.13.11"
1938+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.11.tgz#f0ed6b302dcf0f4229d44ea707e77484ad46d234"
1939+
integrity sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==
19401940
dependencies:
19411941
undici-types "~6.20.0"
19421942

@@ -9224,10 +9224,10 @@ typedarray-to-buffer@^3.1.5:
92249224
dependencies:
92259225
is-typedarray "^1.0.0"
92269226

9227-
typescript@^5.7.3:
9228-
version "5.7.3"
9229-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
9230-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
9227+
typescript@^5.8.2:
9228+
version "5.8.2"
9229+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
9230+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
92319231

92329232
unbox-primitive@^1.0.2:
92339233
version "1.0.2"

0 commit comments

Comments
 (0)