aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-25 23:06:25 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-25 23:06:40 +0000
commit30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5 (patch)
tree1f5ddcb07a50a18d7ee7104ec64fec6147c97c0c /src
parentBump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.gz
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.bz2
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.lz
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.xz
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.zst
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.zip
Bump @types/node from 22.6.1 to 22.7.2 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.6.1 to 22.7.2 - [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-minor 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 353289d..02b4312 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.6.1",
+ "@types/node": "^22.7.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"