Skip to content

Commit 2da8f25

Browse files
Fix critical security issue
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent cb81fcc commit 2da8f25

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

cla-backend-go/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"serverless-layers": "^2.6.1",
2727
"serverless-plugin-tracing": "^2.0.0",
2828
"serverless-prune-plugin": "^2.0.2",
29+
"simple-git": "^3.33.0",
2930
"xml2js": "^0.6.0",
3031
"yarn-audit-fix": "^9.3.10"
3132
},
@@ -45,7 +46,7 @@
4546
"normalize-url": "^4.5.1",
4647
"qs": "^6.14.2",
4748
"set-value": "^4.0.1",
48-
"simple-git": "^3.16.0",
49+
"simple-git": "^3.33.0",
4950
"ws": ">=7.5.10",
5051
"xmlhttprequest-ssl": "^1.6.2",
5152
"form-data": "^4.0.4",

cla-backend-go/yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,13 +2385,20 @@ dayjs@^1.11.8:
23852385
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
23862386
integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==
23872387

2388-
debug@4, debug@^4.1.1, debug@^4.3.4, debug@^4.3.5:
2388+
debug@4, debug@^4.1.1, debug@^4.3.4:
23892389
version "4.4.0"
23902390
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
23912391
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
23922392
dependencies:
23932393
ms "^2.1.3"
23942394

2395+
debug@^4.4.0:
2396+
version "4.4.3"
2397+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2398+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2399+
dependencies:
2400+
ms "^2.1.3"
2401+
23952402
decompress-response@^6.0.0:
23962403
version "6.0.0"
23972404
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc"
@@ -4783,14 +4790,14 @@ signal-exit@^3.0.2, signal-exit@^3.0.7:
47834790
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
47844791
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
47854792

4786-
simple-git@^3.16.0:
4787-
version "3.27.0"
4788-
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.27.0.tgz#f4b09e807bda56a4a3968f635c0e4888d3decbd5"
4789-
integrity sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==
4793+
simple-git@^3.16.0, simple-git@^3.33.0:
4794+
version "3.33.0"
4795+
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.33.0.tgz#b903dc70f5b93535a4f64ff39172da43058cfb88"
4796+
integrity sha512-D4V/tGC2sjsoNhoMybKyGoE+v8A60hRawKQ1iFRA1zwuDgGZCBJ4ByOzZ5J8joBbi4Oam0qiPH+GhzmSBwbJng==
47904797
dependencies:
47914798
"@kwsites/file-exists" "^1.1.1"
47924799
"@kwsites/promise-deferred" "^1.1.1"
4793-
debug "^4.3.5"
4800+
debug "^4.4.0"
47944801

47954802
slash@^3.0.0:
47964803
version "3.0.0"

0 commit comments

Comments
 (0)