From 92c3af9b24f71e188acdd2881992ab0250b65b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:05:46 +0000 Subject: [PATCH] Bump moment Bumps [moment](https://github.com/moment/moment) from 2.24.0 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.24.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../4.3.1-Installing Local Packages-npm-i/package-lock.json | 6 +++--- .../4.3.1-Installing Local Packages-npm-i/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package-lock.json b/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package-lock.json index d77cec8..4878dac 100644 --- a/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package-lock.json +++ b/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" } } } diff --git a/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package.json b/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package.json index 3c4ed15..d23e578 100644 --- a/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package.json +++ b/_examples-npm-node-package-manager/4.3.1-Installing Local Packages-npm-i/package.json @@ -17,6 +17,6 @@ "author": "Dinanath Jayaswal", "license": "MIT", "dependencies": { - "moment": "^2.24.0" + "moment": "^2.29.4" } }