aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-08 22:39:00 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-08 22:39:14 +0000
commitcc78c0d84309cef7b6fc1739b3fafae1815c3667 (patch)
tree0daeffc8c40c44fbcd0df028b1460a133da0650f /src
parentBump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.tar
locusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.tar.gz
locusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.tar.bz2
locusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.tar.lz
locusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.tar.xz
locusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.tar.zst
locusts-cc78c0d84309cef7b6fc1739b3fafae1815c3667.zip
Bump typescript from 5.6.2 to 5.6.3 in the nodejs-dependencies group
Bumps the nodejs-dependencies group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/packages/eslint-config/package.json2
-rw-r--r--src/packages/locusts/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index a1e301a..956fe6e 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -8,7 +8,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.3",
"eslint-plugin-only-warn": "^1.1.0",
- "typescript": "^5.6.2"
+ "typescript": "^5.6.3"
},
"files": [
"library.js"
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 18b1fe0..9c46181 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -10,7 +10,7 @@
"@types/node": "^22.7.5",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
- "typescript": "^5.6.2"
+ "typescript": "^5.6.3"
},
"keywords": [],
"license": "0BSD",