diff --git a/podcast-radio-ui/package-lock.json b/podcast-radio-ui/package-lock.json index 057dc51..adddde9 100644 --- a/podcast-radio-ui/package-lock.json +++ b/podcast-radio-ui/package-lock.json @@ -5688,9 +5688,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "morgan": { "version": "1.9.1", diff --git a/podcast-radio-ui/package.json b/podcast-radio-ui/package.json index 95649c3..8474a9f 100644 --- a/podcast-radio-ui/package.json +++ b/podcast-radio-ui/package.json @@ -14,7 +14,7 @@ "braces": "^3.0.2", "expo": "^35.0.0", "expo-av": "~7.0.1", - "moment": "^2.24.0", + "moment": "^2.29.4", "react": "16.8.3", "react-dom": "16.8.3", "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",