aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-22 22:36:05 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-22 22:36:19 +0000
commit0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9 (patch)
tree423c9d4f4035f469d6ebb851cd29144e3cc60539 /src
parentBump the nodejs-dependencies group with 5 updates (diff)
downloadlocusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar
locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.gz
locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.bz2
locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.lz
locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.xz
locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.zst
locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.zip
Bump @types/node from 22.7.7 to 22.7.8 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.7 to 22.7.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-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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index f3c84d7..24238e2 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.7",
+ "@types/node": "^22.7.8",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3"