From 16b3fead3f6711887d9e78b973c8f265c6c5c8d8 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Sun, 5 Nov 2023 01:07:46 -0500 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#886) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-grafana/actions/runs/6759559391 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow* --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2ff6cd7..e6996c22 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typescript": "^4.9.5" }, "peerDependencies": { - "cdk8s": "^2.67.6", + "cdk8s": "^2.68.0", "constructs": "^10.3.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 430c9fcc..6b609a04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6836,9 +6836,9 @@ unique-string@^3.0.0: crypto-random-string "^4.0.0" universal-user-agent@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee" - integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== + version "6.0.1" + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa" + integrity sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ== universalify@^0.1.0: version "0.1.2"