Skip to content

Commit

Permalink
Merge pull request #11969 from learningequality/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/web-streams-polyfill-4.0.0

Bump web-streams-polyfill from 3.2.1 to 4.0.0
  • Loading branch information
rtibbles authored Mar 7, 2024
2 parents ae6128c + 3cc429a commit 42c1e3b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kolibri/plugins/epub_viewer/buildConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
resolve: {
fallback: {
"zlib": require.resolve("browserify-zlib"),
"stream": require.resolve("web-streams-polyfill/ponyfill")
"stream": require.resolve("web-streams-polyfill/es5")
}
},
},
Expand Down
2 changes: 1 addition & 1 deletion kolibri/plugins/epub_viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"epubjs": "0.3.84",
"mark.js": "^8.11.1",
"vue-focus-lock": "^1.4.1",
"web-streams-polyfill": "^3.2.1"
"web-streams-polyfill": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion kolibri/plugins/pdf_viewer/buildConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
resolve: {
fallback: {
"zlib": false,
"stream": require.resolve("web-streams-polyfill/ponyfill")
"stream": require.resolve("web-streams-polyfill/es5")
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion kolibri/plugins/pdf_viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"intersection-observer": "0.12.2",
"pdfjs-dist": "^2.16.105",
"vue-virtual-scroller": "0.12.0",
"web-streams-polyfill": "^3.2.1"
"web-streams-polyfill": "^4.0.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11841,6 +11841,11 @@ web-streams-polyfill@^3.2.1:
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==

web-streams-polyfill@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz#74cedf168339ee6e709532f76c49313a8c7acdac"
integrity sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw==

webfontloader@^1.6.24:
version "1.6.28"
resolved "https://registry.yarnpkg.com/webfontloader/-/webfontloader-1.6.28.tgz#db786129253cb6e8eae54c2fb05f870af6675bae"
Expand Down

0 comments on commit 42c1e3b

Please sign in to comment.