diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-13 22:34:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-02-13 22:34:24 +0000 |
commit | 368804b1ae5558059ff3fb1ae75a0c28d58e28f4 (patch) | |
tree | edbaae3070c2380c9dd22cc72f3620eb54caaa4c /src | |
parent | build(deps-dev): bump the nodejs-dependencies group with 5 updates (diff) | |
download | locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.gz locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.bz2 locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.lz locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.xz locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.zst locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.zip |
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [prettier](https://github.com/prettier/prettier) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `prettier` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.1)
Updates `@types/node` from 22.13.1 to 22.13.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-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 9b68fbb..06e7abc 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.13.1", + "@types/node": "^22.13.3", "globals": "^15.15.0", "publint": "^0.3.5", "tsup": "^8.3.6", |