aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-27 22:45:26 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-27 22:45:41 +0000
commit866682bb18f5ba38c587110377246919e59f05db (patch)
treef6fa0c332c966e240563e9ed474472848720a084
parentBump @types/node from 22.7.2 to 22.7.3 in the nodejs-dependencies group (diff)
downloadlocusts-866682bb18f5ba38c587110377246919e59f05db.tar
locusts-866682bb18f5ba38c587110377246919e59f05db.tar.gz
locusts-866682bb18f5ba38c587110377246919e59f05db.tar.bz2
locusts-866682bb18f5ba38c587110377246919e59f05db.tar.lz
locusts-866682bb18f5ba38c587110377246919e59f05db.tar.xz
locusts-866682bb18f5ba38c587110377246919e59f05db.tar.zst
locusts-866682bb18f5ba38c587110377246919e59f05db.zip
Bump @types/node from 22.7.3 to 22.7.4 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.3 to 22.7.4 - [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 fa84d63..a2e5dcd 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.3
- version: 22.7.3
+ specifier: ^22.7.4
+ version: 22.7.4
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.3':
- resolution: {integrity: sha512-qXKfhXXqGTyBskvWEzJZPUxSslAiLaB6JGP1ic/XTH9ctGgzdgYguuLP1C601aRTSDNlLb0jbKqXjZ48GNraSA==}
+ '@types/node@22.7.4':
+ resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==}
'@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.3':
+ '@types/node@22.7.4':
dependencies:
undici-types: 6.19.8
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 8fd989e..cecb53f 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.3",
+ "@types/node": "^22.7.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"