From 54d25033f264308f9596b9f332cfa2b89ba1be52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 06:22:12 +0000 Subject: [PATCH] build(deps): bump moment from 2.18.1 to 2.29.4 in /modules/youtube Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.18.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/youtube/package.json | 2 +- modules/youtube/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/youtube/package.json b/modules/youtube/package.json index 43d97f9..3244915 100644 --- a/modules/youtube/package.json +++ b/modules/youtube/package.json @@ -4,7 +4,7 @@ "description": "", "dependencies": { "googleapis": "^2.0.2", - "moment": "^2.10.2" + "moment": "^2.29.4" }, "main": "index.js", "author": "", diff --git a/modules/youtube/yarn.lock b/modules/youtube/yarn.lock index f66cb09..e866a14 100644 --- a/modules/youtube/yarn.lock +++ b/modules/youtube/yarn.lock @@ -438,9 +438,9 @@ minimist@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" -moment@^2.10.2: - version "2.18.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" node-forge@^0.7.1: version "0.7.1"