aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-30 15:39:45 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-07-30 15:40:25 +0000
commit3f63a5da3bddcfb55a945363aadd104d9ff7b4c4 (patch)
tree92eeec8f308d48e56768fd2de674671eb94ab8b9 /package.json
parentBump node version (diff)
downloadtrinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.tar
trinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.tar.gz
trinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.tar.bz2
trinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.tar.lz
trinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.tar.xz
trinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.tar.zst
trinkets-3f63a5da3bddcfb55a945363aadd104d9ff7b4c4.zip
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [syncpack](https://github.com/JamieMason/syncpack), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `syncpack` from 12.3.3 to 12.4.0 - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.3.3...12.4.0) Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e85dd31..73fd673 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "Matt Strapp <matt@mattstrapp.net>",
"devDependencies": {
- "syncpack": "12.3.3"
+ "syncpack": "12.4.0"
},
"license": "MIT",
"main": "index.js",