diff --git a/examples/package.json b/examples/package.json index ee25576c..8c0598f5 100644 --- a/examples/package.json +++ b/examples/package.json @@ -36,7 +36,7 @@ "dependencies": { "@golem-sdk/golem-js": "file:..", "@golem-sdk/pino-logger": "^1.1.0", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "commander": "^12.0.0", "express": "^4.21.1", "tsx": "^4.19.1", diff --git a/package-lock.json b/package-lock.json index 7df1a156..69917150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "rxjs": "^7.8.1", "semver": "^7.6.3", "tmp": "^0.2.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "ws": "^8.18.0", "ya-ts-client": "^1.1.3" }, @@ -95,7 +95,7 @@ "dependencies": { "@golem-sdk/golem-js": "file:..", "@golem-sdk/pino-logger": "^1.1.0", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "commander": "^12.0.0", "express": "^4.21.1", "tsx": "^4.19.1", @@ -4073,20 +4073,20 @@ "dev": true }, "node_modules/@types/express": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz", + "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==", "dependencies": { "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", + "@types/express-serve-static-core": "^5.0.0", "@types/qs": "*", "@types/serve-static": "*" } }, "node_modules/@types/express-serve-static-core": { - "version": "4.19.6", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", - "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz", + "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -20358,15 +20358,15 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index c80ab718..2677e9cd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "rxjs": "^7.8.1", "semver": "^7.6.3", "tmp": "^0.2.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "ws": "^8.18.0", "ya-ts-client": "^1.1.3" },