Skip to content

Commit 3ee47b4

Browse files
committed
More dependency updates
1 parent 08b7b3b commit 3ee47b4

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

deno-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"https://deno.land/std@0.135.0/fmt/colors.ts": "30455035d6d728394781c10755351742dd731e3db6771b1843f9b9e490104d37",
33
"https://deno.land/std@0.135.0/testing/_diff.ts": "9d849cd6877694152e01775b2d93f9d6b7aef7e24bfe3bfafc4d7a1ac8e9f392",
44
"https://deno.land/std@0.135.0/testing/asserts.ts": "b0ef969032882b1f7eb1c7571e313214baa1485f7b61cf35807b2434e254365c",
5-
"https://deno.land/x/b64@1.0.19/dist/base64.min.mjs": "3acdc783155891fadbd9b825aef2fc2ac7c3ce3b319bb36fa9f69d23f0bc93c1",
5+
"https://deno.land/x/b64@1.0.20/dist/base64.min.mjs": "c3d9dd021158a46047794adb11faf5e8d2353732fa8df7991f95f2374038fab1",
66
"https://deno.land/x/cbor@v1.3.1/decode.js": "162cacee329c7f9c79e1023456b395823c87a8349049352371fdb2a8a7cf3713",
77
"https://deno.land/x/cbor@v1.3.1/encode.js": "ccb34fd71ce2abd73edcf8db8b4a428674af6b764154da3f6afeca6572aa3a8a",
88
"https://deno.land/x/cbor@v1.3.1/index.js?module": "e78561860d1e9b854aa0f86fca231e3b66199946dba497c505bae4d84c9a7c3a",
@@ -102,5 +102,5 @@
102102
"https://unpkg.com/pvtsutils@1.3.2/build/index.es.js?module": "82e3289330c5ab2b1485084ef8bc621329bf817126951252cb336e619e322ecb",
103103
"https://unpkg.com/pvutils@1.1.3/build/utils.es.js?module": "6def4dab26340f2056fde9711dbf595396b64d53c720268b9f9a73c46940206f",
104104
"https://unpkg.com/sinon@14.0.0/pkg/sinon-esm.js": "aa8c0e11667719984f284dea668a06e817244a71edf2b7f89ec9c59cca88c118",
105-
"https://unpkg.com/tldts@5.7.81/dist/index.esm.min.js": "2786a1f126cc153a67591056f757b4ebc3f31e297446b60a3eafc63117d154d5"
105+
"https://unpkg.com/tldts@5.7.82/dist/index.esm.min.js": "2786a1f126cc153a67591056f757b4ebc3f31e297446b60a3eafc63117d154d5"
106106
}

import_map.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"std/": "https://deno.land/std@0.135.0/",
66

7-
"@hexagon/base64": "https://deno.land/x/b64@1.0.19/dist/base64.min.mjs",
7+
"@hexagon/base64": "https://deno.land/x/b64@1.0.20/dist/base64.min.mjs",
88

99
"sinon": "https://unpkg.com/sinon@14.0.0/pkg/sinon-esm.js",
1010
"test_suite": "https://deno.land/x/test_suite@0.16.1/mod.ts",

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"imports": {
3-
"tldts": "https://unpkg.com/tldts@5.7.81/dist/index.esm.min.js",
3+
"tldts": "https://unpkg.com/tldts@5.7.82/dist/index.esm.min.js",
44
"punycode": "https://deno.land/x/punycode@v2.1.1/punycode.js",
55
"jose": "https://deno.land/x/jose@v4.8.1/index.ts?module",
66
"asn1js": "https://unpkg.com/asn1js@3.0.5?module",
77
"cbor-x": "https://deno.land/x/cbor@v1.3.1/index.js?module",
88
"std/": "https://deno.land/std@0.135.0/",
99
"pkijs": "https://unpkg.com/pkijs@3.0.5?module",
10-
"@hexagon/base64": "https://deno.land/x/b64@1.0.19/dist/base64.min.mjs",
10+
"@hexagon/base64": "https://deno.land/x/b64@1.0.20/dist/base64.min.mjs",
1111

1212
"sinon": "https://unpkg.com/sinon@14.0.0/pkg/sinon-esm.js",
1313
"test_suite": "https://deno.land/x/test_suite@0.16.1/mod.ts",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"sinon": "^14.0.0"
5050
},
5151
"dependencies": {
52-
"@hexagon/base64": "~1.0.19",
52+
"@hexagon/base64": "~1.0.20",
5353
"@peculiar/webcrypto": "~1.4.0",
5454
"asn1js": "~3.0.2",
5555
"cbor-x": "~1.3.1",
5656
"jose": "~4.8.1",
5757
"pkijs": "~3.0.5",
58-
"tldts": "~5.7.81"
58+
"tldts": "~5.7.82"
5959
},
6060
"eslintConfig": {
6161
"root": true,

0 commit comments

Comments
 (0)