diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-20 02:27:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 02:27:48 +0000 |
commit | a723b3890706cba88a5e2ba67b6d942ff0e8946f (patch) | |
tree | 562e1dec10e5369befb8bd50067348c4ebea458f /package.json | |
parent | 980378de1deb20a717c472917bd190f3d63adf8b (diff) | |
download | nextcloud-server-a723b3890706cba88a5e2ba67b6d942ff0e8946f.tar.gz nextcloud-server-a723b3890706cba88a5e2ba67b6d942ff0e8946f.zip |
chore(deps-dev): Bump @types/wait-on from 5.3.3 to 5.3.4
Bumps [@types/wait-on](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wait-on) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wait-on)
---
updated-dependencies:
- dependency-name: "@types/wait-on"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 933c38d33bb..cb56878a361 100644 --- a/package.json +++ b/package.json @@ -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", |