aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-25 22:32:46 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-25 22:33:00 +0000
commit9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a (patch)
treeeabaee62f1ae1be396e97c5db1c8e9893615aafa /src/packages
parentBump @types/node from 22.7.8 to 22.7.9 in the nodejs-dependencies group (diff)
downloadlocusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.tar
locusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.tar.gz
locusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.tar.bz2
locusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.tar.lz
locusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.tar.xz
locusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.tar.zst
locusts-9ca4b4b516b28c7eb8ce5a2bb12d0ad6fb330d6a.zip
Bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tsup](https://github.com/egoist/tsup). Updates `@types/node` from 22.7.9 to 22.8.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tsup` from 8.3.0 to 8.3.4 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](https://github.com/egoist/tsup/compare/v8.3.0...v8.3.4) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: tsup 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/packages')
-rw-r--r--src/packages/locusts/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index c52ac5f..ebfcc39 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -7,8 +7,8 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^22.7.9",
- "tsup": "^8.3.0",
+ "@types/node": "^22.8.1",
+ "tsup": "^8.3.4",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},