From 2d1f464bd8bc53e8bd75d1750ec767c02018e62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 03:31:51 +0000 Subject: [PATCH] Bump moment in /book/docs/examples/declaration-files/26-declare-module Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2. - [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.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../declaration-files/26-declare-module/package-lock.json | 6 +++--- .../declaration-files/26-declare-module/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/book/docs/examples/declaration-files/26-declare-module/package-lock.json b/book/docs/examples/declaration-files/26-declare-module/package-lock.json index eda241e..4ba2165 100644 --- a/book/docs/examples/declaration-files/26-declare-module/package-lock.json +++ b/book/docs/examples/declaration-files/26-declare-module/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.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" } } } diff --git a/book/docs/examples/declaration-files/26-declare-module/package.json b/book/docs/examples/declaration-files/26-declare-module/package.json index bccf295..e885251 100644 --- a/book/docs/examples/declaration-files/26-declare-module/package.json +++ b/book/docs/examples/declaration-files/26-declare-module/package.json @@ -9,7 +9,7 @@ "author": "", "license": "MIT", "dependencies": { - "moment": "^2.24.0" + "moment": "^2.29.2" }, "devDependencies": {} }