Merge pull request #876 from collinbarrett/dependabot/npm_and_yarn/src/FilterLists.Web/event-source-polyfill-1.0.7

This commit is contained in:
dependabot-preview[bot] 2019-07-26 22:24:59 +00:00 committed by GitHub
commit 188ebf4d95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1458,9 +1458,9 @@
}
},
"event-source-polyfill": {
"version": "0.0.16",
"resolved": "https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-0.0.16.tgz",
"integrity": "sha512-Krczenbedc60uWwSmWl3BoIY20mXPEtnBmOXFika8/JcGSiY2jcutfdYv4MfkGDS/e1OBkaNzrOm4owUdAnchQ==",
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-1.0.7.tgz",
"integrity": "sha512-TPbIjt4c3dlO7WTdsaTdwcxD1jKl+2gGD6dfauEmGqRNtpoB9ith/c4qa+X8XbTV5FsvTrkjepXfamWxntklVA==",
"dev": true
},
"events": {

View file

@ -15,7 +15,7 @@
"awesome-typescript-loader": "^4.0.1",
"bootstrap": "^4.2.1",
"css-loader": "^0.28.11",
"event-source-polyfill": "0.0.16",
"event-source-polyfill": "1.0.7",
"extract-text-webpack-plugin": "^3.0.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",