From e2c17db25cc0a316c952521385d44858906cdad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 01:54:47 +0000 Subject: [PATCH] Bump @iobroker/testing from 4.1.1 to 4.1.3 Bumps [@iobroker/testing](https://github.com/AlCalzone/testing) from 4.1.1 to 4.1.3. - [Changelog](https://github.com/ioBroker/testing/blob/master/CHANGELOG.md) - [Commits](https://github.com/AlCalzone/testing/compare/v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: "@iobroker/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b589a5..0902a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@alcalzone/release-script": "3.7.0", "@alcalzone/release-script-plugin-iobroker": "3.6.0", "@alcalzone/release-script-plugin-license": "3.7.0", - "@iobroker/testing": "4.1.1", + "@iobroker/testing": "4.1.3", "axios": "^1.0.0", "chai": "^5.0.0", "gulp": "^5.0.0", @@ -349,9 +349,9 @@ } }, "node_modules/@iobroker/testing": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@iobroker/testing/-/testing-4.1.1.tgz", - "integrity": "sha512-TGl0o+ejiSUuJiyv6bYgOCkv3w/bOo0eEThAgl3sG3nyiWDBLuXCbtE18UlRLbFyYLOWZ1KETp1f0x7kHMKLxA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@iobroker/testing/-/testing-4.1.3.tgz", + "integrity": "sha512-PTfvlXQBXDJVX35bkJxzgjuMX6bEjUmB4Dy8+bWLqbOgyq1JQVrRn+ah5IB7hEf+4lP8wD0MpAjXFJTv3zfTvA==", "dev": true, "dependencies": { "alcalzone-shared": "~4.0.3", @@ -3956,9 +3956,9 @@ "requires": {} }, "@iobroker/testing": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@iobroker/testing/-/testing-4.1.1.tgz", - "integrity": "sha512-TGl0o+ejiSUuJiyv6bYgOCkv3w/bOo0eEThAgl3sG3nyiWDBLuXCbtE18UlRLbFyYLOWZ1KETp1f0x7kHMKLxA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@iobroker/testing/-/testing-4.1.3.tgz", + "integrity": "sha512-PTfvlXQBXDJVX35bkJxzgjuMX6bEjUmB4Dy8+bWLqbOgyq1JQVrRn+ah5IB7hEf+4lP8wD0MpAjXFJTv3zfTvA==", "dev": true, "requires": { "alcalzone-shared": "~4.0.3", diff --git a/package.json b/package.json index 192f3ff..ea6d27d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "axios": "^1.0.0", "mocha": "^10.0.0", "chai": "^5.0.0", - "@iobroker/testing": "4.1.1", + "@iobroker/testing": "4.1.3", "@alcalzone/release-script": "3.7.0", "@alcalzone/release-script-plugin-iobroker": "3.6.0", "@alcalzone/release-script-plugin-license": "3.7.0"