Skip to content

Commit 065a771

Browse files
committed
Update dependencies
1 parent 4706eac commit 065a771

File tree

5 files changed

+40
-45
lines changed

5 files changed

+40
-45
lines changed

example/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nip24example",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "NIP24 Client for Javascript - Example",
55
"author": "",
66
"license": "Apache-2.0",

lib/nip24client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const VATStatus = require('./vatstatus');
4747
const WLStatus = require('./wlstatus');
4848

4949

50-
NIP24Client.prototype.VERSION = '1.2.7';
50+
NIP24Client.prototype.VERSION = '1.2.8';
5151

5252
NIP24Client.prototype.PRODUCTION_URL = 'https://www.nip24.pl/api';
5353
NIP24Client.prototype.TEST_URL = 'https://www.nip24.pl/api-test';

package-lock.json

Lines changed: 31 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nip24client",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "NIP24 Client for Javascript",
55
"keywords": [
66
"nip24",
@@ -33,10 +33,10 @@
3333
"test": "echo \"Error: no test specified\" && exit 1"
3434
},
3535
"dependencies": {
36-
"date-fns": "^2.10.0",
36+
"date-fns": "^2.29.1",
3737
"https": "^1.0.0",
3838
"url": "^0.11.0",
39-
"xmldom": "^0.7.0",
40-
"xpath": "0.0.27"
39+
"xmldom": "^0.6.0",
40+
"xpath": "0.0.32"
4141
}
4242
}

0 commit comments

Comments
 (0)