From fcdc373917a1bdb7e5211a98c7386ab37c0d7c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:32:46 +0000 Subject: [PATCH] Bump knockout from 3.4.0 to 3.5.0 in /samples/knockout-sp-pnp-js 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] --- samples/knockout-sp-pnp-js/package-lock.json | 6 +++--- samples/knockout-sp-pnp-js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/knockout-sp-pnp-js/package-lock.json b/samples/knockout-sp-pnp-js/package-lock.json index 3e8be4989..95bb85f34 100644 --- a/samples/knockout-sp-pnp-js/package-lock.json +++ b/samples/knockout-sp-pnp-js/package-lock.json @@ -10338,9 +10338,9 @@ } }, "knockout": { - "version": "3.4.0", - "resolved": "http://registry.npmjs.org/knockout/-/knockout-3.4.0.tgz", - "integrity": "sha1-WdcmGBWhHrfBo/PHB3yomKRMqts=" + "version": "3.5.0", + "resolved": "http://registry.npmjs.org/knockout/-/knockout-3.5.0.tgz", + "integrity": "sha512-vBUF/IsBDzaejHkNpiquKdc5uPrImXuQ4Mb9lEfNNJ5cyHGI8ThDupR+h3eMFZhfmPE/brfwcIAn/fm0yOvJUg==" }, "lazy-cache": { "version": "1.0.4", diff --git a/samples/knockout-sp-pnp-js/package.json b/samples/knockout-sp-pnp-js/package.json index dd44a8a1b..8d6a66813 100644 --- a/samples/knockout-sp-pnp-js/package.json +++ b/samples/knockout-sp-pnp-js/package.json @@ -22,7 +22,7 @@ "@types/es6-promise": "0.0.33", "@types/knockout": "3.4.39", "@types/webpack-env": "1.13.1", - "knockout": "3.4.0" + "knockout": "3.5.0" }, "devDependencies": { "@microsoft/sp-build-web": "1.7.0",