From 6be2681f9801f1ba3c2f8fb223061c13f10301f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Oct 2021 04:14:18 +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=referral&page=upgrade-pr --- ui/package.json | 2 +- ui/yarn.lock | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ui/package.json b/ui/package.json index 4d0f85f32ff1..14e733b010f5 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 5bec2679668d..615d463dd77f 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -6408,16 +6408,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" @@ -7013,8 +7008,6 @@ parent-module@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" parse-asn1@^5.0.0: version "5.1.1"