Open
Conversation
… vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-USERAGENT-8309369
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
large-file/package.jsonlarge-file/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-ELLIPTIC-8187303
SNYK-JS-USERAGENT-8309369
Release notes
Package name: elliptic
-
6.6.0 - 2024-10-26
-
6.5.7 - 2024-08-14
-
6.5.6 - 2024-07-17
-
6.5.5 - 2024-03-05
-
6.5.4 - 2021-02-02
-
6.5.3 - 2020-06-18
from elliptic GitHub release notes6.6.0
6.5.7
6.5.6
6.5.5
6.5.4
6.5.3
Package name: karma
-
5.0.0 - 2020-04-09
- install semantic-release as a regular dev dependency (#3455) (1eaf35e)
- ci: echo travis env that gates release after_success (#3446) (b8b2ed8)
- ci: poll every 10s to avoid rate limit. (#3388) (91e7e00)
- middleware/runner: handle file list rejections (#3400) (80febfb), closes #3396 #3396
- server: cleanup import of the removed method (#3439) (cb1bcbf)
- server: createPreprocessor was removed (#3435) (5c334f5)
- server: detection new MS Edge Chromium (#3440) (7166ce2)
- server: replace optimist on yargs lib (#3451) (ec1e69a), closes #2473
- server: Report original error message (#3415) (79ee331), closes #3414
- use native Promise instead of Bluebird (#3436) (33a069f), closes /github.com/karma-runner/karma/pull/3060#discussion_r284797390
- drop node 8, adopt node 12 (#3430) (a673aa8)
- docs: document
- karma-server: added log to the server.js for uncaught exception (#3399) (adc6a66)
- preprocessor: obey Pattern.isBinary when set (#3422) (708ae13), closes #3405
- Karma plugins which rely on the fact that Karma uses Bluebird promises may break as Bluebird-specific API is no longer available on Promises returned by the Karma core
- server: Deprecated createPreprocessor removed, karma-browserify < 7 version doesn't work
- no more testing on node 8.
-
4.4.1 - 2019-10-18
- deps: back to karma-browserstack-launcher 1.4 (#3361) (1cd87ad)
- server: Add test coverage for config.singleRun true branch. (#3384) (259be0d)
- if preprocessor is async function and doesn't return a content then await donePromise (#3387) (f91be24)
-
4.4.0 - 2019-10-17
- runner: remove explicit error on all tests failed (#3369) (f8005c6), closes #3367
- client: Add trusted types support (#3360) (019bfd4)
- Preprocessor can return Promise (#3376) (3ffcd83)
- config: add failOnSkippedTests option. (#3374) (4ed3af0)
- config: clientDisplayNone sets client elements display none. (#3348) (6235e68)
- deps: Remove core-js dependency. (#3379) (0d70809)
-
4.3.0 - 2019-08-27
- build: switch from yarn to package-lock.json (#3351) (6c5add2)
- config: Simpilfy error proceesing. (#3345) (582a406), closes #3339
- deps: lodash update. (#3341) (5614c04)
- server: Simplify 'dom' inclusion. (#3356) (5f13e11)
- test:
- travis: Pin to trusty (#3347) (1c6c690)
- async: frameworks can be loaded asynchronously (#3297) (177e2ef), closes #851
- config: socket.io server pingTimeout config option. (#3355) (817fbbd)
- preprocessor: preprocessor_priority execution order. (#3303) (c5f3560)
- runner: feat(runner): (62d4c5a), closes #2121 #2799 #2121 #2799
-
4.2.0 - 2019-07-12
- logging: Util inspect for logging the config. (#3332) (70b72a9)
- reporter: format stack with 1-based column (#3325) (182c04d), closes #3324
- server: Add error handler for webserver socket. (#3300) (fe9a1dd)
-
4.1.0 - 2019-04-15
- client: Enable loading different file types when running in parent mode without iframe (#3289) (7968db6)
- client: Only create the funky object if message is not a string (#3298) (ce6825f), closes #3296
- launcher: Log state transitions in debug (#3294) (6556ab4), closes #3290
- middleware: log invalid filetype (#3292) (7eb48c5), closes #3291
-
4.0.1 - 2019-02-28
- browser: allow updating total specs count (#3264) (d5df723)
- remove vulnerable dependency combine-lists (#3273) (c43f584), closes #3265
- remove vulnerable dependency expand-braces (#3270) (4ec4f6f), closes #3268 #3269
- filelist: correct logger name. (#3262) (375bb5e)
- launcher: Debug Child Processes exit signal (#3259) (c277a6b)
-
4.0.0 - 2019-01-23
- client: fix issue with loaded on safari 10 (#3252) (571191c), closes #3198
- config: add test:unit npm script (#3242) (02f071d)
- remove support for node 6 (#3246) (8a83990), closes #3151
- Drop Support for Node 6, to make it possible to use async/await in karma codebase.
-
3.1.4 - 2018-12-17
- file-list: revert "do not preprocess up-to-date files" (#3226) (#3230) (bb022a7)
- improve error msg when bin is a directory (#3231) (584dddc)
- restarted browsers not running tests (#3233) (cc2eff2)
-
3.1.3 - 2018-12-01
- add missing dep flatted (#3223) (655d4d2)
-
3.1.2 - 2018-12-01
-
3.1.1 - 2018-10-23
-
3.1.0 - 2018-10-22
-
3.0.0 - 2018-08-09
-
2.0.5 - 2018-07-24
-
2.0.4 - 2018-06-21
-
2.0.3 - 2018-06-15
from karma GitHub release notes5.0.0 (2020-04-09)
Bug Fixes
Code Refactoring
Continuous Integration
Features
DEFAULT_LISTEN_ADDRconstant (#3443) (057d527), closes #2479BREAKING CHANGES
Bug Fixes
Bug Fixes
Features
Bug Fixes
test:clientsilently failing on Travis (#3343) (1489e9a), closes /travis-ci.org/karma-runner/karma/jobs/537027667#L1046Features
Bug Fixes
Bug Fixes
Bug Fixes
Bug Fixes
Chores
BREAKING CHANGES
Bug Fixes
Bug Fixes
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)