mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(deps): Bump p-queue from 9.1.0 to 9.1.2 in /build/frontend-legacy
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 9.1.0 to 9.1.2. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v9.1.0...v9.1.2) --- updated-dependencies: - dependency-name: p-queue dependency-version: 9.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
3e96a3da17
commit
137ae840e2
2 changed files with 5 additions and 5 deletions
8
build/frontend-legacy/package-lock.json
generated
8
build/frontend-legacy/package-lock.json
generated
|
|
@ -60,7 +60,7 @@
|
|||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.1",
|
||||
"p-limit": "^7.3.0",
|
||||
"p-queue": "^9.1.0",
|
||||
"p-queue": "^9.1.2",
|
||||
"path": "^0.12.7",
|
||||
"pinia": "^2.3.1",
|
||||
"query-string": "^9.3.1",
|
||||
|
|
@ -13982,9 +13982,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/p-queue": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz",
|
||||
"integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==",
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.2.tgz",
|
||||
"integrity": "sha512-ktsDOALzTYTWWF1PbkNVg2rOt+HaOaMWJMUnt7T3qf5tvZ1L8dBW3tObzprBcXNMKkwj+yFSLqHso0x+UFcJXw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.1",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.1",
|
||||
"p-limit": "^7.3.0",
|
||||
"p-queue": "^9.1.0",
|
||||
"p-queue": "^9.1.2",
|
||||
"path": "^0.12.7",
|
||||
"pinia": "^2.3.1",
|
||||
"query-string": "^9.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue