Skip to content

Commit 5a7ca69

Browse files
author
Alan M
committed
change deprecated dependencies
1 parent 0f165e9 commit 5a7ca69

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@dataparty/crypto": "1.0.3",
6363
"@dataparty/tasker": "^0.0.2",
6464
"@diva.exchange/i2p-sam": "^4.1.8",
65-
"@hapi/joi": "^17.1.1",
65+
"joi": "^17.9.1",
6666
"@markwylde/liferaft": "^1.3.4",
67-
"@zeit/ncc": "^0.22.3",
67+
"@vercel/ncc": "^0.36.1",
6868
"ajv": "6.9.1",
6969
"axios": "^0.27.2",
7070
"bleno": "npm:@abandonware/bleno@^0.5.1-4",

src/service/iservice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fs = require('fs')
22
const Path = require('path')
3-
const NCC = require('@zeit/ncc')
3+
const NCC = require('@vercel/ncc')
44
const Hoek = require('@hapi/hoek')
55
const {JSONPath} = require('jsonpath-plus')
66
const gitRepoInfo = require('git-repo-info')

0 commit comments

Comments
 (0)