From b4060287c019fc7565c023755a81a2289d889ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 15:50:16 +0000 Subject: [PATCH] Bump moment in /pihhIonicComponentLibrary/projects/pihh-ionic-components 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] --- .../pihh-ionic-components/package-lock.json | 19 ++++++++++++++++--- .../pihh-ionic-components/package.json | 4 ++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/pihhIonicComponentLibrary/projects/pihh-ionic-components/package-lock.json b/pihhIonicComponentLibrary/projects/pihh-ionic-components/package-lock.json index 6a49952..ae1ef8d 100644 --- a/pihhIonicComponentLibrary/projects/pihh-ionic-components/package-lock.json +++ b/pihhIonicComponentLibrary/projects/pihh-ionic-components/package-lock.json @@ -5,9 +5,22 @@ "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==" + }, + "ngx-moment": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/ngx-moment/-/ngx-moment-3.5.0.tgz", + "integrity": "sha512-QC/5XNC0BW6WkJkwZT4r2A29j/8sJAmhuQJrEnEdpW35GvkemccuxEUAwo/PwkzPB/CHaquR00E6P2HVEQ1iEg==", + "requires": { + "tslib": "^1.9.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" } } } diff --git a/pihhIonicComponentLibrary/projects/pihh-ionic-components/package.json b/pihhIonicComponentLibrary/projects/pihh-ionic-components/package.json index e792558..be8e205 100644 --- a/pihhIonicComponentLibrary/projects/pihh-ionic-components/package.json +++ b/pihhIonicComponentLibrary/projects/pihh-ionic-components/package.json @@ -4,11 +4,11 @@ "peerDependencies": { "@angular/common": "^8.2.14", "@angular/core": "^8.2.14", - "moment": "^2.24.0", + "moment": "^2.29.4", "ngx-moment": "^3.5.0" }, "dependencies": { - "moment": "^2.24.0", + "moment": "^2.29.4", "ngx-moment": "^3.5.0" } }