From 75e94518b0ea0113eb600a71ae03d3010a724cb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 21:28:29 +0000 Subject: [PATCH] fix: upgrade moment from 2.24.0 to 2.29.1 Snyk has created this PR to upgrade moment from 2.24.0 to 2.29.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/codefresh-org-1/project/f255981f-a5b4-4d51-8e1f-58f06028b4b1?utm_source=github&utm_medium=upgrade-pr --- ui/package.json | 2 +- ui/yarn.lock | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ui/package.json b/ui/package.json index 5c7b4643eefa..976c861bf4b1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -23,7 +23,7 @@ "history": "^4.7.2", "js-yaml": "^3.13.1", "json-merge-patch": "^0.2.3", - "moment": "^2.24.0", + "moment": "^2.29.1", "monaco-editor": "0.20.0", "prop-types": "^15.7.2", "react": "^16.8.3", diff --git a/ui/yarn.lock b/ui/yarn.lock index 2b0eb53c1ec8..bdeab17a90cc 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3993,16 +3993,11 @@ moment-timezone@^0.5.31: resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== -moment@^2.10.2, moment@^2.20.1: +moment@^2.10.2, moment@^2.20.1, moment@^2.29.1: version "2.29.1" resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== -moment@^2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" - integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== - monaco-editor-webpack-plugin@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.9.0.tgz#5b547281b9f404057dc5d8c5722390df9ac90be6"