From 5875c1b8cdf71d813f33fa2b954a6c40b2e5dd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:00:51 +0000 Subject: [PATCH] Bump pivottable in /spec/tasks/retirejs/targets/finding_3 Bumps [pivottable](https://github.com/nicolaskruchten/pivottable) from 1.4.0 to 2.23.0. - [Release notes](https://github.com/nicolaskruchten/pivottable/releases) - [Commits](https://github.com/nicolaskruchten/pivottable/compare/v1.4.0...v2.23.0) Signed-off-by: dependabot[bot] --- spec/tasks/retirejs/targets/finding_3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/tasks/retirejs/targets/finding_3/package.json b/spec/tasks/retirejs/targets/finding_3/package.json index 672a9f2..dbfcd94 100644 --- a/spec/tasks/retirejs/targets/finding_3/package.json +++ b/spec/tasks/retirejs/targets/finding_3/package.json @@ -1,6 +1,6 @@ { "name": "retirejs-test", "dependencies": { - "pivottable": "1.4.0" + "pivottable": "2.23.0" } }