From 3089b4a91234a7f02c685ea6e50855cb681e93c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 21:16:04 +0200 Subject: [PATCH] chore: bump roboter from 11.2.25 to 11.2.26 (#168) Bumps [roboter](https://github.com/thenativeweb/roboter) from 11.2.25 to 11.2.26. - [Release notes](https://github.com/thenativeweb/roboter/releases) - [Changelog](https://github.com/thenativeweb/roboter/blob/master/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/roboter/compare/11.2.25...11.2.26) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 93dcd99..7db8d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3555,9 +3555,9 @@ } }, "mocha": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.2.tgz", - "integrity": "sha512-I8FRAcuACNMLQn3lS4qeWLxXqLvGf6r2CaLstDpZmMUUSmvW6Cnm1AuHxgbc7ctZVRcfwspCRbDHymPsi3dkJw==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.3.tgz", + "integrity": "sha512-ZbaYib4hT4PpF4bdSO2DohooKXIn4lDeiYqB+vTmCdr6l2woW0b6H3pf5x4sM5nwQMru9RvjjHYWVGltR50ZBw==", "dev": true, "requires": { "ansi-colors": "4.1.1", @@ -8151,9 +8151,9 @@ } }, "roboter": { - "version": "11.2.25", - "resolved": "https://registry.npmjs.org/roboter/-/roboter-11.2.25.tgz", - "integrity": "sha512-39nz6GubUd4fl6uFlpOgRDa2h1afJOPq3uXd9BnEpg04YGLngJS4CnDznSBxsfIejSetmBLbTvCsy/5zm9pQvw==", + "version": "11.2.26", + "resolved": "https://registry.npmjs.org/roboter/-/roboter-11.2.26.tgz", + "integrity": "sha512-+CNHiHvd0UITi8Vz9ID9AdOdL1R/vTzHHSEthvdRjgR+MjsN6gS5A9/loqhTCuuJskyE3tlcChhEIKLidKgaRA==", "dev": true, "requires": { "@types/mocha": "8.0.3", @@ -8172,7 +8172,7 @@ "findsuggestions": "1.0.0", "globby": "11.0.0", "is-typescript": "4.0.0", - "mocha": "8.1.2", + "mocha": "8.1.3", "processenv": "3.0.2", "require-dir": "1.2.0", "semver": "7.1.3", diff --git a/package.json b/package.json index 4acdbef..4e0914b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "assertthat": "5.2.1", - "roboter": "11.2.25", + "roboter": "11.2.26", "semantic-release-configuration": "1.0.20" }, "repository": {