diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-27 22:45:26 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-27 22:45:41 +0000 |
commit | 866682bb18f5ba38c587110377246919e59f05db (patch) | |
tree | f6fa0c332c966e240563e9ed474472848720a084 /src | |
parent | Bump @types/node from 22.7.2 to 22.7.3 in the nodejs-dependencies group (diff) | |
download | locusts-866682bb18f5ba38c587110377246919e59f05db.tar locusts-866682bb18f5ba38c587110377246919e59f05db.tar.gz locusts-866682bb18f5ba38c587110377246919e59f05db.tar.bz2 locusts-866682bb18f5ba38c587110377246919e59f05db.tar.lz locusts-866682bb18f5ba38c587110377246919e59f05db.tar.xz locusts-866682bb18f5ba38c587110377246919e59f05db.tar.zst locusts-866682bb18f5ba38c587110377246919e59f05db.zip |
Bump @types/node from 22.7.3 to 22.7.4 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.3 to 22.7.4
- [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 8fd989e..cecb53f 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.3", + "@types/node": "^22.7.4", "tsup": "^8.3.0", "tsx": "^4.19.1", "typescript": "^5.6.2" |