From bc0c436d7757c03df6fb08c2ed2a533d09abf348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 07:02:45 +0000 Subject: [PATCH] Bump the default group with 2 updates Bumps the default group with 2 updates: [nano](https://github.com/apache/couchdb-nano) and [eslint](https://github.com/eslint/eslint). Updates `nano` from 11.0.6 to 11.0.7 - [Release notes](https://github.com/apache/couchdb-nano/releases) - [Commits](https://github.com/apache/couchdb-nano/compare/v11.0.6...v11.0.7) Updates `eslint` from 10.8.1 to 10.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.8.1...v10.9.0) --- updated-dependencies: - dependency-name: nano dependency-version: 11.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: eslint dependency-version: 10.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: default ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aae990..1fe203a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2269,9 +2269,9 @@ } }, "node_modules/eslint": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz", - "integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==", + "version": "10.9.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.0.tgz", + "integrity": "sha512-5KeEOJZBfEVA47boFiBsf+6MmmJpffM7qEBg4pLla2e4nlKgdKlqCW0oSLOGsT8Wl5uCGJptLV1bkaiShj90Gw==", "dev": true, "license": "MIT", "workspaces": [ @@ -4143,9 +4143,9 @@ "optional": true }, "node_modules/nano": { - "version": "11.0.6", - "resolved": "https://registry.npmjs.org/nano/-/nano-11.0.6.tgz", - "integrity": "sha512-3yEfcEaBBhdmYXQRP6nztbuRQAcArdjrb2Vkrvx61+b5bzML34ztUy/b9zDXyhW4h4EESpZzf01A8JNRGo+Jlw==", + "version": "11.0.7", + "resolved": "https://registry.npmjs.org/nano/-/nano-11.0.7.tgz", + "integrity": "sha512-c9pm077xbjMnySEbnQ7kDmgehHxps3MAJLXMDyjQfh28yAmZlp427rLs+nzUCxkPmfK5L9dGFtXvwAlNTyeHrQ==", "license": "Apache-2.0", "engines": { "node": ">=20.0"