diff --git a/package-lock.json b/package-lock.json index bac203251..790bf6fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,9 +35,9 @@ "it-to-stream": "^1.0.0", "merge-options": "^3.0.4", "multiformats": "^13.1.0", - "nanoid": "^5.0.7", + "nanoid": "^5.1.5", "native-fetch": "^4.0.2", - "parse-duration": "^2.1.2", + "parse-duration": "^2.1.4", "react-native-fetch-api": "^3.0.0", "stream-to-it": "^1.0.1", "uint8arrays": "^5.0.3", @@ -15692,9 +15692,9 @@ } }, "node_modules/nanoid": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.0.tgz", - "integrity": "sha512-zDAl/llz8Ue/EblwSYwdxGBYfj46IM1dhjVi8dyp9LQffoIGxJEAHj2oeZ4uNcgycSRcQ83CnfcZqEJzVDLcDw==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz", + "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==", "funding": [ { "type": "github", @@ -20160,9 +20160,9 @@ } }, "node_modules/parse-duration": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-2.1.3.tgz", - "integrity": "sha512-MtbharL7Bets65qDBXuDOHHWyY1BxTJZmJ/xGmS90iEbKE0gZ6yZpZtCda7O79GeOi/f0NwBaplIuReExIoVsw==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-2.1.4.tgz", + "integrity": "sha512-b98m6MsCh+akxfyoz9w9dt0AlH2dfYLOBss5SdDsr9pkhKNvkWBXU/r8A4ahmIGByBOLV2+4YwfCuFxbDDaGyg==", "license": "MIT" }, "node_modules/parse-imports": { diff --git a/package.json b/package.json index c30a12467..881c74308 100644 --- a/package.json +++ b/package.json @@ -175,9 +175,9 @@ "it-to-stream": "^1.0.0", "merge-options": "^3.0.4", "multiformats": "^13.1.0", - "nanoid": "^5.0.7", + "nanoid": "^5.1.5", "native-fetch": "^4.0.2", - "parse-duration": "^2.1.2", + "parse-duration": "^2.1.4", "react-native-fetch-api": "^3.0.0", "stream-to-it": "^1.0.1", "uint8arrays": "^5.0.3",