Merge pull request #16576 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-2.4.0

build(deps): bump @nextcloud/paths from 2.3.0 to 2.4.0
This commit is contained in:
github-actions[bot] 2025-12-15 09:46:53 +00:00 committed by GitHub
commit d6f6c911d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"@nextcloud/files": "^3.12.1",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.4.0",
"@nextcloud/paths": "^2.3.0",
"@nextcloud/paths": "^2.4.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.3.0",
"@nextcloud/upload": "^2.0.0-rc.0",
@ -1817,9 +1817,9 @@
}
},
"node_modules/@nextcloud/paths": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz",
"integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz",
"integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw==",
"license": "GPL-3.0-or-later",
"engines": {
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
@ -17174,9 +17174,9 @@
}
},
"@nextcloud/paths": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.3.0.tgz",
"integrity": "sha512-NM9fmFSRcp71ayDCGYKSJTQA2BniGl6Btl8y6f8uywynthY5LbLsazO29vU+ec3fLKCRy1YGcYj+f4kZw+vwiw=="
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.4.0.tgz",
"integrity": "sha512-35hykjqzaJCw8pBYWuKbLLw2wyKMuf9+T8K8GoYiS84AIi8SO16nuEu0fyl/gwCuiDqX5tCCup4wqljf0hdvaw=="
},
"@nextcloud/router": {
"version": "3.1.0",

View file

@ -42,7 +42,7 @@
"@nextcloud/files": "^3.12.1",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.4.0",
"@nextcloud/paths": "^2.3.0",
"@nextcloud/paths": "^2.4.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.3.0",
"@nextcloud/upload": "^2.0.0-rc.0",