Sinon version 7.4.1 represents an incremental update over the preceding stable release, version 7.3.2, of this popular JavaScript testing library offering spies, stubs, and mocks. Examining the dependency changes reveals a few notable upgrades. Among direct dependencies, @sinonjs/samsam jumps from version 3.3.1 to 3.3.2, while nise gets bumped from 1.4.10 to 1.5.1 and lolex jumps from version 4.0.1 to 4.2.0. Within the devDependencies, several packages receive updates, signaling potential improvements in the development and testing workflow of Sinon itself. Key changes here include updating nyc from 13.3.0 to 14.1.1, mocha from 5.2.0 to 6.2.0, @babel/core from 7.3.3 to 7.5.5 and puppeteer from 1.12.2 to 1.19.0. Finally babel-plugin-istanbul is upgraded from 5.1.1 to 5.2.0. While some may seem minor, these updates to developer dependencies likely introduce refinements to the codebase, test suite, and build process. Users integrating Sinon into their projects will likely see improvements in performance and stability related to mocks, stubs and test spies using this new version. The packed size increased from 7067410 to 7528554 bytes and the release date marks a four month and a half update.
The are not vulnerabilities for the version 7.4.1 of the package sinon