Skip to content

Commit 54f1320

Browse files
committed
build: Update ntp-packet-parser v0.3.0
1 parent e662f6d commit 54f1320

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Fetches the current time from NTP servers and returns offset information",
55
"main": "dist/index.js",
66
"dependencies": {
7-
"ntp-packet-parser": "^0.2.1"
7+
"ntp-packet-parser": "^0.3.0"
88
},
99
"devDependencies": {
1010
"@types/node": "^15.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ make-error@^1.1.1:
8282
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
8383
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
8484

85-
ntp-packet-parser@^0.2.1:
86-
version "0.2.1"
87-
resolved "https://registry.yarnpkg.com/ntp-packet-parser/-/ntp-packet-parser-0.2.1.tgz#62dfdfdf83a91337c78d61b202567d8ddea2395a"
88-
integrity sha512-4P4esTxwlrotV7OKWa6D9lJ/jW5CNFvBxf8PfcabLdTnQGj+L8be6mZ4KIg6ciheu553uvJMiRNggx0OfH8cwg==
85+
ntp-packet-parser@^0.3.0:
86+
version "0.3.0"
87+
resolved "https://registry.yarnpkg.com/ntp-packet-parser/-/ntp-packet-parser-0.3.0.tgz#890c322d0b3f30686e09c65ba5e8e46737832f93"
88+
integrity sha512-e4yGt78mEIAYYqlyMPyg1NdPmK8uzSr5VRQttUTSZGq9vsFXGD0FPzLZSgvY6R9VM7qa70O21vrOGrgMHTnXHA==
8989

9090
prettier@^2.3.0:
9191
version "2.7.1"

0 commit comments

Comments
 (0)