From bcc40af97f9e81429005100cc0bc6272914bd71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:02:48 +0000 Subject: [PATCH] Bump pouchdb-browser from 8.0.1 to 9.0.0 in /app Bumps [pouchdb-browser](https://github.com/pouchdb/pouchdb/tree/HEAD/packages/node_modules/pouchdb-browser) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/pouchdb/pouchdb/releases) - [Commits](https://github.com/pouchdb/pouchdb/commits/9.0.0/packages/node_modules/pouchdb-browser) --- updated-dependencies: - dependency-name: pouchdb-browser dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 16 +++++++--------- app/package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index a1456e1a3..ecd227535 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -27,7 +27,7 @@ "moment": "^2.30.1", "patternfly": "^3.59.5", "pouchdb": "^8.0.1", - "pouchdb-browser": "^8.0.1" + "pouchdb-browser": "^9.0.0" }, "devDependencies": { "@cyclonedx/cyclonedx-npm": "^5.0.0", @@ -6232,11 +6232,10 @@ } }, "node_modules/pouchdb-browser": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/pouchdb-browser/-/pouchdb-browser-8.0.1.tgz", - "integrity": "sha512-wXObS1Layd/gBRKwa6EBS99tFY9G3VPaMRu8ffWCohkpi9PZCm3z1xeB4P4S9Qecf0u5so+rxvbVVyTtgdhvaQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/pouchdb-browser/-/pouchdb-browser-9.0.0.tgz", + "integrity": "sha512-0uKFWhsTtiVOF0+aGo7mvtCTP40f6dlsLNmJUvc/lwjsX1C3v+eBfVbvykyxpFl7UTAoJkXl+g/GOzNvyMtV1g==", "dependencies": { - "immediate": "3.3.0", "spark-md5": "3.0.2", "uuid": "8.3.2", "vuvuzela": "1.0.3" @@ -11572,11 +11571,10 @@ } }, "pouchdb-browser": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/pouchdb-browser/-/pouchdb-browser-8.0.1.tgz", - "integrity": "sha512-wXObS1Layd/gBRKwa6EBS99tFY9G3VPaMRu8ffWCohkpi9PZCm3z1xeB4P4S9Qecf0u5so+rxvbVVyTtgdhvaQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/pouchdb-browser/-/pouchdb-browser-9.0.0.tgz", + "integrity": "sha512-0uKFWhsTtiVOF0+aGo7mvtCTP40f6dlsLNmJUvc/lwjsX1C3v+eBfVbvykyxpFl7UTAoJkXl+g/GOzNvyMtV1g==", "requires": { - "immediate": "3.3.0", "spark-md5": "3.0.2", "uuid": "8.3.2", "vuvuzela": "1.0.3" diff --git a/app/package.json b/app/package.json index bce635b75..dd52c8add 100644 --- a/app/package.json +++ b/app/package.json @@ -53,7 +53,7 @@ "moment": "^2.30.1", "patternfly": "^3.59.5", "pouchdb": "^8.0.1", - "pouchdb-browser": "^8.0.1" + "pouchdb-browser": "^9.0.0" }, "dependenciesComments": { "bootstrap-switch": "Please use version '~3.3.5', since 3.4.x would require Bootstrap 4.x"