From 0ee4cbdf426db8d33a7dc26ed234cd82c916b7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 15:53:13 +0000 Subject: [PATCH] Bump knockout from 3.4.0 to 3.5.1 Bumps [knockout](https://github.com/knockout/knockout) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/knockout/knockout/releases) - [Commits](https://github.com/knockout/knockout/compare/v3.4.0...v3.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b1a4c2..8ed31b7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "devDependencies": { "jquery": "1.11.0", - "knockout": "3.4.0", + "knockout": "3.5.1", "mocha": "2.3.2", "mocha-phantomjs-core": "^1.1.0", "phantomjs-prebuilt": "^2.1.16",