From 690fcf103bb8fd7eb633d6d19805a2f800d7014e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 19:26:45 +0000 Subject: [PATCH] Bump mversion in /src/main/webapp/libs/json-formatter Bumps [mversion](https://github.com/mikaelbr/mversion) from 1.13.0 to 2.0.0. - [Release notes](https://github.com/mikaelbr/mversion/releases) - [Commits](https://github.com/mikaelbr/mversion/compare/v1.13.0...v2.0.0) Signed-off-by: dependabot[bot] --- src/main/webapp/libs/json-formatter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/libs/json-formatter/package.json b/src/main/webapp/libs/json-formatter/package.json index cd6a6b21b..70dff4318 100644 --- a/src/main/webapp/libs/json-formatter/package.json +++ b/src/main/webapp/libs/json-formatter/package.json @@ -43,7 +43,7 @@ "karma-firefox-launcher": "^0.1.6", "karma-jasmine": "^0.3.5", "karma-mocha-reporter": "^1.0.2", - "mversion": "^1.10.0", + "mversion": "^2.0.0", "run-sequence": "^1.1.0" }, "readme": "# Bower Publishable Angular Directive Boilerplate\n\nThis is a simple AngularJS directive boilerplate to help you start your own AngularJS directive and publish it in Bower and NPM.\nThis readme file itself is a boilerplate.\n\n#### Using the boilerplate\nClone the project and install dependencies, then use Gulp to start the prject.\n```shell\ngit clone git@github.com:mohsen1/angular-directive-boilerplate.git my-directive\ncd my-directive\nnpm install\nbower install\ngulp serve\n```\n#### Install via NPM or bower\n\n```shell\nnpm install angular-directive-boilerplate\n```\n```shell\nbower install angular-directive-boilerplate\n```\n\n### License\nMIT\n",