From c6b77cc287079e115e9a5d9ab8c9859e1c2e1282 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 25 Jan 2025 06:56:25 +0000 Subject: [PATCH] Bump some devdeps --- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f82ea4e..7df839b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,9 +13,9 @@ }, "devDependencies": { "@paulmillr/jsbt": "0.3.1", - "@types/node": "20.14.8", - "@types/sinon": "^17.0.3", - "micro-should": "0.5.0", + "@types/node": "22.10.10", + "@types/sinon": "17.0.3", + "micro-should": "0.5.1", "prettier": "3.1.1", "sinon": "12.0.1", "typescript": "5.5.2", @@ -88,13 +88,13 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@types/node": { - "version": "20.14.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz", - "integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==", + "version": "22.10.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz", + "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/sinon": { @@ -149,9 +149,9 @@ "license": "MIT" }, "node_modules/micro-should": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.5.0.tgz", - "integrity": "sha512-QNXbZnWK+bg42JQJiVRrYnyZ5YDPbzGWdRJnl/6n/5zxpcIyymHBS5WjBIN4UP4Az8qDdaPMdbUGhGNsqWvcHQ==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.5.1.tgz", + "integrity": "sha512-i3BdNfiAf4PyEEjyxNO2Ex/C0V4ux9ZCKyxSbF6p/n9+UqhRsUbae8PfTM9Came91lGzJLEFlAtAEkY4eSpq6w==", "dev": true, "license": "MIT" }, @@ -293,9 +293,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index c6d3c131..de27e83e 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ }, "devDependencies": { "@paulmillr/jsbt": "0.3.1", - "@types/node": "20.14.8", - "@types/sinon": "^17.0.3", - "micro-should": "0.5.0", + "@types/node": "22.10.10", + "@types/sinon": "17.0.3", + "micro-should": "0.5.1", "prettier": "3.1.1", "sinon": "12.0.1", "typescript": "5.5.2",