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"