From c059236c3706e22f52f4ef8d74e61f5d9e1b498a Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:08:19 +0300 Subject: [PATCH] chore(deps): upgrade configuration (#1273) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-grafana/actions/runs/10510690145 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* --- .gitattributes | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index ff081a72..20d7cb11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +* text=auto eol=lf *.snap linguist-generated /.eslintrc.json linguist-generated /.gitattributes linguist-generated diff --git a/package.json b/package.json index 90c4cedf..c7ece5ee 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jsii-docgen": "^3.8.31", "jsii-pacmak": "^1.102.0", "jsii-rosetta": "1.x", - "projen": "^0.85.2", + "projen": "^0.86.0", "standard-version": "^9", "ts-jest": "^27", "typescript": "^4.9.5" diff --git a/yarn.lock b/yarn.lock index d9c7e863..765c8099 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4154,10 +4154,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.85.2: - version "0.85.2" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.85.2.tgz#5e5ac64d4c37b089d3d17adc22e0ec418e2e0a31" - integrity sha512-YTEC/MjrnPR+regYBl3CR41+eL7s43DjBKfxZxndTY59m1WjXpTJVzv846nU59dKHqmXf4MyITHC67gs4hgWdg== +projen@^0.86.0: + version "0.86.0" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.86.0.tgz#7141b03ac6837dc7f902ffe08558424f74fefe1c" + integrity sha512-7iqeGd2FdTInE/PVuWFZzjOqsQL8dLDdn54H3mK5CIYQqu9EAjrdMqDOHFZjDrNUz2bbau74jWCQW4tasAznOQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"