Skip to content

Commit 968fff1

Browse files
committed
Bump cbor-x minor 1.2 -> 1.3
1 parent c00d47e commit 968fff1

File tree

6 files changed

+160
-415
lines changed

6 files changed

+160
-415
lines changed

deno-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"https://deno.land/std@0.135.0/testing/_diff.ts": "9d849cd6877694152e01775b2d93f9d6b7aef7e24bfe3bfafc4d7a1ac8e9f392",
44
"https://deno.land/std@0.135.0/testing/asserts.ts": "b0ef969032882b1f7eb1c7571e313214baa1485f7b61cf35807b2434e254365c",
55
"https://deno.land/x/b64@1.0.19/dist/base64.min.mjs": "3acdc783155891fadbd9b825aef2fc2ac7c3ce3b319bb36fa9f69d23f0bc93c1",
6-
"https://deno.land/x/cbor@v1.2.1/decode.js": "a0c37ade1fe850f28ab5e0242edd9736e4ff49dacd4663153b8db95be19ec394",
7-
"https://deno.land/x/cbor@v1.2.1/encode.js": "4fe595d024dc99806315401924238810cbfe9c45e8340887c5667c6c682202ad",
8-
"https://deno.land/x/cbor@v1.2.1/index.js?module": "4119830fb6d106ec2a369442042803d57cff13cbc76f6aefc2f871aeb6e6bef5",
9-
"https://deno.land/x/cbor@v1.2.1/iterators.js": "744e0469fe37c33bab3787608ced2f2cda014cb9352b3adbd949a2701f043aea",
6+
"https://deno.land/x/cbor@v1.3.1/decode.js": "162cacee329c7f9c79e1023456b395823c87a8349049352371fdb2a8a7cf3713",
7+
"https://deno.land/x/cbor@v1.3.1/encode.js": "ccb34fd71ce2abd73edcf8db8b4a428674af6b764154da3f6afeca6572aa3a8a",
8+
"https://deno.land/x/cbor@v1.3.1/index.js?module": "e78561860d1e9b854aa0f86fca231e3b66199946dba497c505bae4d84c9a7c3a",
9+
"https://deno.land/x/cbor@v1.3.1/iterators.js": "744e0469fe37c33bab3787608ced2f2cda014cb9352b3adbd949a2701f043aea",
1010
"https://deno.land/x/jose@v4.8.1/index.ts?module": "ca44793ef8fa35027d2179c046eabc1f5e8d1baed8c16026d02d416a715667f7",
1111
"https://deno.land/x/jose@v4.8.1/jwe/compact/decrypt.ts": "0da9a290e0e738772016ea0e5cde9784090eb26a767b876265c2228ec7e4619a",
1212
"https://deno.land/x/jose@v4.8.1/jwe/compact/encrypt.ts": "e0354463b4c37dfd42f23f5dde0bc7e67e8d84ec801ce0fb559ca1502b4556c7",

import_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
7-
"cbor-x": "https://deno.land/x/cbor@v1.2.1/index.js?module",
7+
"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",
1010
"@hexagon/base64": "https://deno.land/x/b64@1.0.19/dist/base64.min.mjs",

0 commit comments

Comments
 (0)