From d12bbe098ffa0b0bf6d5bac4dc1e334f986c0da5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:35:42 +0000 Subject: [PATCH] Bump snyk from 1.290.2 to 1.291.0 Bumps [snyk](https://github.com/snyk/snyk) from 1.290.2 to 1.291.0. - [Release notes](https://github.com/snyk/snyk/releases) - [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc) - [Commits](https://github.com/snyk/snyk/compare/v1.290.2...v1.291.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf8f863..8f58d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3088,9 +3088,9 @@ "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==" }, "snyk": { - "version": "1.290.2", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.290.2.tgz", - "integrity": "sha512-siieHkSY/b3Yw1Gf84L07j65m2Bht1PamAbX3cmZ1zAzsUxfXpqZq5W9PlAp5z1d0Tp1vxsQmXw6UGW0K1Tq1Q==", + "version": "1.291.0", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.291.0.tgz", + "integrity": "sha512-YknBDamsjkq0GgHZUKRj5NLovJxhJ676WcRink3v4uV88TohRWjjCohnzrkaTPxTVL6kiLXgQK+ow0EoF8t22g==", "requires": { "@snyk/cli-interface": "2.3.0", "@snyk/configstore": "^3.2.0-rc1", @@ -3121,7 +3121,7 @@ "snyk-go-plugin": "1.11.1", "snyk-gradle-plugin": "3.2.4", "snyk-module": "1.9.1", - "snyk-mvn-plugin": "2.8.0", + "snyk-mvn-plugin": "2.9.0", "snyk-nodejs-lockfile-parser": "1.17.0", "snyk-nuget-plugin": "1.16.0", "snyk-php-plugin": "1.7.0", @@ -3394,9 +3394,9 @@ } }, "snyk-mvn-plugin": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.8.0.tgz", - "integrity": "sha512-Jt6lsVOFOYj7rp0H2IWz/BZS9xxaO0jEFTAoafLCocJIWWuGhPpVocCqmh/hrYAdKY9gS4gVOViMJ3EvcC1r1Q==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.9.0.tgz", + "integrity": "sha512-FBl78wCHNm0P/QOlipvOxzN2LrXlS6NBN0zXWYZ09P0hG65rmA3gKTg0QsHUjIBh1Pg9bw5aG4r/AHle6a6g6w==", "requires": { "@snyk/cli-interface": "2.3.1", "debug": "^4.1.1", diff --git a/package.json b/package.json index 71201b8..e29c0c2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "handlebars": "^4.7.3", "jsdom": "^16.0.1", "ncp": "^2.0.0", - "snyk": "1.290.2" + "snyk": "1.291.0" }, "devDependencies": { "eslint": "^6.8.0",