From ff8b77fb6df1df4b33db3599827adaa351500307 Mon Sep 17 00:00:00 2001 From: Pahud Hsieh Date: Sun, 8 Oct 2023 20:19:50 -0400 Subject: [PATCH] chore(deps): upgrade dependencies (#590) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/pahud/cdk-remote-stack/actions/runs/6450826335 ------ *Automatically created by projen via the "upgrade-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 10eae69..33c0900 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jsii-pacmak": "^1.90.0", "jsii-rosetta": "1.x", "npm-check-updates": "^16", - "projen": "^0.74.5", + "projen": "^0.74.6", "standard-version": "^9", "ts-jest": "^27", "typescript": "^4.9.5" diff --git a/yarn.lock b/yarn.lock index 91c083e..ab8d945 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5136,10 +5136,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.74.5: - version "0.74.5" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.74.5.tgz#78944419498f36ceb67fbd9aed0f3a18564200ed" - integrity sha512-8SgABHSu1BSSFeLZ4XtXUm4aEpBdq5JqPPrTQ/hmz1x77Ep9bcUhL3wW6LkT/Ww7e0HkvgIss1czGwDGx7Cabw== +projen@^0.74.6: + version "0.74.6" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.74.6.tgz#ed94739005b001bd9150a61f4fa655ae9bad2494" + integrity sha512-LBxLc7bS/qJ9u1SDQ+rmhly7wk9VUusAaOOC8vMVp1u/38d2kl4pp6JxsWcwiDvD6505Yf86onXXaSWibjHySA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"