Skip to content

Commit 8f21ef1

Browse files
committed
Fix type import
1 parent 7ba8590 commit 8f21ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sinks/MongoDB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable prefer-rest-params */
2-
import type { Collection } from "mongodb";
2+
import type { Collection } from "mongodb-v6";
33
import { Hooks } from "../agent/hooks/Hooks";
44
import { InterceptorResult } from "../agent/hooks/InterceptorResult";
55
import { detectNoSQLInjection } from "../vulnerabilities/nosql-injection/detectNoSQLInjection";

0 commit comments

Comments
 (0)