From c46a425d1ce2299b502a4a8d920774a3f3540eb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:02:09 +0000 Subject: [PATCH 1/2] Bump jacoco-maven-plugin from 0.8.4 to 0.8.5 Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.4...v0.8.5) Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b926198c..ce0dc658 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 3.1.1 1.8.0 2.2.6 - 0.8.4 + 0.8.5 1.6.1 1.0.0 1.0.0 From 1562cd38785307ffa3fc9badf3c9e2923fa180db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:04:41 +0000 Subject: [PATCH 2/2] Bump @types/jest from 24.0.13 to 24.0.18 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.13 to 24.0.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d805961..ff82a121 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@ngtools/webpack": "8.3.7", "@types/chai": "4.2.3", "@types/chai-string": "1.4.2", - "@types/jest": "24.0.13", + "@types/jest": "24.0.18", "@types/mocha": "5.2.6", "@types/node": "10.12.27", "@types/selenium-webdriver": "4.0.3", diff --git a/yarn.lock b/yarn.lock index ffe8305a..fb497400 100644 --- a/yarn.lock +++ b/yarn.lock @@ -727,10 +727,10 @@ resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== -"@types/jest@24.0.13": - version "24.0.13" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9" - integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww== +"@types/jest@24.0.18": + version "24.0.18" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.18.tgz#9c7858d450c59e2164a8a9df0905fc5091944498" + integrity sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ== dependencies: "@types/jest-diff" "*"