Skip to content

Commit d3a7528

Browse files
committed
build(deps): bump ntp-packet-parser to from 0.2.0 to 0.2.1
1 parent b661e5f commit d3a7528

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.0"
7+
"ntp-packet-parser": "^0.2.1"
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
@@ -69,10 +69,10 @@ make-error@^1.1.1:
6969
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
7070
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
7171

72-
ntp-packet-parser@^0.2.0:
73-
version "0.2.0"
74-
resolved "https://registry.yarnpkg.com/ntp-packet-parser/-/ntp-packet-parser-0.2.0.tgz#6cd015aebc40cb8f9f3a875967e2228283587a27"
75-
integrity sha512-UaconpBg4Xl8pSSxs/SpBzsbClsIX+cvFs3QULVvnSjoGejy4MAbIYTuv00i3j9yuhFDz8U20OPyFnxto47+qw==
72+
ntp-packet-parser@^0.2.1:
73+
version "0.2.1"
74+
resolved "https://registry.yarnpkg.com/ntp-packet-parser/-/ntp-packet-parser-0.2.1.tgz#62dfdfdf83a91337c78d61b202567d8ddea2395a"
75+
integrity sha512-4P4esTxwlrotV7OKWa6D9lJ/jW5CNFvBxf8PfcabLdTnQGj+L8be6mZ4KIg6ciheu553uvJMiRNggx0OfH8cwg==
7676

7777
prettier@^2.3.0:
7878
version "2.6.1"

0 commit comments

Comments
 (0)