mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(deps-dev): bump sinon from 16.0.0 to 16.1.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.0.0 to 16.1.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nestjs/core",
|
||||
"version": "10.1.3",
|
||||
"version": "10.2.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@nestjs/core",
|
||||
"version": "10.1.3",
|
||||
"version": "10.2.7",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -115,7 +115,7 @@
|
||||
"prettier": "3.0.3",
|
||||
"redis": "4.6.10",
|
||||
"rxjs-compat": "6.6.7",
|
||||
"sinon": "16.0.0",
|
||||
"sinon": "16.1.0",
|
||||
"sinon-chai": "3.7.0",
|
||||
"socket.io-client": "4.7.2",
|
||||
"subscriptions-transport-ws": "0.11.0",
|
||||
@@ -24340,9 +24340,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sinon": {
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz",
|
||||
"integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==",
|
||||
"version": "16.1.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz",
|
||||
"integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sinonjs/commons": "^3.0.0",
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
"prettier": "3.0.3",
|
||||
"redis": "4.6.10",
|
||||
"rxjs-compat": "6.6.7",
|
||||
"sinon": "16.0.0",
|
||||
"sinon": "16.1.0",
|
||||
"sinon-chai": "3.7.0",
|
||||
"socket.io-client": "4.7.2",
|
||||
"subscriptions-transport-ws": "0.11.0",
|
||||
|
||||
Reference in New Issue
Block a user