Merge pull request #16433 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-3.1.2

build(deps-dev): Bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2
This commit is contained in:
github-actions[bot] 2025-11-29 04:10:56 +00:00 committed by GitHub
commit 3eb4ab870f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

19
package-lock.json generated
View file

@ -64,7 +64,7 @@
"wildemitter": "^1.2.1"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/stylelint-config": "^3.1.1",
"@rspack/cli": "^1.6.4",
@ -1558,13 +1558,14 @@
}
},
"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"
@ -16793,9 +16794,9 @@
"integrity": "sha512-usYr4GlJQlK3hgZURvklqWb9ivi7sgsSuFqXrs7s4hl1LTS4enzPrnkQumm6nRsQruf0ITS+OBsK+oELEbvYPA=="
},
"@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,
"requires": {}
},

View file

@ -85,7 +85,7 @@
"wildemitter": "^1.2.1"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.1",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^9.0.0-rc.5",
"@nextcloud/stylelint-config": "^3.1.1",
"@rspack/cli": "^1.6.4",