Skip to content

Commit 52d9bfb

Browse files
authored
fix: CVE-2025-59343, tar-fs (#155)
* fix: bump version * fix: CVE-2025-59343, tar-fs * fix: update nodejs
1 parent 187e2cb commit 52d9bfb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.18.0
1+
v22.20.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript": "^5.7.2"
4646
},
4747
"engines": {
48-
"node": "^22.18.0"
48+
"node": "^22.20.0"
4949
},
5050
"scripts": {
5151
"lint": "eslint '*/**/*.{j,t}s'",

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.13.2
1+
version: 1.13.3

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7037,9 +7037,9 @@ supports-preserve-symlinks-flag@^1.0.0:
70377037
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
70387038

70397039
tar-fs@~2.1.2:
7040-
version "2.1.3"
7041-
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.3.tgz#fb3b8843a26b6f13a08e606f7922875eb1fbbf92"
7042-
integrity sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==
7040+
version "2.1.4"
7041+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.4.tgz#800824dbf4ef06ded9afea4acafe71c67c76b930"
7042+
integrity sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==
70437043
dependencies:
70447044
chownr "^1.1.1"
70457045
mkdirp-classic "^0.5.2"

0 commit comments

Comments
 (0)