diff --git a/reference-architectures/app/frontend/typescript/react/package-lock.json b/reference-architectures/app/frontend/typescript/react/package-lock.json index 6bca5ab5..4cea7c28 100644 --- a/reference-architectures/app/frontend/typescript/react/package-lock.json +++ b/reference-architectures/app/frontend/typescript/react/package-lock.json @@ -12,7 +12,7 @@ "@fastify/http-proxy": "^11", "@fastify/static": "^9.1.3", "@microsoft/opentelemetry": "^1.0.2", - "@opentelemetry/api": "^1.9.0", + "@opentelemetry/api": "^1.9.1", "fastify": "^5", "react": "^19", "react-dom": "^19" @@ -1499,9 +1499,9 @@ } }, "node_modules/@opentelemetry/api": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz", - "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz", + "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==", "license": "Apache-2.0", "engines": { "node": ">=8.0.0" @@ -3828,9 +3828,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3845,9 +3842,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3890,9 +3884,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3907,9 +3898,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3924,9 +3912,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3941,9 +3926,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3958,9 +3940,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3975,9 +3954,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3992,9 +3968,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4009,9 +3982,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4026,9 +3996,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4286,9 +4253,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4306,9 +4270,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6218,9 +6179,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6242,9 +6200,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/reference-architectures/app/frontend/typescript/react/package.json b/reference-architectures/app/frontend/typescript/react/package.json index d382879f..ad051312 100644 --- a/reference-architectures/app/frontend/typescript/react/package.json +++ b/reference-architectures/app/frontend/typescript/react/package.json @@ -17,7 +17,7 @@ "@fastify/http-proxy": "^11", "@fastify/static": "^9.1.3", "@microsoft/opentelemetry": "^1.0.2", - "@opentelemetry/api": "^1.9.0", + "@opentelemetry/api": "^1.9.1", "fastify": "^5", "react": "^19", "react-dom": "^19"