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

Bump @ogre-tools/test-utils from 15.1.2 to 15.3.0

Bumps [@ogre-tools/test-utils](https://github.com/ogre-works/ogre-tools) from 15.1.2 to 15.3.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.1.2...v15.3.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-04-06 01:58:11 +00:00 committed by GitHub
parent 5db8fc1342
commit 4974fef3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -8539,9 +8539,9 @@
} }
}, },
"node_modules/@ogre-tools/test-utils": { "node_modules/@ogre-tools/test-utils": {
"version": "15.1.2", "version": "15.3.0",
"resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.1.2.tgz", "resolved": "https://registry.npmjs.org/@ogre-tools/test-utils/-/test-utils-15.3.0.tgz",
"integrity": "sha512-WGuJoHgFJCt0u5ok9BnQKSkF0J1MYPrRlr0naNUUywZgNSrPy64TqlY8AEEIe2cquUZMwe2wsv9esg+KDRUnrA==", "integrity": "sha512-J7YXTJrJHGzNIORuRnn18eypb6yovqA/DybIVaqlxSsxx5jy3CrKvdUYbfyOgJW3JvVFLwahCzniN5p4DFWbTQ==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21"
@ -44866,7 +44866,7 @@
"devDependencies": { "devDependencies": {
"@async-fn/jest": "^1.6.4", "@async-fn/jest": "^1.6.4",
"@k8slens/eslint-config": "6.5.0-alpha.1", "@k8slens/eslint-config": "6.5.0-alpha.1",
"@ogre-tools/test-utils": "^15.1.2" "@ogre-tools/test-utils": "^15.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@k8slens/application": "^6.5.0-alpha.0", "@k8slens/application": "^6.5.0-alpha.0",

View File

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