From 059022f46377670e812e8cc914f5a431bcb9e288 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 15 May 2024 08:23:18 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#1472) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/9098026797 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f8a1e51e..00c9044e 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jsii-docgen": "^1.8.110", "jsii-pacmak": "^1.98.0", "jsii-rosetta": "1.x", - "projen": "^0.81.11", + "projen": "^0.81.12", "standard-version": "^9", "ts-jest": "^27", "typescript": "^3.9.10" @@ -88,7 +88,7 @@ "jest": { "testMatch": [ "/src/**/__tests__/**/*.ts?(x)", - "/(test|src)/**/*(*.)@(spec|test).ts?(x)" + "/@(test|src)/**/*(*.)@(spec|test).ts?(x)" ], "clearMocks": true, "collectCoverage": true, diff --git a/yarn.lock b/yarn.lock index c30f19f8..d2c486f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4615,10 +4615,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.81.11: - version "0.81.11" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.11.tgz#e933cd8b3df19fcc6c3ca7c9918a0995eeaefb8a" - integrity sha512-4zfviP7jWXLa7JP2PSBJZIvfy6IVZcPkjBD1LcVjvxeSc+f2al1NdWe3jLY8ssD+siARQU53YwGuGRGiCh1rXQ== +projen@^0.81.12: + version "0.81.12" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.12.tgz#578ae536d322cdf6e911f4ad35d8b8e8ac9bc45c" + integrity sha512-KDCNVOtErMB7mXI9GYJCEVnjnD0m13LxNZXkErt785TB9HDjbW4q8hFyK0ux5FZKA+lR1MEwtjPZT8cEoesAVQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"