build(deps-dev): bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2

Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud-libraries/browserslist-config) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/nextcloud-libraries/browserslist-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/browserslist-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/browserslist-config/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2025-11-08 02:29:24 +07:00 committed by GitHub
parent 89ffc90bdb
commit 6618d3d409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated

@ -22,7 +22,7 @@
"vue": "^3.5.22"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/e2e-test-server": "^0.4.0",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/stylelint-config": "^3.1.1",
@ -60,8 +60,8 @@
"wait-on": "^9.0.1"
},
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
"node": "^24.0.0",
"npm": "^11.3.0"
}
},
"build/frontend": {
@ -2141,14 +2141,13 @@
}
},
"node_modules/@nextcloud/browserslist-config": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.1.tgz",
"integrity": "sha512-JzjBEW/M9Qe6s4i37AQlvzfp9QGxprQnaM/06de5WJG9q7RXtNDyM5kEJylAg7AzG4yApdOum9ggtA6m/yVR1w==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-3.1.2.tgz",
"integrity": "sha512-2iXl1rqQOHvggFIl/V3J5OpbodVazOsO38Gz/2sUAmtWXuOpGZG+7i6zQcVqGVaT1VzyPJ1gPiMpyyZi/XRWNA==",
"dev": true,
"license": "GPL-3.0-or-later",
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20 || ^22 || ^24",
"npm": ">=10.5.0"
},
"peerDependencies": {
"browserslist": "^4.26.3"

@ -51,7 +51,7 @@
"vue": "^3.5.22"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/e2e-test-server": "^0.4.0",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/stylelint-config": "^3.1.1",