Skip to content

Commit 7932254

Browse files
chore(deps-dev): bump the minor-and-patch group with 3 updates
Bumps the minor-and-patch group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 25.7.0 to 25.9.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.3.0 to 10.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.3.0...v10.4.0) Updates `typescript-eslint` from 8.59.3 to 8.59.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37f0cd5 commit 7932254

3 files changed

Lines changed: 112 additions & 112 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"prepare": "husky"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^25.7.0",
24+
"@types/node": "^25.9.0",
2525
"@types/source-map": "^0.5.7",
26-
"eslint": "^10.3.0",
26+
"eslint": "^10.4.0",
2727
"husky": "^9.1.7",
2828
"jiti": "^2.7.0",
2929
"prettier": "^3.8.3",
3030
"typescript": "^6.0.3",
31-
"typescript-eslint": "^8.59.3"
31+
"typescript-eslint": "^8.59.4"
3232
}
3333
}

packages/agent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"url": "https://github.com/sharon77242/Argus/issues"
7575
},
7676
"devDependencies": {
77-
"@types/node": "^25.7.0",
77+
"@types/node": "^25.9.0",
7878
"@types/source-map": "^0.5.7",
79-
"eslint": "^10.3.0",
79+
"eslint": "^10.4.0",
8080
"jiti": "^2.7.0",
8181
"prettier": "^3.8.3",
8282
"typescript": "^6.0.3",
83-
"typescript-eslint": "^8.59.3"
83+
"typescript-eslint": "^8.59.4"
8484
},
8585
"dependencies": {
8686
"node-sql-parser": "^5.4.0",

0 commit comments

Comments
 (0)