Skip to content

Commit

Permalink
chore: bumped to node-fetch 3.3.x / superagent 9.0.x [additional tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed May 21, 2024
1 parent 6094131 commit c2c90dc
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 55 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"chai-lint": "^0.1.1",
"cross-env": "^7.0.3",
"mocha": "^9.2.2",
"node-fetch": "^3.2.10",
"node-fetch": "^3.3.2",
"sharp": "^0.32.0",
"socket.io-client": "^4.5.3",
"standard": "^17.0.0",
"superagent": "^5.1.0"
"superagent": "^9.0.2"
}
}
2 changes: 1 addition & 1 deletion test/service.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import makeDebug from 'debug'
import feathers from '@feathersjs/feathers'
import express from '@feathersjs/express'
import chai, { util, expect } from 'chai'
import chailint from 'chai-lint'
import superagent from 'superagent'
import express from '@feathersjs/express'
import fs from 'fs'
import crypto from 'crypto'
import { Blob } from 'buffer'
Expand Down
Loading

0 comments on commit c2c90dc

Please sign in to comment.