Skip to content

Commit

Permalink
meta: update dependency sinon to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent 7fc5365 commit fc7b260
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"p-settle": "4.1.1",
"p-timeout": "4.1.0",
"rimraf": "5.0.7",
"sinon": "17.0.2",
"sinon": "18.0.0",
"sinon-chai": "3.7.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@types/sinon": "17.0.3",
"chai": "4.4.1",
"mocha": "10.4.0",
"sinon": "17.0.2"
"sinon": "18.0.0"
}
}
29 changes: 21 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@ __metadata:
rimraf: "npm:5.0.7"
semver: "npm:^7.3"
sequelize-pool: "npm:^8.0.0"
sinon: "npm:17.0.2"
sinon: "npm:18.0.0"
sinon-chai: "npm:3.7.0"
toposort-class: "npm:^1.0.1"
type-fest: "npm:^4.14.0"
Expand Down Expand Up @@ -2907,7 +2907,7 @@ __metadata:
dayjs: "npm:^1.11.10"
lodash: "npm:^4.17.21"
mocha: "npm:10.4.0"
sinon: "npm:17.0.2"
sinon: "npm:18.0.0"
tedious: "npm:^18.1.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11233,7 +11233,7 @@ __metadata:
languageName: node
linkType: hard

"nise@npm:^5.1.4, nise@npm:^5.1.9":
"nise@npm:^5.1.4":
version: 5.1.9
resolution: "nise@npm:5.1.9"
dependencies:
Expand All @@ -11246,6 +11246,19 @@ __metadata:
languageName: node
linkType: hard

"nise@npm:^6.0.0":
version: 6.0.0
resolution: "nise@npm:6.0.0"
dependencies:
"@sinonjs/commons": "npm:^3.0.0"
"@sinonjs/fake-timers": "npm:^11.2.2"
"@sinonjs/text-encoding": "npm:^0.7.2"
just-extend: "npm:^6.2.0"
path-to-regexp: "npm:^6.2.1"
checksum: 10c0/aacb6b937a5a00e1b5e1f92b4ee60b9e6e96f65e2b2205249e9bf34a77a1ef473e86883f94e9b20aa75ba314280c4a09858cbe3f06c6cf210229f4b409faa098
languageName: node
linkType: hard

"no-case@npm:^3.0.4":
version: 3.0.4
resolution: "no-case@npm:3.0.4"
Expand Down Expand Up @@ -13841,17 +13854,17 @@ __metadata:
languageName: node
linkType: hard

"sinon@npm:17.0.2":
version: 17.0.2
resolution: "sinon@npm:17.0.2"
"sinon@npm:18.0.0":
version: 18.0.0
resolution: "sinon@npm:18.0.0"
dependencies:
"@sinonjs/commons": "npm:^3.0.1"
"@sinonjs/fake-timers": "npm:^11.2.2"
"@sinonjs/samsam": "npm:^8.0.0"
diff: "npm:^5.2.0"
nise: "npm:^5.1.9"
nise: "npm:^6.0.0"
supports-color: "npm:^7"
checksum: 10c0/0d16a107ed72a6c5bc2a6b4d071909675111a6b863906b1bdba49489bcd6cf19369e788224d0cc2e4370ef8a2d73fd52552930be58918f829f371131e5064b7f
checksum: 10c0/19db83cc8e135a824c8a5efc088673fedd81092d89cd9a878dbb4bc20ed3fc3b6e9f646788c3fff0c9a984a108f205d08c7230ae8776396f89f096b03b11a7c7
languageName: node
linkType: hard

Expand Down

0 comments on commit fc7b260

Please sign in to comment.