Skip to content

Commit cbe1a9f

Browse files
committed
security updates
1 parent 1e084c7 commit cbe1a9f

File tree

2 files changed

+1422
-1260
lines changed

2 files changed

+1422
-1260
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigquery-kafka-connect",
3-
"version": "3.8.1",
3+
"version": "3.9.0",
44
"description": "kafka connect connector for Google BigQuery",
55
"main": "index.js",
66
"scripts": {
@@ -31,19 +31,19 @@
3131
"nkc-bigquery-sink": "bin/nkc-bigquery-sink.js"
3232
},
3333
"dependencies": {
34-
"@google-cloud/bigquery": "^2.0.6",
35-
"async": "^2.6.2",
36-
"kafka-connect": "^3.7.0",
37-
"npm": "^6.7.0"
34+
"@google-cloud/bigquery": "^4.2.1",
35+
"async": "^3.1.0",
36+
"kafka-connect": "^3.8.0",
37+
"npm": "^6.11.3"
3838
},
3939
"devDependencies": {
40-
"coveralls": "^3.0.2",
40+
"coveralls": "^3.0.6",
4141
"istanbul": "^0.4.5",
42-
"log4bro": "^3.8.0",
43-
"mocha": "^5.2.0",
42+
"log4bro": "^3.11.0",
43+
"mocha": "^6.2.0",
4444
"mocha-lcov-reporter": "^1.3.0",
45-
"sinek": "^6.24.1",
46-
"testdouble": "^3.10.0",
47-
"uuid": "^3.3.2"
45+
"sinek": "^7.30.1",
46+
"testdouble": "^3.12.4",
47+
"uuid": "^3.3.3"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)