From 049c4af44ae65158d388090e26e64d817d78cb47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:08:39 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump jest-junit from 13.0.0 to 13.1.0 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.0.0 to 13.1.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6eda7e4..64aa06a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3400,9 +3400,9 @@ jest-jasmine2@^27.5.1: throat "^6.0.1" jest-junit@^13: - version "13.0.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3" - integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg== + version "13.1.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.1.0.tgz#c364b90b88ad2492dae4002f00c9fed75e0590c4" + integrity sha512-ECbhzEG3Oe2IH3Mnwcv2vAXM4qTbcObN/gTUzwKPlpaNsf2G/zlj/teEUqRGV17YQiQ4AqzTf3pCO7W59DKVIw== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1" @@ -5601,9 +5601,9 @@ trim-newlines@^3.0.0: integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== ts-jest@^27.1.3: - version "27.1.3" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957" - integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA== + version "27.1.4" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00" + integrity sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" From dd104226b3ed1b436b302e306184a4b528396b65 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Apr 2022 16:32:40 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions --- .projenrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.projenrc.js b/.projenrc.js index 9c02f44..203504e 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -25,8 +25,8 @@ const project = new awscdk.AwsCdkConstructLibrary({ dependabot: true, dependabotOptions: { - scheduleInterval: DependabotScheduleInterval.MONTHLY - } + scheduleInterval: DependabotScheduleInterval.MONTHLY, + }, }); const common_excludes = [