mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Bump event-source-polyfill from 0.0.16 to 1.0.7 in /src/FilterLists.Web
Bumps [event-source-polyfill](https://github.com/Yaffle/EventSource) from 0.0.16 to 1.0.7. - [Release notes](https://github.com/Yaffle/EventSource/releases) - [Commits](https://github.com/Yaffle/EventSource/compare/0.0.16...1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
fa1ff72e65
commit
009b06b09e
2 changed files with 4 additions and 4 deletions
6
src/FilterLists.Web/npm-shrinkwrap.json
generated
6
src/FilterLists.Web/npm-shrinkwrap.json
generated
|
|
@ -1492,9 +1492,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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue