From 35f35b76f7c809d744c4816495b6a30ccc7c3d98 Mon Sep 17 00:00:00 2001 From: anupamme Date: Fri, 7 Aug 2026 04:29:12 +0000 Subject: [PATCH] fix: CVE-2026-9277 security vulnerability Automated dependency upgrade by OrbisAI Security --- .../package-lock.json | 65 ++----------------- .../package.json | 5 +- 2 files changed, 10 insertions(+), 60 deletions(-) diff --git a/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package-lock.json b/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package-lock.json index 108cba4e..4d5c6b05 100644 --- a/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package-lock.json +++ b/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package-lock.json @@ -39,7 +39,7 @@ "react-native-worklets": "0.8.3" }, "devDependencies": { - "@types/react": "~19.2.15", + "@types/react": "~19.2.18", "typescript": "~6.0.3" } }, @@ -2981,9 +2981,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2997,9 +2994,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3013,9 +3007,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3029,9 +3020,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3045,9 +3033,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3061,9 +3046,6 @@ "cpu": [ "loong64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3077,9 +3059,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3093,9 +3072,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3109,9 +3085,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3125,9 +3098,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3141,9 +3111,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3157,9 +3124,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3173,9 +3137,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3412,9 +3373,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", - "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -6516,9 +6477,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6539,9 +6497,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6562,9 +6517,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6585,9 +6537,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9161,9 +9110,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "license": "MIT", "engines": { "node": ">= 0.4" diff --git a/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package.json b/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package.json index 1a8accf8..a34692b9 100644 --- a/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package.json +++ b/cppjs-samples/cppjs-sample-mobile-reactnative-expo/package.json @@ -59,7 +59,8 @@ "replace": { "minimatch": "3.1.4" }, - "brace-expansion@5.0.5": "5.0.6" + "brace-expansion@5.0.5": "5.0.6", + "shell-quote": "1.8.4" }, "keywords": [ "cpp.js-sample", @@ -71,4 +72,4 @@ "ios", "mobile" ] -} \ No newline at end of file +}