From c2861c18f4f5f54375b3350b4164e803a048299c Mon Sep 17 00:00:00 2001 From: cdklabs-automation <90142015+cdklabs-automation@users.noreply.github.com> Date: Sat, 12 Nov 2022 16:08:34 -0800 Subject: [PATCH] chore(deps): upgrade dependencies (#1352) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws/constructs/actions/runs/3453055501 ------ *Automatically created by projen via the "upgrade-10.x" workflow* --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 4549c795..4f459b1b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jsii-pacmak": "^1.71.0", "json-schema": "^0.4.0", "npm-check-updates": "^16", - "projen": "^0.65.19", + "projen": "^0.65.20", "standard-version": "^9", "ts-jest": "^27", "typescript": "^3.9.10" diff --git a/yarn.lock b/yarn.lock index 494c4b27..e80edb29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4448,9 +4448,9 @@ npm-bundled@^3.0.0: npm-normalize-package-bin "^3.0.0" npm-check-updates@^16: - version "16.3.22" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.3.22.tgz#119c61ef919ec3cd79cdf3422e1da9042a10b42a" - integrity sha512-GDqBHVduJuLInhEsgQ+BDCBr4C5oUnyja3OKNzJc1AX1utEd+tTjYvUnmZNeNE5WDizLCzKoy/3MA8+ionJypA== + version "16.3.25" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.3.25.tgz#58217d203040191c752cee2a35428aeb54f97a28" + integrity sha512-zrjx6P7LGHYS5e3TNuSqkWQc9m1KLjJIxFERGANN+xEY826NQYG08RwucUD9nRxIlRE9PsGCcMsJJTYJu1DHbA== dependencies: chalk "^5.1.2" cli-table "^0.3.11" @@ -4870,10 +4870,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.65.19: - version "0.65.19" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.65.19.tgz#b89dab211b21a01427ee7c4654f114eb51b8dd87" - integrity sha512-5pNvS2eeKjp/bqM+ArTb8b1dWlqSVnpYP031ZOByqrJ9BOhgTmthR+mzj8Ij6/UQUmgSJ60H28hxdASFLIgD/w== +projen@^0.65.20: + version "0.65.20" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.65.20.tgz#9f88daeee5f1e006b6e626c548f398cb7dee67d6" + integrity sha512-DzPxHwnsnlxqVVFRo+rP/xVj20BKuI3izCNqrMtQfpPz/TDI0qsymCY94AfJysIfVLyZOb29BQxUjwTMGfjPyA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"