aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-14 22:24:55 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-01-14 22:25:09 +0000
commit353b9362934a56ea4a74bf4cc5a4af8ca95990bf (patch)
tree843d3f35ef5cdb9a303f7e97e7a5976ae99b60ff /src
parentbuild(deps-dev): bump the nodejs-dependencies group with 7 updates (diff)
downloadlocusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.tar
locusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.tar.gz
locusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.tar.bz2
locusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.tar.lz
locusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.tar.xz
locusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.tar.zst
locusts-353b9362934a56ea4a74bf4cc5a4af8ca95990bf.zip
build(deps-dev): bump @types/node in the nodejs-dependencies group
Bumps the nodejs-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 25.0.7 to 25.0.8 - [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: 25.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--src/packages/locusts/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 93871a8..bb89b08 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -7,7 +7,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^25.0.7",
+ "@types/node": "^25.0.8",
"globals": "^17.0.0",
"publint": "^0.3.16",
"tsup": "^8.5.1",