diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-28 23:37:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-04-28 23:37:43 +0000 |
commit | a938981179189165c733c3a488bfa85b648e83b3 (patch) | |
tree | f07fa1d46887d599f5a7203daa073ab93d70417b /package.json | |
parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-a938981179189165c733c3a488bfa85b648e83b3.tar locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.gz locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.bz2 locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.lz locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.xz locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.zst locusts-a938981179189165c733c3a488bfa85b648e83b3.zip |
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [syncpack](https://github.com/JamieMason/syncpack), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `syncpack` from 13.0.3 to 13.0.4
- [Release notes](https://github.com/JamieMason/syncpack/releases)
- [Changelog](https://github.com/JamieMason/syncpack/blob/13.0.4/CHANGELOG.md)
- [Commits](https://github.com/JamieMason/syncpack/compare/13.0.3...13.0.4)
Updates `typescript-eslint` from 8.31.0 to 8.31.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint)
Updates `@types/node` from 22.15.2 to 22.15.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: syncpack
dependency-version: 13.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.31.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: "@types/node"
dependency-version: 22.15.3
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c95d3d5..1db49e6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "@changesets/cli": "^2.29.2", "prettier": "^3.5.3", - "syncpack": "13.0.3", + "syncpack": "13.0.4", "turbo": "^2.5.2" }, "engines": { |