Skip to content

Commit cb34723

Browse files
[JS] Fix the tar-fs vulnerability for release branch (#30854)
These changes were cherry-picked from #30853. These changes are necessary for correctly publishing the NPM package. ### Details: - Update the `tar-fs` dependency in the `openvino-node` package from `3.0.8` to `3.0.9`. ### Tickets: - CVS-168859 Signed-off-by: Kirill Suvorov <kirill.suvorov@intel.com>
1 parent 8702520 commit cb34723

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bindings/js/node/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bindings/js/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"gunzip-maybe": "^1.4.2",
4343
"https-proxy-agent": "^7.0.2",
44-
"tar-fs": "^3.0.8"
44+
"tar-fs": "^3.0.9"
4545
},
4646
"binary": {
4747
"module_path": "./bin/",

0 commit comments

Comments
 (0)