From 718dbbfe5c71f3082b311a31e585af6e0b97212c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Apr 2024 14:30:26 +0000 Subject: [PATCH 1/2] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/vianho/TofuSoup/actions/runs/8663673029 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 23b8212..4e459be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1266,9 +1266,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001587: - version "1.0.30001608" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001608.tgz#7ae6e92ffb300e4b4ec2f795e0abab456ec06cc0" - integrity sha512-cjUJTQkk9fQlJR2s4HMuPMvTiRggl0rAVMtthQuyOlDWuqHXqN8azLq+pi8B2TjwKJ32diHjUqRIKeFX4z1FoA== + version "1.0.30001609" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001609.tgz#fc34fad75c0c6d6d6303bdbceec2da8f203dabd6" + integrity sha512-JFPQs34lHKx1B5t1EpQpWH4c+29zIyn/haGsbpfq3suuV9v56enjFt23zqijxGTMwy1p/4H2tjnQMY+p1WoAyA== case@^1.6.3: version "1.6.3" @@ -1752,9 +1752,9 @@ dotgitignore@^2.1.0: minimatch "^3.0.4" electron-to-chromium@^1.4.668: - version "1.4.733" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.733.tgz#708d51ce01a7ed3b401d5ced85e9f5d504fd4217" - integrity sha512-gUI9nhI2iBGF0OaYYLKOaOtliFMl+Bt1rY7VmEjwxOxqoYLub/D9xmduPEhbw2imE6gYkJKhIE5it+KE2ulVxQ== + version "1.4.735" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.735.tgz#c32914ef2cd0a3a545a3def841d253a31a8a93be" + integrity sha512-pkYpvwg8VyOTQAeBqZ7jsmpCjko1Qc6We1ZtZCjRyYbT5v4AIUKDy5cQTRotQlSSZmMr8jqpEt6JtOj5k7lR7A== emittery@^0.13.1: version "0.13.1" From 85106673c95952b845b28fe1ad7f29208a79ca7c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Apr 2024 14:31:22 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions --- .projenrc.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 976c5c8..67e1c5b 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -1,9 +1,9 @@ import { TypescriptProject } from '@vianho/apidays24pj'; -import { GithubCredentials } from "projen/lib/github"; +import { GithubCredentials } from 'projen/lib/github'; const project = new TypescriptProject({ - defaultReleaseBranch: "main", - devDeps: ["@vianho/apidays24pj"], - name: "TofuSoup", + defaultReleaseBranch: 'main', + devDeps: ['@vianho/apidays24pj'], + name: 'TofuSoup', projenrcTs: true, githubOptions: { projenCredentials: GithubCredentials.fromApp(),