Skip to content

Commit 0a78e35

Browse files
committed
📦 bump sinon from 17.0.1 to 18.0.0
1 parent 41e3d12 commit 0a78e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

denops/@denops-private/cli_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: Use sinon to stub the getter property.
22
// @deno-types="npm:@types/sinon@17.0.3"
3-
import sinon from "npm:sinon@17.0.1";
3+
import sinon from "npm:sinon@18.0.0";
44

55
import {
66
assertEquals,

denops/@denops-private/worker_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @deno-types="npm:@types/sinon@17.0.3"
2-
import sinon from "npm:sinon@17.0.1";
2+
import sinon from "npm:sinon@18.0.0";
33
import {
44
assertEquals,
55
assertInstanceOf,

0 commit comments

Comments
 (0)