diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-26 22:27:24 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-26 22:27:38 +0000 |
commit | 55def2f0c29e763bf43dac9707e93e1b7cfd3aad (patch) | |
tree | 6f42b782c46bed3664f7f86156a73d9f7ddbbc51 | |
parent | Bump @types/node from 22.6.1 to 22.7.2 in the nodejs-dependencies group (diff) | |
download | locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.tar locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.tar.gz locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.tar.bz2 locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.tar.lz locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.tar.xz locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.tar.zst locusts-55def2f0c29e763bf43dac9707e93e1b7cfd3aad.zip |
Bump @types/node from 22.7.2 to 22.7.3 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.2 to 22.7.3
- [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 6f9fd56..fa84d63 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.2 - version: 22.7.2 + specifier: ^22.7.3 + version: 22.7.3 tsup: specifier: ^8.3.0 version: 8.3.0(tsx@4.19.1)(typescript@5.6.2) @@ -486,8 +486,8 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@22.7.2': - resolution: {integrity: sha512-866lXSrpGpgyHBZUa2m9YNWqHDjjM0aBTJlNtYaGEw4rqY/dcD7deRVTbBBAJelfA7oaGDbNftXF/TL/A6RgoA==} + '@types/node@22.7.3': + resolution: {integrity: sha512-qXKfhXXqGTyBskvWEzJZPUxSslAiLaB6JGP1ic/XTH9ctGgzdgYguuLP1C601aRTSDNlLb0jbKqXjZ48GNraSA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2829,7 +2829,7 @@ snapshots: '@types/json5@0.0.29': {} - '@types/node@22.7.2': + '@types/node@22.7.3': dependencies: undici-types: 6.19.8 diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json index 02b4312..8fd989e 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.2", + "@types/node": "^22.7.3", "tsup": "^8.3.0", "tsx": "^4.19.1", "typescript": "^5.6.2" |