From 8cbf81b41d308cb3836fad55241589904de45afa Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:07:10 -0500 Subject: [PATCH] chore(deps): upgrade configuration (#1450) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-grafana/actions/runs/12692609742 ------ *Automatically created by projen via the "upgrade-configuration-main" workflow* Signed-off-by: github-actions Co-authored-by: github-actions --- .projen/deps.json | 2 +- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index f2e5ed23..c0a48da1 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -57,7 +57,7 @@ }, { "name": "jest-junit", - "version": "^15", + "version": "^16", "type": "build" }, { diff --git a/package.json b/package.json index 4f3b5921..b4f4e5c3 100644 --- a/package.json +++ b/package.json @@ -55,13 +55,13 @@ "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.31.0", "jest": "^27", - "jest-junit": "^15", + "jest-junit": "^16", "jsii": "~5.6.0", "jsii-diff": "^1.106.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.106.0", "jsii-rosetta": "~5.6.0", - "projen": "^0.91.5", + "projen": "^0.91.6", "ts-jest": "^27", "typescript": "^4.9.5" }, diff --git a/yarn.lock b/yarn.lock index 7fd66f1c..ac1c1d1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3309,10 +3309,10 @@ jest-jasmine2@^27.5.1: pretty-format "^27.5.1" throat "^6.0.1" -jest-junit@^15: - version "15.0.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-15.0.0.tgz#a47544ab42e9f8fe7ada56306c218e09e52bd690" - integrity sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg== +jest-junit@^16: + version "16.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785" + integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1" @@ -4395,10 +4395,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.91.5: - version "0.91.5" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.91.5.tgz#139f4210b4c1f5d406577ff08a53cca05f70eaa2" - integrity sha512-j4gzywNELz3Adq5YZ6PoyyzZWXat29y7zdCi8pnkUjuuXdDJgx5dHDRM/KPyEJpo8ytx6hY5GOHsOZnea4/cgw== +projen@^0.91.6: + version "0.91.6" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.91.6.tgz#3e04c7e5987df18988096037efe392deda0bf2ad" + integrity sha512-azGxE8BDX7jkS+PovP8s70+wuURVOwtXYUh2z+kXbP11WDq4Gpfo5F/IyRQTI1kPrHR8sQbXkEnLGi2xIroBxA== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"