From f508a5317f3589e27ec946dc469a75d5b36b6e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 23:14:45 +0000 Subject: [PATCH] Bump knockout from 3.4.0 to 3.5.0 Bumps [knockout](https://github.com/knockout/knockout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/knockout/knockout/releases) - [Commits](https://github.com/knockout/knockout/compare/v3.4.0...v3.5.0) 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..b0bce20 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "devDependencies": { "jquery": "1.11.0", - "knockout": "3.4.0", + "knockout": "3.5.0", "mocha": "2.3.2", "mocha-phantomjs-core": "^1.1.0", "phantomjs-prebuilt": "^2.1.16",