diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-23 22:31:47 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-23 22:32:01 +0000 |
commit | f093c31c200c3c4198bad65c175a66bf6b05f612 (patch) | |
tree | 0d5342cf3626ab292e7998e2d2b3846183f3fa9c /src | |
parent | Bump @types/node from 22.7.7 to 22.7.8 in the nodejs-dependencies group (diff) | |
download | locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.gz locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.bz2 locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.lz locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.xz locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.zst locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.zip |
Bump @types/node from 22.7.8 to 22.7.9 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 22.7.8 to 22.7.9
- [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-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/packages/locusts/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json index 24238e2..c52ac5f 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": "^22.7.8", + "@types/node": "^22.7.9", "tsup": "^8.3.0", "tsx": "^4.19.1", "typescript": "^5.6.3" |