Skip to content

Commit 864fa15

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), [jiti](https://github.com/unjs/jiti) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 25.6.0 to 25.7.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `jiti` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/unjs/jiti/releases) - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) - [Commits](unjs/jiti@v2.6.1...v2.7.0) Updates `typescript-eslint` from 8.59.2 to 8.59.3 - [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.3/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: jiti dependency-version: 2.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.59.3 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 fcef1f6 commit 864fa15

3 files changed

Lines changed: 107 additions & 107 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.6.0",
24+
"@types/node": "^25.7.0",
2525
"@types/source-map": "^0.5.7",
2626
"eslint": "^10.3.0",
2727
"husky": "^9.1.7",
28-
"jiti": "^2.4.2",
28+
"jiti": "^2.7.0",
2929
"prettier": "^3.8.3",
3030
"typescript": "^6.0.3",
31-
"typescript-eslint": "^8.59.2"
31+
"typescript-eslint": "^8.59.3"
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.6.0",
77+
"@types/node": "^25.7.0",
7878
"@types/source-map": "^0.5.7",
7979
"eslint": "^10.3.0",
80-
"jiti": "^2.4.2",
80+
"jiti": "^2.7.0",
8181
"prettier": "^3.8.3",
8282
"typescript": "^6.0.3",
83-
"typescript-eslint": "^8.59.2"
83+
"typescript-eslint": "^8.59.3"
8484
},
8585
"dependencies": {
8686
"node-sql-parser": "^5.4.0",

0 commit comments

Comments
 (0)