diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-04-11 09:57:07 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-04-11 09:57:07 -0300 |
| commit | 6c234fbebc746edae29dfe6f17c30167717aa58b (patch) | |
| tree | 7b6797519ddf5e4a03d7746120de754506b4481e /package.json | |
| parent | cc635018fd28fc0edf95c100fcdc28292dc77384 (diff) | |
update tap because glob is grouchy. Awww. Outdated versions of glob have known vulnerabilities. Well not any THAT ARE REPORTED YOU FOOL
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 89b06003..7aef341a 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,6 @@ }, "license": "MIT", "devDependencies": { - "tap": "21.6.2" + "tap": "21.6.3" } } |