Merge pull request #1070 from SharePoint/dependabot/npm_and_yarn/samples/knockout-sp-pnp-js/knockout-3.5.0

Bump knockout from 3.4.0 to 3.5.0 in /samples/knockout-sp-pnp-js
This commit is contained in:
Laura Kokkarinen 2019-11-19 08:33:41 -05:00 committed by GitHub
commit 8fc137ce70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -10298,9 +10298,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",

View File

@ -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",