Skip to content

Commit e218d47

Browse files
authored
Update dependencies (#1044)
1 parent f769bef commit e218d47

File tree

3 files changed

+1163
-1444
lines changed

3 files changed

+1163
-1444
lines changed

LICENSE-3rdparty.csv

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,17 @@ Component,Licence,Copyright
77
@types/buffer-from,MIT,Copyright Nat Burns
88
@types/chai,MIT,Copyright Microsoft Corporation
99
@types/jest,MIT,Copyright Microsoft Corporation
10-
@types/lodash,MIT,Copyright Microsoft Corporation
1110
@types/node,MIT,Copyright Microsoft Corporation
1211
@types/pako,MIT,Copyright Caleb Eggensperger Muhammet Öztürk
13-
@types/pollyjs__adapter-node-http,MIT,Copyright Microsoft Corporation
14-
@types/pollyjs__core,MIT,Copyright Microsoft Corporation
15-
@types/pollyjs__persister-fs,MIT,Copyright Microsoft Corporation
16-
@types/pollyjs__utils,MIT,Copyright Microsoft Corporation
17-
@types/react,MIT,Copyright Microsoft Corporation
1812
@types/url-parse,MIT,Copyright Microsoft Corporation
1913
@typescript-eslint/eslint-plugin,MIT,Copyright (c) 2019 TypeScript ESLint and other contributors
2014
@typescript-eslint/parser,BSD-2-Clause,
21-
btoa,(MIT OR Apache-2.0),
2215
buffer-from,MIT,Copyright (c) 2016, 2018 Linus Unnebäck
2316
chai,MIT,Copyright (c) 2017 Chai.js Assertion Library
2417
cross-fetch,MIT,Copyright (c) 2017 Leonardo Quixadá
2518
jest,MIT,Copyright (c) Facebook, Inc. and its affiliates.
2619
ts-jest,MIT,Copyright (c) 2016-2018
2720
dd-trace,BSD-3-Clause,Copyright 2016-Present Datadog Inc.
28-
durations,MIT,Copyright (c) 2015, Joel Edwards
2921
es6-promise,MIT,Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
3022
eslint-plugin-import,MIT,Copyright (c) 2015 Ben Mosher
3123
eslint-plugin-node,MIT,Copyright (c) 2015 Toru Nagashima

package.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,11 @@
6464
"@types/buffer-from": "^1.1.0",
6565
"@types/node": "*",
6666
"@types/pako": "^1.0.3",
67-
"btoa": "^1.2.1",
6867
"buffer-from": "^1.1.2",
6968
"cross-fetch": "^3.1.5",
70-
"durations": "^3.4.2",
71-
"es6-promise": "^4.2.4",
72-
"form-data": "^3.0.0",
73-
"loglevel": "^1.7.1",
69+
"es6-promise": "^4.2.8",
70+
"form-data": "^4.0.0",
71+
"loglevel": "^1.8.1",
7472
"pako": "^2.0.4",
7573
"url-parse": "^1.4.3"
7674
},
@@ -79,32 +77,26 @@
7977
},
8078
"devDependencies": {
8179
"@cucumber/cucumber": "^7.3.1",
82-
"@cucumber/messages": "^13.2.1",
83-
"@pollyjs/adapter-node-http": "^6.0.4",
84-
"@pollyjs/core": "^6.0.4",
85-
"@pollyjs/persister-fs": "^6.0.4",
86-
"@types/chai": "^4.2.14",
87-
"@types/jest": "^26.0.24",
88-
"@types/lodash": "^4.14.168",
89-
"@types/pollyjs__adapter-node-http": "^2.0.1",
90-
"@types/pollyjs__core": "^4.3.3",
91-
"@types/pollyjs__persister-fs": "^2.0.1",
92-
"@types/pollyjs__utils": "^2.6.1",
93-
"@types/react": ">=16",
80+
"@cucumber/messages": "^21.0.1",
81+
"@pollyjs/adapter-node-http": "^6.0.5",
82+
"@pollyjs/core": "^6.0.5",
83+
"@pollyjs/persister-fs": "^6.0.5",
84+
"@types/chai": "^4.3.4",
85+
"@types/jest": "^29.4.0",
9486
"@types/url-parse": "^1.4.3",
95-
"@typescript-eslint/eslint-plugin": "^5.44.0",
96-
"@typescript-eslint/parser": "^5.44.0",
97-
"chai": "^4.2.0",
87+
"@typescript-eslint/eslint-plugin": "^5.54.0",
88+
"@typescript-eslint/parser": "^5.54.0",
89+
"chai": "^4.3.7",
9890
"dd-trace": "^3.14.0",
99-
"eslint": "^8.28.0",
100-
"eslint-plugin-import": "^2.26.0",
91+
"eslint": "^8.35.0",
92+
"eslint-plugin-import": "^2.27.5",
10193
"eslint-plugin-node": "^11.1.0",
10294
"eslint-plugin-unused-imports": "^2.0.0",
103-
"jest": "^27.0.6",
104-
"prettier": "^2.8.0",
105-
"ts-jest": "^27.0.4",
95+
"jest": "^29.4.3",
96+
"prettier": "^2.8.4",
97+
"ts-jest": "^29.0.5",
10698
"ts-node": "^10.9.1",
107-
"typedoc": "^0.23.21",
99+
"typedoc": "^0.23.26",
108100
"typescript": "4.8.4",
109101
"zstd.ts": "^1.1.3"
110102
},

0 commit comments

Comments
 (0)