mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #42976 from nextcloud/dependabot/npm_and_yarn/types/wait-on-5.3.4
chore(deps-dev): Bump @types/wait-on from 5.3.3 to 5.3.4
This commit is contained in:
commit
9695c021c2
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -109,7 +109,7 @@
|
|||
"@testing-library/vue": "^5.8.3",
|
||||
"@types/dockerode": "^3.3.21",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/wait-on": "^5.3.3",
|
||||
"@types/wait-on": "^5.3.4",
|
||||
"@vue/test-utils": "^1.3.5",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"@vue/vue2-jest": "^29.2.6",
|
||||
|
|
@ -5444,9 +5444,9 @@
|
|||
"integrity": "sha512-ue/hDUpPjC85m+PM9OQDMZr3LywT+CT6mPsQq8OJtCLiERkGRcQUFvu9XASF5XWqyZFXbf15lvb3JFJ4dRLWPg=="
|
||||
},
|
||||
"node_modules/@types/wait-on": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/wait-on/-/wait-on-5.3.3.tgz",
|
||||
"integrity": "sha512-I8EnhU/DuvV2LODzBcLw85FPFFZ9mBvtgqfsgXbhkbo5IZYfIne5qxPTv4PGbD8d5uDQJG5g/pGwGdpM8lQ6Lg==",
|
||||
"version": "5.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/wait-on/-/wait-on-5.3.4.tgz",
|
||||
"integrity": "sha512-EBsPjFMrFlMbbUFf9D1Fp+PAB2TwmUn7a3YtHyD9RLuTIk1jDd8SxXVAoez2Ciy+8Jsceo2MYEYZzJ/DvorOKw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
"@testing-library/vue": "^5.8.3",
|
||||
"@types/dockerode": "^3.3.21",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/wait-on": "^5.3.3",
|
||||
"@types/wait-on": "^5.3.4",
|
||||
"@vue/test-utils": "^1.3.5",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"@vue/vue2-jest": "^29.2.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue