aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-23 22:31:47 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-23 22:32:01 +0000
commitf093c31c200c3c4198bad65c175a66bf6b05f612 (patch)
tree0d5342cf3626ab292e7998e2d2b3846183f3fa9c
parentBump @types/node from 22.7.7 to 22.7.8 in the nodejs-dependencies group (diff)
downloadlocusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar
locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.gz
locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.bz2
locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.lz
locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.xz
locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.tar.zst
locusts-f093c31c200c3c4198bad65c175a66bf6b05f612.zip
Bump @types/node from 22.7.8 to 22.7.9 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.8 to 22.7.9 - [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.yaml10
-rw-r--r--src/packages/locusts/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8adbe8f..92451fb 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.8
- version: 22.7.8
+ specifier: ^22.7.9
+ version: 22.7.9
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.8':
- resolution: {integrity: sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==}
+ '@types/node@22.7.9':
+ resolution: {integrity: sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==}
'@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.8':
+ '@types/node@22.7.9':
dependencies:
undici-types: 6.19.8
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 24238e2..c52ac5f 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.8",
+ "@types/node": "^22.7.9",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3"