diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-22 22:36:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-22 22:36:19 +0000 |
commit | 0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9 (patch) | |
tree | 423c9d4f4035f469d6ebb851cd29144e3cc60539 | |
parent | Bump the nodejs-dependencies group with 5 updates (diff) | |
download | locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.gz locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.bz2 locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.lz locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.xz locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.tar.zst locusts-0ce0c123fcf3ea44cb45c27adbd71fc1249ea7d9.zip |
Bump @types/node from 22.7.7 to 22.7.8 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.7.7 to 22.7.8
- [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-patch
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pnpm-lock.yaml | 10 | ||||
-rw-r--r-- | src/packages/locusts/package.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c51719..8adbe8f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: workspace:* version: link:../typescript-config '@types/node': - specifier: ^22.7.7 - version: 22.7.7 + specifier: ^22.7.8 + version: 22.7.8 tsup: specifier: ^8.3.0 version: 8.3.0(tsx@4.19.1)(typescript@5.6.3) @@ -486,8 +486,8 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@22.7.7': - resolution: {integrity: sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==} + '@types/node@22.7.8': + resolution: {integrity: sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2830,7 +2830,7 @@ snapshots: '@types/json5@0.0.29': {} - '@types/node@22.7.7': + '@types/node@22.7.8': dependencies: undici-types: 6.19.8 diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json index f3c84d7..24238e2 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.7.7", + "@types/node": "^22.7.8", "tsup": "^8.3.0", "tsx": "^4.19.1", "typescript": "^5.6.3" |