From 7fb57bc0aa3aa6857e47aff91526dc48968e872a Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Wed, 15 May 2024 08:26:39 -0700 Subject: [PATCH] chore(deps): upgrade configuration (#4161) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/9098101007 ------ *Automatically created by projen via the "upgrade-configuration-k8s-29-main" workflow* --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 74a1b197c..f7f9be471 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jsii-docgen": "^3.8.31", "jsii-pacmak": "^1.98.0", "jsii-rosetta": "1.x", - "projen": "^0.81.11", + "projen": "^0.81.12", "snake-case": "^3.0.4", "standard-version": "^9", "ts-jest": "^27", @@ -112,7 +112,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 c5a1461dd..e8a487b07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4879,10 +4879,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"