This is an automated email from the ASF dual-hosted git repository.
glynnbird pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
The following commit(s) were added to refs/heads/main by this push:
new 8dcfdd7 11.0.1
8dcfdd7 is described below
commit 8dcfdd74bef6c87b5cd643a6b65b68d32b4ea756
Author: Glynn Bird <[email protected]>
AuthorDate: Mon Sep 15 16:45:22 2025 +0100
11.0.1
---
package-lock.json | 28 ++++++++++++++--------------
package.json | 6 +++---
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2080ecd..ec88a8a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,30 +1,30 @@
{
"name": "nano",
- "version": "11.0.0",
+ "version": "11.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nano",
- "version": "11.0.0",
+ "version": "11.0.1",
"license": "Apache-2.0",
"devDependencies": {
- "@types/node": "^24.3.0",
+ "@types/node": "^24.4.0",
"typescript": "^5.9.2",
- "undici": "^7.15.0"
+ "undici": "^7.16.0"
},
"engines": {
"node": ">=20.0"
}
},
"node_modules/@types/node": {
- "version": "24.3.0",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
- "integrity":
"sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
+ "version": "24.4.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.4.0.tgz",
+ "integrity":
"sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "undici-types": "~7.10.0"
+ "undici-types": "~7.11.0"
}
},
"node_modules/typescript": {
@@ -42,9 +42,9 @@
}
},
"node_modules/undici": {
- "version": "7.15.0",
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
- "integrity":
"sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==",
+ "version": "7.16.0",
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
+ "integrity":
"sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
"dev": true,
"license": "MIT",
"engines": {
@@ -52,9 +52,9 @@
}
},
"node_modules/undici-types": {
- "version": "7.10.0",
- "resolved":
"https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
- "integrity":
"sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
+ "version": "7.11.0",
+ "resolved":
"https://registry.npmjs.org/undici-types/-/undici-types-7.11.0.tgz",
+ "integrity":
"sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==",
"dev": true,
"license": "MIT"
}
diff --git a/package.json b/package.json
index fc0a36d..90f4a99 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"license": "Apache-2.0",
"homepage": "http://github.com/apache/couchdb-nano",
"repository": "http://github.com/apache/couchdb-nano",
- "version": "11.0.0",
+ "version": "11.0.1",
"author": "Apache CouchDB <[email protected]>
(http://couchdb.apache.org)",
"keywords": [
"couchdb",
@@ -19,8 +19,8 @@
"dependencies": {
},
"devDependencies": {
- "undici": "^7.15.0",
- "@types/node": "^24.3.0",
+ "undici": "^7.16.0",
+ "@types/node": "^24.4.0",
"typescript": "^5.9.2"
},
"scripts": {