diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-20 23:06:17 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-20 23:06:28 +0000 |
commit | 0677f0d84c6931996462862d3db5050c32c39bb5 (patch) | |
tree | 0339d5cf6804027c70740910812774f7fe464e42 /src | |
parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-0677f0d84c6931996462862d3db5050c32c39bb5.tar locusts-0677f0d84c6931996462862d3db5050c32c39bb5.tar.gz locusts-0677f0d84c6931996462862d3db5050c32c39bb5.tar.bz2 locusts-0677f0d84c6931996462862d3db5050c32c39bb5.tar.lz locusts-0677f0d84c6931996462862d3db5050c32c39bb5.tar.xz locusts-0677f0d84c6931996462862d3db5050c32c39bb5.tar.zst locusts-0677f0d84c6931996462862d3db5050c32c39bb5.zip |
build(deps-dev): bump @types/node 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.15.20 to 22.15.21
- [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-version: 22.15.21
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 4b1c471..31e61cf 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.15.20", + "@types/node": "^22.15.21", "globals": "^16.1.0", "publint": "^0.3.12", "tsup": "^8.5.0", |