Skip to content

Commit 4db10e4

Browse files
build(deps): bump @types/node from 24.6.1 to 24.6.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.6.1 to 24.6.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bcddb7 commit 4db10e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@lightbase/eslint-config": "3.4.0",
1717
"@types/lodash": "*",
18-
"@types/node": "24.6.1",
18+
"@types/node": "24.6.2",
1919
"@types/react": "*",
2020
"@tanstack/react-query": "5.90.2",
2121
"axios": "1.12.2",

packages/stdlib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"license": "MIT",
2020
"dependencies": {
21-
"@types/node": "24.6.1",
21+
"@types/node": "24.6.2",
2222
"dotenv": "17.2.3",
2323
"lodash.merge": "4.6.2",
2424
"pino": "9.12.0"

0 commit comments

Comments
 (0)