1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore(deps-dev): Bump @ogre-tools/test-utils from 15.7.0 to 15.8.1

Bumps [@ogre-tools/test-utils](https://github.com/ogre-works/ogre-tools) from 15.7.0 to 15.8.1.
- [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.7.0...v15.8.1)

---
updated-dependencies:
- dependency-name: "@ogre-tools/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-03 01:58:28 +00:00 committed by GitHub
parent f2f6cc500c
commit d71fcc9cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -7535,9 +7535,9 @@
}
},
"node_modules/@ogre-tools/test-utils": {
"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==",
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.8.1.tgz",
"integrity": "sha512-ww+wURUaKX4/yWzrAFX237PuFERoFVQZ5J1D3WC0u097tgKEVx6kxi0buyhbqBMlpCRkIr9gK+1xSdbx9ZDr+Q==",
"dev": true,
"peerDependencies": {
"lodash": "^4.17.21"
@ -35976,7 +35976,6 @@
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
"@k8slens/error-boundary": "^1.0.0-alpha.5",
"@k8slens/event-emitter": "^1.0.0-alpha.1",
"@k8slens/kube-object": "^1.0.0-alpha.1",
"@k8slens/kubectl-versions": "^1.0.0-alpha.0",
"@k8slens/legacy-extensions": "^1.0.0-alpha.0",
"@k8slens/legacy-global-di": "^1.0.0-alpha.0",
@ -37219,7 +37218,7 @@
"devDependencies": {
"@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "^6.5.0-alpha.2",
"@ogre-tools/test-utils": "^15.7.0"
"@ogre-tools/test-utils": "^15.8.1"
},
"peerDependencies": {
"@k8slens/application": "^6.5.0-alpha.0",
@ -37610,6 +37609,7 @@
}
},
"packages/utility-features/event-emitter": {
"name": "@k8slens/event-emitter",
"version": "1.0.0-alpha.1",
"license": "MIT",
"devDependencies": {
@ -40516,7 +40516,7 @@
"requires": {
"@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "^6.5.0-alpha.2",
"@ogre-tools/test-utils": "^15.7.0"
"@ogre-tools/test-utils": "^15.8.1"
}
},
"@k8slens/button": {
@ -44152,9 +44152,9 @@
"requires": {}
},
"@ogre-tools/test-utils": {
"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==",
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.8.1.tgz",
"integrity": "sha512-ww+wURUaKX4/yWzrAFX237PuFERoFVQZ5J1D3WC0u097tgKEVx6kxi0buyhbqBMlpCRkIr9gK+1xSdbx9ZDr+Q==",
"dev": true,
"requires": {}
},

View File

@ -42,6 +42,6 @@
"devDependencies": {
"@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "^6.5.0-alpha.2",
"@ogre-tools/test-utils": "^15.7.0"
"@ogre-tools/test-utils": "^15.8.1"
}
}