Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
/* eslint-disable no-param-reassign */
|
||||
import { stringify } from '@brillout/json-serializer/stringify'; /* eslint-disable-line import/extensions */
|
||||
import { stringify } from '@brillout/json-serializer/stringify';
|
||||
import IPCIDR from 'ip-cidr';
|
||||
import argv from '../argv.js';
|
||||
|
||||
import {
|
||||
login,
|
||||
signup,
|
||||
fetchUserKeys,
|
||||
createKey,
|
||||
removeUserKey,
|
||||
fetchUserKeys,
|
||||
flushUserKeys,
|
||||
login,
|
||||
removeUserKey,
|
||||
signup,
|
||||
} from '../auth.js';
|
||||
|
||||
import { fetchUser } from '../users.js';
|
||||
@@ -111,4 +110,3 @@ export async function flushUserKeysApi(req, res) {
|
||||
|
||||
res.status(204).send();
|
||||
}
|
||||
/* eslint-enable no-param-reassign */
|
||||
|
||||
Reference in New Issue
Block a user