From 43069dbc10495217d15d3c1a94ddfe41bc0b5a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 02:05:43 +0000 Subject: [PATCH] chore(deps-dev): Bump @ogre-tools/test-utils from 15.6.1 to 15.7.0 Bumps [@ogre-tools/test-utils](https://github.com/ogre-works/ogre-tools) from 15.6.1 to 15.7.0. - [Release notes](https://github.com/ogre-works/ogre-tools/releases) - [Changelog](https://github.com/ogre-works/ogre-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/ogre-works/ogre-tools/compare/v15.6.1...v15.7.0) --- updated-dependencies: - dependency-name: "@ogre-tools/test-utils" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- .../application/electron-main/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3b0580385..55959b54d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7523,9 +7523,9 @@ } }, "node_modules/@ogre-tools/test-utils": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.6.1.tgz", - "integrity": "sha512-d0ZrtHG6PMBHv00ik9aZ/AtP70NQoW8HIZQdueMvVuen/1i/qAe/lbMa6WAQc+85mDiyYgly3ZDZifwKakocHw==", + "version": "15.7.0", + "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.7.0.tgz", + "integrity": "sha512-hrsg9uU3CYxsEJ3NnWqck0tNST+wI+D/CtvvP1xhVNQ6o9+2O2o8n40iVcCxuLY7V/AaHh4LrFQESt6eqLQTUg==", "dev": true, "peerDependencies": { "lodash": "^4.17.21" @@ -37166,7 +37166,7 @@ "devDependencies": { "@async-fn/jest": "^1.6.4", "@k8slens/eslint-config": "^6.5.0-alpha.2", - "@ogre-tools/test-utils": "^15.1.2" + "@ogre-tools/test-utils": "^15.7.0" }, "peerDependencies": { "@k8slens/application": "^6.5.0-alpha.0", @@ -40454,7 +40454,7 @@ "requires": { "@async-fn/jest": "^1.6.4", "@k8slens/eslint-config": "^6.5.0-alpha.2", - "@ogre-tools/test-utils": "^15.1.2" + "@ogre-tools/test-utils": "^15.7.0" } }, "@k8slens/button": { @@ -44066,9 +44066,9 @@ "requires": {} }, "@ogre-tools/test-utils": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.6.1.tgz", - "integrity": "sha512-d0ZrtHG6PMBHv00ik9aZ/AtP70NQoW8HIZQdueMvVuen/1i/qAe/lbMa6WAQc+85mDiyYgly3ZDZifwKakocHw==", + "version": "15.7.0", + "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.7.0.tgz", + "integrity": "sha512-hrsg9uU3CYxsEJ3NnWqck0tNST+wI+D/CtvvP1xhVNQ6o9+2O2o8n40iVcCxuLY7V/AaHh4LrFQESt6eqLQTUg==", "dev": true, "requires": {} }, diff --git a/packages/technical-features/application/electron-main/package.json b/packages/technical-features/application/electron-main/package.json index 447c780ab5..9ceeda252c 100644 --- a/packages/technical-features/application/electron-main/package.json +++ b/packages/technical-features/application/electron-main/package.json @@ -42,6 +42,6 @@ "devDependencies": { "@async-fn/jest": "^1.6.4", "@k8slens/eslint-config": "^6.5.0-alpha.2", - "@ogre-tools/test-utils": "^15.1.2" + "@ogre-tools/test-utils": "^15.7.0" } }