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.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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-02 02:05:43 +00:00 committed by Sebastian Malton
parent d6d0e59a10
commit 43069dbc10
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -7523,9 +7523,9 @@
} }
}, },
"node_modules/@ogre-tools/test-utils": { "node_modules/@ogre-tools/test-utils": {
"version": "15.6.1", "version": "15.7.0",
"resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.6.1.tgz", "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.7.0.tgz",
"integrity": "sha512-d0ZrtHG6PMBHv00ik9aZ/AtP70NQoW8HIZQdueMvVuen/1i/qAe/lbMa6WAQc+85mDiyYgly3ZDZifwKakocHw==", "integrity": "sha512-hrsg9uU3CYxsEJ3NnWqck0tNST+wI+D/CtvvP1xhVNQ6o9+2O2o8n40iVcCxuLY7V/AaHh4LrFQESt6eqLQTUg==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21"
@ -37166,7 +37166,7 @@
"devDependencies": { "devDependencies": {
"@async-fn/jest": "^1.6.4", "@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",
"@ogre-tools/test-utils": "^15.1.2" "@ogre-tools/test-utils": "^15.7.0"
}, },
"peerDependencies": { "peerDependencies": {
"@k8slens/application": "^6.5.0-alpha.0", "@k8slens/application": "^6.5.0-alpha.0",
@ -40454,7 +40454,7 @@
"requires": { "requires": {
"@async-fn/jest": "^1.6.4", "@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",
"@ogre-tools/test-utils": "^15.1.2" "@ogre-tools/test-utils": "^15.7.0"
} }
}, },
"@k8slens/button": { "@k8slens/button": {
@ -44066,9 +44066,9 @@
"requires": {} "requires": {}
}, },
"@ogre-tools/test-utils": { "@ogre-tools/test-utils": {
"version": "15.6.1", "version": "15.7.0",
"resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.6.1.tgz", "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.7.0.tgz",
"integrity": "sha512-d0ZrtHG6PMBHv00ik9aZ/AtP70NQoW8HIZQdueMvVuen/1i/qAe/lbMa6WAQc+85mDiyYgly3ZDZifwKakocHw==", "integrity": "sha512-hrsg9uU3CYxsEJ3NnWqck0tNST+wI+D/CtvvP1xhVNQ6o9+2O2o8n40iVcCxuLY7V/AaHh4LrFQESt6eqLQTUg==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },

View File

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