diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-23 14:57:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-23 14:58:17 +0000 |
commit | 01205730f4896ea53ee4a9dcf902dc9bfb219d32 (patch) | |
tree | cd305d614bc20d5a44b9c341e76891c973fe5077 /package.json | |
parent | Bump vite from 5.2.9 to 5.2.10 (diff) | |
download | trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.tar trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.tar.gz trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.tar.bz2 trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.tar.lz trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.tar.xz trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.tar.zst trinkets-01205730f4896ea53ee4a9dcf902dc9bfb219d32.zip |
Bump syncpack from 12.3.0 to 12.3.1
Bumps [syncpack](https://github.com/JamieMason/syncpack) from 12.3.0 to 12.3.1.
- [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.0...12.3.1)
---
updated-dependencies:
- dependency-name: syncpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cf696cb..dcb01e2 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.0" + "syncpack": "12.3.1" }, "license": "MIT", "main": "index.js", |