Skip to content

Commit 45f2949

Browse files
2.6.0
1 parent e9c33cb commit 45f2949

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@chainlink/external-adapter-framework",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"dependencies": {
77
"ajv": "8.17.1",
8-
"axios": "1.8.4",
8+
"axios": "1.9.0",
99
"eventsource": "2.0.2",
10-
"fastify": "5.2.2",
10+
"fastify": "5.3.2",
1111
"ioredis": "5.6.1",
1212
"mock-socket": "9.3.1",
1313
"pino": "9.6.0",
1414
"pino-pretty": "13.0.0",
1515
"prom-client": "15.1.3",
1616
"redlock": "5.0.0-beta.2",
17-
"ws": "8.18.1"
17+
"ws": "8.18.2"
1818
},
1919
"scripts": {
2020
"build": "rm -rf dist/src && mkdir -p ./dist/src && cp package.json dist/src && cp README.md dist/src && tsc && yarn pre-build-generator",
@@ -37,22 +37,22 @@
3737
"devDependencies": {
3838
"@sinonjs/fake-timers": "14.0.0",
3939
"@types/eventsource": "1.1.15",
40-
"@types/node": "22.14.0",
40+
"@types/node": "22.15.3",
4141
"@types/sinonjs__fake-timers": "8.1.5",
4242
"@types/ws": "8.18.1",
43-
"@typescript-eslint/eslint-plugin": "8.29.0",
44-
"@typescript-eslint/parser": "8.29.0",
45-
"ava": "6.2.0",
43+
"@typescript-eslint/eslint-plugin": "8.30.1",
44+
"@typescript-eslint/parser": "8.30.1",
45+
"ava": "6.3.0",
4646
"axios-mock-adapter": "2.1.0",
4747
"c8": "10.1.3",
48-
"eslint": "9.24.0",
49-
"eslint-config-prettier": "10.1.1",
48+
"eslint": "9.25.1",
49+
"eslint-config-prettier": "10.1.2",
5050
"eslint-plugin-tsdoc": "0.4.0",
5151
"mocksse": "1.0.4",
5252
"prettier": "3.5.3",
5353
"ts-node": "10.9.2",
5454
"ts-node-dev": "2.0.0",
55-
"typedoc": "0.28.2",
55+
"typedoc": "0.28.3",
5656
"typescript": "5.8.3"
5757
},
5858
"prettier": {

0 commit comments

Comments
 (0)