From 5b1389f7fd614ac47f3eb4d815d1ac05edf94e50 Mon Sep 17 00:00:00 2001 From: Matt Kantor Date: Mon, 28 Apr 2025 21:32:56 -0400 Subject: [PATCH] Upgrade dependencies --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d6c1d2..4485f48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,16 +10,16 @@ "dependencies": { "@matt.kantor/either": "^1.0.0", "@matt.kantor/option": "^1.0.0", - "@matt.kantor/parsing": "^1.1.0", + "@matt.kantor/parsing": "^2.0.0", "kleur": "^4.1.5" }, "bin": { "please": "please" }, "devDependencies": { - "@types/node": "^22.5.5", + "@types/node": "^22.15.3", "strip-ansi": "^7.1.0", - "typescript": "^5.6.2" + "typescript": "^5.8.3" }, "engines": { "node": ">=22" @@ -56,22 +56,22 @@ "license": "MIT" }, "node_modules/@matt.kantor/parsing": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@matt.kantor/parsing/-/parsing-1.1.0.tgz", - "integrity": "sha512-K0BJNtgklB/gwPkOrwFvFsM5jTt3uM/uDWboP4Y9Xjaax8GcVAyD2SqvZ1P2GZt8GWdFTf6vjCAnAmZ1sakw7Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@matt.kantor/parsing/-/parsing-2.0.0.tgz", + "integrity": "sha512-I3iPqQQg1wjHvJIOWrApX7ALCEJbYUhfw5b/zvNK84Gt90NQgZud6I5XGSK3ZWG5PGVU7lcGxeFFUq3J7Vs2nQ==", "license": "MIT", "dependencies": { "@matt.kantor/either": "^1.0.0" } }, "node_modules/@types/node": { - "version": "22.7.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.8.tgz", - "integrity": "sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==", + "version": "22.15.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz", + "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.21.0" } }, "node_modules/ansi-regex": { @@ -113,9 +113,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -127,9 +127,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "dev": true, "license": "MIT" } diff --git a/package.json b/package.json index c2d1af5..93e958c 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "test-update-snapshots": "npm run build:tests && node --test --test-update-snapshots --experimental-test-snapshots" }, "devDependencies": { - "@types/node": "^22.5.5", + "@types/node": "^22.15.3", "strip-ansi": "^7.1.0", - "typescript": "^5.6.2" + "typescript": "^5.8.3" }, "dependencies": { "@matt.kantor/either": "^1.0.0", "@matt.kantor/option": "^1.0.0", - "@matt.kantor/parsing": "^1.1.0", + "@matt.kantor/parsing": "^2.0.0", "kleur": "^4.1.5" }, "engines": {