mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 08:34:10 -04:00
Merge pull request #54708 from nextcloud/dependabot/npm_and_yarn/p-limit-7.1.1
build(deps): bump p-limit from 7.1.0 to 7.1.1
This commit is contained in:
commit
809bbe3ca5
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -60,7 +60,7 @@
|
|||
"marked": "^16.2.0",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"p-limit": "^7.1.0",
|
||||
"p-limit": "^7.1.1",
|
||||
"p-queue": "^8.1.0",
|
||||
"path": "^0.12.7",
|
||||
"pinia": "^2.3.1",
|
||||
|
|
@ -19168,9 +19168,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/p-limit": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.0.tgz",
|
||||
"integrity": "sha512-7LbrpOjbzBWFHFgRtVrIAwBwW1bB7c7n914Q2+CXr1TvOfbTrVHAEH1Ya9PwDwAoKLeiRrczymYWPwaHNOQ0vA==",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.1.tgz",
|
||||
"integrity": "sha512-i8PyM2JnsNChVSYWLr2BAjNoLi0BAYC+wecOnZnVV+YSNJkzP7cWmvI34dk0WArWfH9KwBHNoZI3P3MppImlIA==",
|
||||
"dependencies": {
|
||||
"yocto-queue": "^1.2.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
"marked": "^16.2.0",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.0",
|
||||
"p-limit": "^7.1.0",
|
||||
"p-limit": "^7.1.1",
|
||||
"p-queue": "^8.1.0",
|
||||
"path": "^0.12.7",
|
||||
"pinia": "^2.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue