From decc2cf00ddfd67943ff80140c528bc43c8bc941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 11:39:42 +0000 Subject: [PATCH] Bump moment from 2.21.0 to 2.29.2 in /plugins/insomnia-plugin-now (#4684) Bumps [moment](https://github.com/moment/moment) from 2.21.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.21.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Filipe Freire --- plugins/insomnia-plugin-now/package-lock.json | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/plugins/insomnia-plugin-now/package-lock.json b/plugins/insomnia-plugin-now/package-lock.json index 2b3e8e389e..2100d71a61 100644 --- a/plugins/insomnia-plugin-now/package-lock.json +++ b/plugins/insomnia-plugin-now/package-lock.json @@ -1,31 +1,31 @@ { - "name": "insomnia-plugin-now", - "version": "2.12.0-beta.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "insomnia-plugin-now", - "version": "2.12.0-beta.0", - "license": "MIT", - "dependencies": { - "moment": "^2.21.0" - } - }, - "node_modules/moment": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", - "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==", - "engines": { - "node": "*" - } - } - }, - "dependencies": { - "moment": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", - "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==" - } - } + "name": "insomnia-plugin-now", + "version": "2.12.0-beta.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "insomnia-plugin-now", + "version": "2.12.0-beta.0", + "license": "MIT", + "dependencies": { + "moment": "^2.21.0" + } + }, + "node_modules/moment": { + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==", + "engines": { + "node": "*" + } + } + }, + "dependencies": { + "moment": { + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" + } + } }