From 23d5f1f9af03580c624ffd597b3269e99ad3facd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:47:16 +0000 Subject: [PATCH] chore(deps-dev): 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 66736984..ea2188c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@alcalzone/release-script": "^3.7.0", "@alcalzone/release-script-plugin-iobroker": "^3.7.0", "@alcalzone/release-script-plugin-license": "^3.7.0", - "@iobroker/testing": "^4.1.1", + "@iobroker/testing": "^4.1.3", "@iobroker/types": "^5.0.19", "@peter-murray/hue-bridge-model": "^2.1.1", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -337,9 +337,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", @@ -7653,9 +7653,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 fb78273a..b8feb5cc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@alcalzone/release-script": "^3.7.0", "@alcalzone/release-script-plugin-iobroker": "^3.7.0", "@alcalzone/release-script-plugin-license": "^3.7.0", - "@iobroker/testing": "^4.1.1", + "@iobroker/testing": "^4.1.3", "@iobroker/types": "^5.0.19", "@peter-murray/hue-bridge-model": "^2.1.1", "@typescript-eslint/eslint-plugin": "^6.21.0",