From 803fea49f7cc2df93b18e0c1b075adeecd6e199b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:29:19 +0000 Subject: [PATCH] chore(deps-dev): bump @toa.io/command from 0.4.0 to 0.22.0 Bumps [@toa.io/command](https://github.com/toa-io/toa) from 0.4.0 to 0.22.0. - [Commits](https://github.com/toa-io/toa/compare/v0.4.0...@toa.io/command@0.22.0) --- updated-dependencies: - dependency-name: "@toa.io/command" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fab25b..ee94780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@cucumber/cucumber": "^10.0.1", - "@toa.io/command": "^0.4.0", + "@toa.io/command": "^0.22.0", "@toa.io/generic": "^1.0.0-alpha.0", "@types/amqplib": "^0.10.3", "@types/jest": "^29.5.8", @@ -1760,12 +1760,12 @@ } }, "node_modules/@toa.io/command": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@toa.io/command/-/command-0.4.0.tgz", - "integrity": "sha512-Lo/7Juo/dk/krhSeWYfWf8BtxY+Fjh7uUwVspNgd67u3f1A3rp3OlUgwHt2t/sEOx9FMwDcKi6GmMZ1mHXb1jw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@toa.io/command/-/command-0.22.0.tgz", + "integrity": "sha512-v7itw5C9fS/S73LBUBfjYlJloUVBUqTRdwwOkg0UdxSkmM/2ZRWlXMgvo3KU11xN6yhaYMYD+PFEXLFa3rk35g==", "dev": true, "engines": { - "node": ">= 12.0.0" + "node": ">= 16.0.0" } }, "node_modules/@toa.io/generic": { diff --git a/package.json b/package.json index 370f92d..6fe2350 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "types": "types/index.d.ts", "devDependencies": { "@cucumber/cucumber": "^10.0.1", - "@toa.io/command": "^0.4.0", + "@toa.io/command": "^0.22.0", "@toa.io/generic": "^1.0.0-alpha.0", "@types/amqplib": "^0.10.3", "@types/jest": "^29.5.8",