build: Update @std/assert
to 1.0.11
This commit is contained in:
parent
bfa12bee87
commit
ca76ec08a2
2 changed files with 237 additions and 238 deletions
|
@ -6,7 +6,7 @@
|
|||
"test": "deno test --allow-read=. --allow-write=./tests/site/_site,./tests/__snapshots__ --deny-env"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1.0.7",
|
||||
"@std/assert": "jsr:@std/assert@1.0.11",
|
||||
"@std/path": "jsr:@std/path@1.0.8",
|
||||
"@std/testing": "jsr:@std/testing@1.0.4",
|
||||
"lume/": "https://deno.land/x/lume@v2.4.1/"
|
||||
|
|
195
deno.lock
generated
195
deno.lock
generated
|
@ -1,50 +1,51 @@
|
|||
{
|
||||
"version": "3",
|
||||
"packages": {
|
||||
"version": "4",
|
||||
"specifiers": {
|
||||
"jsr:@davidbonnet/astring@1.8.6": "jsr:@davidbonnet/astring@1.8.6",
|
||||
"jsr:@std/assert@1.0.7": "jsr:@std/assert@1.0.7",
|
||||
"jsr:@std/assert@^1.0.7": "jsr:@std/assert@1.0.7",
|
||||
"jsr:@std/cli@1.0.6": "jsr:@std/cli@1.0.6",
|
||||
"jsr:@std/cli@^1.0.6": "jsr:@std/cli@1.0.6",
|
||||
"jsr:@std/collections@^1.0.5": "jsr:@std/collections@1.0.9",
|
||||
"jsr:@std/crypto@1.0.3": "jsr:@std/crypto@1.0.3",
|
||||
"jsr:@std/encoding@1.0.5": "jsr:@std/encoding@1.0.5",
|
||||
"jsr:@std/encoding@^1.0.5": "jsr:@std/encoding@1.0.5",
|
||||
"jsr:@std/fmt@1.0.3": "jsr:@std/fmt@1.0.3",
|
||||
"jsr:@std/fmt@^1.0.2": "jsr:@std/fmt@1.0.3",
|
||||
"jsr:@std/fmt@^1.0.3": "jsr:@std/fmt@1.0.3",
|
||||
"jsr:@std/front-matter@1.0.5": "jsr:@std/front-matter@1.0.5",
|
||||
"jsr:@std/fs@1.0.5": "jsr:@std/fs@1.0.5",
|
||||
"jsr:@std/fs@^1.0.4": "jsr:@std/fs@1.0.5",
|
||||
"jsr:@std/fs@^1.0.5": "jsr:@std/fs@1.0.5",
|
||||
"jsr:@std/html@1.0.3": "jsr:@std/html@1.0.3",
|
||||
"jsr:@std/http@1.0.9": "jsr:@std/http@1.0.9",
|
||||
"jsr:@std/internal@^1.0.5": "jsr:@std/internal@1.0.5",
|
||||
"jsr:@std/io@^0.225.0": "jsr:@std/io@0.225.0",
|
||||
"jsr:@std/json@^1.0.0": "jsr:@std/json@1.0.1",
|
||||
"jsr:@std/jsonc@1.0.1": "jsr:@std/jsonc@1.0.1",
|
||||
"jsr:@std/log@0.224.9": "jsr:@std/log@0.224.9",
|
||||
"jsr:@std/media-types@^1.0.3": "jsr:@std/media-types@1.0.3",
|
||||
"jsr:@std/net@^1.0.4": "jsr:@std/net@1.0.4",
|
||||
"jsr:@std/path@1.0.8": "jsr:@std/path@1.0.8",
|
||||
"jsr:@std/path@^1.0.7": "jsr:@std/path@1.0.8",
|
||||
"jsr:@std/path@^1.0.8": "jsr:@std/path@1.0.8",
|
||||
"jsr:@std/streams@^1.0.7": "jsr:@std/streams@1.0.8",
|
||||
"jsr:@std/testing@1.0.4": "jsr:@std/testing@1.0.4",
|
||||
"jsr:@std/toml@1.0.1": "jsr:@std/toml@1.0.1",
|
||||
"jsr:@std/toml@^1.0.1": "jsr:@std/toml@1.0.1",
|
||||
"jsr:@std/yaml@1.0.5": "jsr:@std/yaml@1.0.5",
|
||||
"jsr:@std/yaml@^1.0.5": "jsr:@std/yaml@1.0.5",
|
||||
"jsr:@valibot/valibot@0.42.1": "jsr:@valibot/valibot@0.42.1",
|
||||
"npm:@js-temporal/polyfill@0.4.4": "npm:@js-temporal/polyfill@0.4.4",
|
||||
"npm:@types/estree@1.0.6": "npm:@types/estree@1.0.6",
|
||||
"npm:@types/node": "npm:@types/node@18.16.19",
|
||||
"npm:estree-walker@3.0.3": "npm:estree-walker@3.0.3",
|
||||
"npm:markdown-it-attrs@4.2.0": "npm:markdown-it-attrs@4.2.0_markdown-it@14.1.0",
|
||||
"npm:markdown-it-deflist@3.0.0": "npm:markdown-it-deflist@3.0.0",
|
||||
"npm:markdown-it@14.1.0": "npm:markdown-it@14.1.0",
|
||||
"npm:meriyah@6.0.3": "npm:meriyah@6.0.3"
|
||||
"jsr:@davidbonnet/astring@1.8.6": "1.8.6",
|
||||
"jsr:@std/assert@1.0.11": "1.0.11",
|
||||
"jsr:@std/assert@1.0.7": "1.0.7",
|
||||
"jsr:@std/assert@^1.0.7": "1.0.11",
|
||||
"jsr:@std/cli@1.0.6": "1.0.6",
|
||||
"jsr:@std/cli@^1.0.6": "1.0.6",
|
||||
"jsr:@std/collections@^1.0.5": "1.0.9",
|
||||
"jsr:@std/crypto@1.0.3": "1.0.3",
|
||||
"jsr:@std/data-structures@^1.0.4": "1.0.6",
|
||||
"jsr:@std/encoding@1.0.5": "1.0.5",
|
||||
"jsr:@std/encoding@^1.0.5": "1.0.5",
|
||||
"jsr:@std/fmt@1.0.3": "1.0.3",
|
||||
"jsr:@std/fmt@^1.0.2": "1.0.3",
|
||||
"jsr:@std/fmt@^1.0.3": "1.0.3",
|
||||
"jsr:@std/front-matter@1.0.5": "1.0.5",
|
||||
"jsr:@std/fs@1.0.5": "1.0.5",
|
||||
"jsr:@std/fs@^1.0.4": "1.0.5",
|
||||
"jsr:@std/fs@^1.0.5": "1.0.5",
|
||||
"jsr:@std/html@1.0.3": "1.0.3",
|
||||
"jsr:@std/http@1.0.9": "1.0.9",
|
||||
"jsr:@std/internal@^1.0.5": "1.0.5",
|
||||
"jsr:@std/io@0.225": "0.225.0",
|
||||
"jsr:@std/json@1": "1.0.1",
|
||||
"jsr:@std/jsonc@1.0.1": "1.0.1",
|
||||
"jsr:@std/log@0.224.9": "0.224.9",
|
||||
"jsr:@std/media-types@^1.0.3": "1.0.3",
|
||||
"jsr:@std/net@^1.0.4": "1.0.4",
|
||||
"jsr:@std/path@1.0.8": "1.0.8",
|
||||
"jsr:@std/path@^1.0.7": "1.0.8",
|
||||
"jsr:@std/path@^1.0.8": "1.0.8",
|
||||
"jsr:@std/streams@^1.0.7": "1.0.8",
|
||||
"jsr:@std/testing@1.0.4": "1.0.4",
|
||||
"jsr:@std/toml@1.0.1": "1.0.1",
|
||||
"jsr:@std/toml@^1.0.1": "1.0.1",
|
||||
"jsr:@std/yaml@1.0.5": "1.0.5",
|
||||
"jsr:@std/yaml@^1.0.5": "1.0.5",
|
||||
"jsr:@valibot/valibot@0.42.1": "0.42.1",
|
||||
"npm:@js-temporal/polyfill@0.4.4": "0.4.4",
|
||||
"npm:@types/estree@1.0.6": "1.0.6",
|
||||
"npm:@types/node@*": "18.16.19",
|
||||
"npm:estree-walker@3.0.3": "3.0.3",
|
||||
"npm:markdown-it-attrs@4.2.0": "4.2.0_markdown-it@14.1.0",
|
||||
"npm:markdown-it-deflist@3.0.0": "3.0.0",
|
||||
"npm:markdown-it@14.1.0": "14.1.0",
|
||||
"npm:meriyah@6.0.3": "6.0.3"
|
||||
},
|
||||
"jsr": {
|
||||
"@davidbonnet/astring@1.8.6": {
|
||||
|
@ -53,7 +54,13 @@
|
|||
"@std/assert@1.0.7": {
|
||||
"integrity": "64ce9fac879e0b9f3042a89b3c3f8ccfc9c984391af19e2087513a79d73e28c3",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal@^1.0.5"
|
||||
"jsr:@std/internal"
|
||||
]
|
||||
},
|
||||
"@std/assert@1.0.11": {
|
||||
"integrity": "2461ef3c368fe88bc60e186e7744a93112f16fd110022e113a0849e94d1c83c1",
|
||||
"dependencies": [
|
||||
"jsr:@std/internal"
|
||||
]
|
||||
},
|
||||
"@std/cli@1.0.6": {
|
||||
|
@ -65,6 +72,9 @@
|
|||
"@std/crypto@1.0.3": {
|
||||
"integrity": "a2a32f51ddef632d299e3879cd027c630dcd4d1d9a5285d6e6788072f4e51e7f"
|
||||
},
|
||||
"@std/data-structures@1.0.6": {
|
||||
"integrity": "76a7fd8080c66604c0496220a791860492ab21a04a63a969c0b9a0609bbbb760"
|
||||
},
|
||||
"@std/encoding@1.0.5": {
|
||||
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
|
||||
},
|
||||
|
@ -93,10 +103,10 @@
|
|||
"jsr:@std/cli@^1.0.6",
|
||||
"jsr:@std/encoding@^1.0.5",
|
||||
"jsr:@std/fmt@^1.0.3",
|
||||
"jsr:@std/media-types@^1.0.3",
|
||||
"jsr:@std/net@^1.0.4",
|
||||
"jsr:@std/media-types",
|
||||
"jsr:@std/net",
|
||||
"jsr:@std/path@^1.0.7",
|
||||
"jsr:@std/streams@^1.0.7"
|
||||
"jsr:@std/streams"
|
||||
]
|
||||
},
|
||||
"@std/internal@1.0.5": {
|
||||
|
@ -111,7 +121,7 @@
|
|||
"@std/jsonc@1.0.1": {
|
||||
"integrity": "6b36956e2a7cbb08ca5ad7fbec72e661e6217c202f348496ea88747636710dda",
|
||||
"dependencies": [
|
||||
"jsr:@std/json@^1.0.0"
|
||||
"jsr:@std/json"
|
||||
]
|
||||
},
|
||||
"@std/log@0.224.9": {
|
||||
|
@ -119,7 +129,7 @@
|
|||
"dependencies": [
|
||||
"jsr:@std/fmt@^1.0.2",
|
||||
"jsr:@std/fs@^1.0.4",
|
||||
"jsr:@std/io@^0.225.0"
|
||||
"jsr:@std/io"
|
||||
]
|
||||
},
|
||||
"@std/media-types@1.0.3": {
|
||||
|
@ -138,15 +148,16 @@
|
|||
"integrity": "ca1368d720b183f572d40c469bb9faf09643ddd77b54f8b44d36ae6b94940576",
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@^1.0.7",
|
||||
"jsr:@std/data-structures",
|
||||
"jsr:@std/fs@^1.0.5",
|
||||
"jsr:@std/internal@^1.0.5",
|
||||
"jsr:@std/internal",
|
||||
"jsr:@std/path@^1.0.8"
|
||||
]
|
||||
},
|
||||
"@std/toml@1.0.1": {
|
||||
"integrity": "b55b407159930f338d384b1f8fd317c8e8a35e27ebb8946155f49e3a158d16c4",
|
||||
"dependencies": [
|
||||
"jsr:@std/collections@^1.0.5"
|
||||
"jsr:@std/collections"
|
||||
]
|
||||
},
|
||||
"@std/yaml@1.0.5": {
|
||||
|
@ -159,84 +170,72 @@
|
|||
"npm": {
|
||||
"@js-temporal/polyfill@0.4.4": {
|
||||
"integrity": "sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==",
|
||||
"dependencies": {
|
||||
"jsbi": "jsbi@4.3.0",
|
||||
"tslib": "tslib@2.8.1"
|
||||
}
|
||||
"dependencies": [
|
||||
"jsbi",
|
||||
"tslib"
|
||||
]
|
||||
},
|
||||
"@types/estree@1.0.6": {
|
||||
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
|
||||
},
|
||||
"@types/node@18.16.19": {
|
||||
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA=="
|
||||
},
|
||||
"argparse@2.0.1": {
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
||||
},
|
||||
"entities@4.5.0": {
|
||||
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="
|
||||
},
|
||||
"estree-walker@3.0.3": {
|
||||
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
||||
"dependencies": {
|
||||
"@types/estree": "@types/estree@1.0.6"
|
||||
}
|
||||
"dependencies": [
|
||||
"@types/estree"
|
||||
]
|
||||
},
|
||||
"jsbi@4.3.0": {
|
||||
"integrity": "sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g=="
|
||||
},
|
||||
"linkify-it@5.0.0": {
|
||||
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
||||
"dependencies": {
|
||||
"uc.micro": "uc.micro@2.1.0"
|
||||
}
|
||||
"dependencies": [
|
||||
"uc.micro"
|
||||
]
|
||||
},
|
||||
"markdown-it-attrs@4.2.0_markdown-it@14.1.0": {
|
||||
"integrity": "sha512-m7svtUBythvcGFFZAv9VjMEvs8UbHri2sojJ3juJumoOzv8sdkx9a7W3KxiHbXxAbvL3Xauak8TMwCnvigVPKw==",
|
||||
"dependencies": {
|
||||
"markdown-it": "markdown-it@14.1.0"
|
||||
}
|
||||
"dependencies": [
|
||||
"markdown-it"
|
||||
]
|
||||
},
|
||||
"markdown-it-deflist@3.0.0": {
|
||||
"integrity": "sha512-OxPmQ/keJZwbubjiQWOvKLHwpV2wZ5I3Smc81OjhwbfJsjdRrvD5aLTQxmZzzePeO0kbGzAo3Krk4QLgA8PWLg==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-OxPmQ/keJZwbubjiQWOvKLHwpV2wZ5I3Smc81OjhwbfJsjdRrvD5aLTQxmZzzePeO0kbGzAo3Krk4QLgA8PWLg=="
|
||||
},
|
||||
"markdown-it@14.1.0": {
|
||||
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
||||
"dependencies": {
|
||||
"argparse": "argparse@2.0.1",
|
||||
"entities": "entities@4.5.0",
|
||||
"linkify-it": "linkify-it@5.0.0",
|
||||
"mdurl": "mdurl@2.0.0",
|
||||
"punycode.js": "punycode.js@2.3.1",
|
||||
"uc.micro": "uc.micro@2.1.0"
|
||||
}
|
||||
"dependencies": [
|
||||
"argparse",
|
||||
"entities",
|
||||
"linkify-it",
|
||||
"mdurl",
|
||||
"punycode.js",
|
||||
"uc.micro"
|
||||
]
|
||||
},
|
||||
"mdurl@2.0.0": {
|
||||
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
|
||||
},
|
||||
"meriyah@6.0.3": {
|
||||
"integrity": "sha512-NqUbuQIjIH8dxUBPTMHS1kwIHd6n6nF3F7oeLXGWqBkpVP2lZxVHdab5JxbFBisIB4axZ9b/lT4HLJfZxmFK7Q==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-NqUbuQIjIH8dxUBPTMHS1kwIHd6n6nF3F7oeLXGWqBkpVP2lZxVHdab5JxbFBisIB4axZ9b/lT4HLJfZxmFK7Q=="
|
||||
},
|
||||
"punycode.js@2.3.1": {
|
||||
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA=="
|
||||
},
|
||||
"tslib@2.8.1": {
|
||||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
||||
"dependencies": {}
|
||||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
||||
},
|
||||
"uc.micro@2.1.0": {
|
||||
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
|
||||
"dependencies": {}
|
||||
}
|
||||
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
|
||||
}
|
||||
},
|
||||
"remote": {
|
||||
|
@ -415,7 +414,7 @@
|
|||
},
|
||||
"workspace": {
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@1.0.7",
|
||||
"jsr:@std/assert@1.0.11",
|
||||
"jsr:@std/path@1.0.8",
|
||||
"jsr:@std/testing@1.0.4"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue