diff --git a/.pnp.cjs b/.pnp.cjs index c4e64062b..3a642479d 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -5569,7 +5569,7 @@ const RAW_RUNTIME_STATE = ["@types/otplib", "npm:10.0.0"],\ ["@types/prettyjson", "npm:0.0.30"],\ ["@types/ua-parser-js", "npm:0.7.36"],\ - ["@types/uuid", "npm:9.0.2"],\ + ["@types/uuid", "npm:9.0.3"],\ ["@typescript-eslint/eslint-plugin", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["@typescript-eslint/parser", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["axios", "npm:1.4.0"],\ @@ -5630,7 +5630,7 @@ const RAW_RUNTIME_STATE = ["@standardnotes/domain-core", "workspace:packages/domain-core"],\ ["@types/jest", "npm:29.5.2"],\ ["@types/node", "npm:20.5.7"],\ - ["@types/uuid", "npm:9.0.2"],\ + ["@types/uuid", "npm:9.0.3"],\ ["@typescript-eslint/eslint-plugin", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["@typescript-eslint/parser", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["eslint", "npm:8.41.0"],\ @@ -5763,7 +5763,7 @@ const RAW_RUNTIME_STATE = ["@types/newrelic", "npm:9.14.0"],\ ["@types/node", "npm:20.5.7"],\ ["@types/prettyjson", "npm:0.0.30"],\ - ["@types/uuid", "npm:9.0.2"],\ + ["@types/uuid", "npm:9.0.3"],\ ["@typescript-eslint/eslint-plugin", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["@typescript-eslint/parser", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["connect-busboy", "npm:1.0.0"],\ @@ -6091,7 +6091,7 @@ const RAW_RUNTIME_STATE = ["@types/prettyjson", "npm:0.0.30"],\ ["@types/semver", "npm:7.5.1"],\ ["@types/ua-parser-js", "npm:0.7.36"],\ - ["@types/uuid", "npm:9.0.2"],\ + ["@types/uuid", "npm:9.0.3"],\ ["@typescript-eslint/eslint-plugin", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["@typescript-eslint/parser", "virtual:fd909b174d079e30b336c4ce72c38a88c1e447767b1a8dd7655e07719a1e31b97807f0931368724fc78897ff15e6a6d00b83316c0f76d11f85111f342e08bb79#npm:6.5.0"],\ ["axios", "npm:1.4.0"],\ @@ -6817,10 +6817,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["@types/uuid", [\ - ["npm:9.0.2", {\ - "packageLocation": "./.yarn/cache/@types-uuid-npm-9.0.2-f2a5f65979-dfb80ebf6f.zip/node_modules/@types/uuid/",\ + ["npm:9.0.3", {\ + "packageLocation": "./.yarn/cache/@types-uuid-npm-9.0.3-988861045e-a5357c6447.zip/node_modules/@types/uuid/",\ "packageDependencies": [\ - ["@types/uuid", "npm:9.0.2"]\ + ["@types/uuid", "npm:9.0.3"]\ ],\ "linkType": "HARD"\ }]\ diff --git a/.yarn/cache/@types-uuid-npm-9.0.2-f2a5f65979-dfb80ebf6f.zip b/.yarn/cache/@types-uuid-npm-9.0.2-f2a5f65979-dfb80ebf6f.zip deleted file mode 100644 index f4050fe7e..000000000 Binary files a/.yarn/cache/@types-uuid-npm-9.0.2-f2a5f65979-dfb80ebf6f.zip and /dev/null differ diff --git a/.yarn/cache/@types-uuid-npm-9.0.3-988861045e-a5357c6447.zip b/.yarn/cache/@types-uuid-npm-9.0.3-988861045e-a5357c6447.zip new file mode 100644 index 000000000..9882da926 Binary files /dev/null and b/.yarn/cache/@types-uuid-npm-9.0.3-988861045e-a5357c6447.zip differ diff --git a/packages/auth/package.json b/packages/auth/package.json index 768c8eb67..cb7b9964d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -84,7 +84,7 @@ "@types/otplib": "^10.0.0", "@types/prettyjson": "^0.0.30", "@types/ua-parser-js": "^0.7.36", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.39.0", diff --git a/packages/domain-core/package.json b/packages/domain-core/package.json index 15ccaf8f8..defea8385 100644 --- a/packages/domain-core/package.json +++ b/packages/domain-core/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^20.5.7", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.39.0", diff --git a/packages/files/package.json b/packages/files/package.json index 4dc8ee919..eb5ed8ab1 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -64,7 +64,7 @@ "@types/jsonwebtoken": "^9.0.1", "@types/node": "^20.5.7", "@types/prettyjson": "^0.0.30", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.39.0", diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 77f80b735..024181869 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -71,7 +71,7 @@ "@types/prettyjson": "^0.0.30", "@types/semver": "^7.5.1", "@types/ua-parser-js": "^0.7.36", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "eslint": "^8.39.0", diff --git a/yarn.lock b/yarn.lock index 26e2cc687..07bec635c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4444,7 +4444,7 @@ __metadata: "@types/otplib": "npm:^10.0.0" "@types/prettyjson": "npm:^0.0.30" "@types/ua-parser-js": "npm:^0.7.36" - "@types/uuid": "npm:^9.0.2" + "@types/uuid": "npm:^9.0.3" "@typescript-eslint/eslint-plugin": "npm:^6.5.0" "@typescript-eslint/parser": "npm:^6.5.0" axios: "npm:^1.1.3" @@ -4508,7 +4508,7 @@ __metadata: dependencies: "@types/jest": "npm:^29.5.1" "@types/node": "npm:^20.5.7" - "@types/uuid": "npm:^9.0.2" + "@types/uuid": "npm:^9.0.3" "@typescript-eslint/eslint-plugin": "npm:^6.5.0" "@typescript-eslint/parser": "npm:^6.5.0" eslint: "npm:^8.39.0" @@ -4642,7 +4642,7 @@ __metadata: "@types/newrelic": "npm:^9.14.0" "@types/node": "npm:^20.5.7" "@types/prettyjson": "npm:^0.0.30" - "@types/uuid": "npm:^9.0.2" + "@types/uuid": "npm:^9.0.3" "@typescript-eslint/eslint-plugin": "npm:^6.5.0" "@typescript-eslint/parser": "npm:^6.5.0" connect-busboy: "npm:^1.0.0" @@ -4973,7 +4973,7 @@ __metadata: "@types/prettyjson": "npm:^0.0.30" "@types/semver": "npm:^7.5.1" "@types/ua-parser-js": "npm:^0.7.36" - "@types/uuid": "npm:^9.0.2" + "@types/uuid": "npm:^9.0.3" "@typescript-eslint/eslint-plugin": "npm:^6.5.0" "@typescript-eslint/parser": "npm:^6.5.0" axios: "npm:^1.1.3" @@ -5619,10 +5619,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.2": - version: 9.0.2 - resolution: "@types/uuid@npm:9.0.2" - checksum: dfb80ebf6fadb343b05f12e7f162bad47b19d290194b0a074a4b16c115272345b27501a3abce3f9fd2cb392a645b171f7cf7008cf25029c1a270fae050450d71 +"@types/uuid@npm:^9.0.3": + version: 9.0.3 + resolution: "@types/uuid@npm:9.0.3" + checksum: a5357c644754ce647380b80a961cfc6dcab97561a1e6f6182d68dabb8b0befa0d5e741086fe016a783960159cbe85bb4d10b37dc2d81edb29577b5d649ace080 languageName: node linkType: hard