From 9e26aceb74c99e7e236093fe80b907df46dbe264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:28:36 +0000 Subject: [PATCH] build(deps-dev): Bump @nextcloud/browserslist-config from 3.1.0 to 3.1.1 Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/browserslist-config" dependency-version: 3.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e730e9b..d4660d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/event-bus": "^3.3.2" }, "devDependencies": { - "@nextcloud/browserslist-config": "^3.1.0", + "@nextcloud/browserslist-config": "^3.1.1", "jest": "^30.2.0", "typedoc": "^0.28.14", "typescript": "^5.4.5" @@ -982,13 +982,16 @@ } }, "node_modules/@nextcloud/browserslist-config": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.0.tgz", - "integrity": "sha512-lpPUWZZjWjYLBkQ7OpJRby6CwiLGdXzmDxVmK7cXRV4tO2BFTI7IyLwvepCg+XQa7yLqap5HPVK1QJOGz2D/eQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.1.tgz", + "integrity": "sha512-JzjBEW/M9Qe6s4i37AQlvzfp9QGxprQnaM/06de5WJG9q7RXtNDyM5kEJylAg7AzG4yApdOum9ggtA6m/yVR1w==", "dev": true, "engines": { "node": "^20.0.0", "npm": "^10.0.0" + }, + "peerDependencies": { + "browserslist": "^4.26.3" } }, "node_modules/@nextcloud/capabilities": { @@ -5517,10 +5520,11 @@ } }, "@nextcloud/browserslist-config": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.0.tgz", - "integrity": "sha512-lpPUWZZjWjYLBkQ7OpJRby6CwiLGdXzmDxVmK7cXRV4tO2BFTI7IyLwvepCg+XQa7yLqap5HPVK1QJOGz2D/eQ==", - "dev": true + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.1.tgz", + "integrity": "sha512-JzjBEW/M9Qe6s4i37AQlvzfp9QGxprQnaM/06de5WJG9q7RXtNDyM5kEJylAg7AzG4yApdOum9ggtA6m/yVR1w==", + "dev": true, + "requires": {} }, "@nextcloud/capabilities": { "version": "1.2.0", diff --git a/package.json b/package.json index 07922ed..8053e4d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/event-bus": "^3.3.2" }, "devDependencies": { - "@nextcloud/browserslist-config": "^3.1.0", + "@nextcloud/browserslist-config": "^3.1.1", "jest": "^30.2.0", "typedoc": "^0.28.14", "typescript": "^5.4.5"