From 3266768a28c48f718e9f52ad64d3c0a279a992b3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 6 Jan 2024 00:17:42 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-ecs-service-extensions/actions/runs/7428052453 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions --- .gitignore | 2 +- .npmignore | 1 + package.json | 2 +- tsconfig.dev.json | 1 - yarn.lock | 14 +++++++------- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6d450ed7..2de744e7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ jspm_packages/ *.tgz .yarn-integrity .cache -!/.projenrc.js /test-reports/ junit.xml /coverage/ @@ -108,3 +107,4 @@ test/publish-subscribe.integ.snapshot/manifest.json test/publish-subscribe.integ.snapshot/**/manifest.json test/publish-subscribe.integ.snapshot/tree.json test/publish-subscribe.integ.snapshot/**/tree.json +!/.projenrc.ts diff --git a/.npmignore b/.npmignore index 66d3f947..380eec9f 100644 --- a/.npmignore +++ b/.npmignore @@ -30,3 +30,4 @@ test/imported-environment.integ.snapshot test/multiple-environments.integ.snapshot test/.tmp test/publish-subscribe.integ.snapshot +/.gitattributes diff --git a/package.json b/package.json index 6f375b10..74ddb3af 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "jsii-docgen": "^6.3.27", "jsii-pacmak": "^1.93.0", "jsii-rosetta": "1.x", - "projen": "0.78.8", + "projen": "0.78.10", "standard-version": "^9", "ts-jest": "^27", "ts-node": "^10.9.2", diff --git a/tsconfig.dev.json b/tsconfig.dev.json index 88cc2f2f..da832d0d 100644 --- a/tsconfig.dev.json +++ b/tsconfig.dev.json @@ -26,7 +26,6 @@ "target": "ES2019" }, "include": [ - ".projenrc.js", "src/**/*.ts", "test/**/*.ts", ".projenrc.ts", diff --git a/yarn.lock b/yarn.lock index d6538673..d6a2ed22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1932,9 +1932,9 @@ dotgitignore@^2.1.0: minimatch "^3.0.4" electron-to-chromium@^1.4.601: - version "1.4.622" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.622.tgz#925d8b2264abbcbe264a9a6290d97b9e5a1af205" - integrity sha512-GZ47DEy0Gm2Z8RVG092CkFvX7SdotG57c4YZOe8W8qD4rOmk3plgeNmiLVRHP/Liqj1wRiY3uUUod9vb9hnxZA== + version "1.4.623" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.623.tgz#0f7400114ac3425500e9244d2b0e9c3107c331cb" + integrity sha512-lKoz10iCYlP1WtRYdh5MvocQPWVRoI7ysp6qf18bmeBgR8abE6+I2CsfyNKztRDZvhdWc+krKT6wS7Neg8sw3A== emittery@^0.8.1: version "0.8.1" @@ -4267,10 +4267,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.78.8: - version "0.78.8" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.78.8.tgz#829a88099b475f399eccffb08c5562feb376c9b2" - integrity sha512-m/wHBKy1L8SWrxRCpXNHV8CtFgC2jjS/7NUmJsOEh5AURQCAdJT2NY94jsN+jffYpCYapBI7x2TraYpKlI9xag== +projen@0.78.10: + version "0.78.10" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.78.10.tgz#326f7b7dc6f87c4b50955ee264120959e4a9794c" + integrity sha512-Sm6AkrlggH5dCjAyGCbGJCFlm1MLjHS1pOVFklSx0PakFXJxCRg6cp8foBE4fwR0Y59kAXe3yhAolaESwd4AXw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"