aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-25 23:06:25 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-25 23:06:40 +0000
commit30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5 (patch)
tree1f5ddcb07a50a18d7ee7104ec64fec6147c97c0c
parentBump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.gz
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.bz2
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.lz
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.xz
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.tar.zst
locusts-30512e4bc24efe9d40b2cb1384e3b5c50bf3c8a5.zip
Bump @types/node from 22.6.1 to 22.7.2 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.6.1 to 22.7.2 - [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-minor 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 dab6d31..6f9fd56 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -54,8 +54,8 @@ importers:
specifier: workspace:*
version: link:../typescript-config
'@types/node':
- specifier: ^22.6.1
- version: 22.6.1
+ specifier: ^22.7.2
+ version: 22.7.2
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.6.1':
- resolution: {integrity: sha512-V48tCfcKb/e6cVUigLAaJDAILdMP0fUW6BidkPK4GpGjXcfbnoHasCZDwz3N3yVt5we2RHm4XTQCpv0KJz9zqw==}
+ '@types/node@22.7.2':
+ resolution: {integrity: sha512-866lXSrpGpgyHBZUa2m9YNWqHDjjM0aBTJlNtYaGEw4rqY/dcD7deRVTbBBAJelfA7oaGDbNftXF/TL/A6RgoA==}
'@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.6.1':
+ '@types/node@22.7.2':
dependencies:
undici-types: 6.19.8
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 353289d..02b4312 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.6.1",
+ "@types/node": "^22.7.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"