chore: debug
This commit is contained in:
parent
efd6f7445f
commit
86ab1d894d
5 changed files with 61 additions and 3 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "8.4.4",
|
||||
"version": "8.6.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "8.4.4",
|
||||
"version": "8.6.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.2.2",
|
||||
|
@ -27,6 +27,7 @@
|
|||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@aws-sdk/client-s3": "^3.537.0",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^1.1.0",
|
||||
"@netlify/blobs": "^7.0.1",
|
||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
||||
"child_process": "^1.0.2",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
|
@ -1746,6 +1747,15 @@
|
|||
"@jridgewell/sourcemap-codec": "^1.4.14"
|
||||
}
|
||||
},
|
||||
"node_modules/@netlify/blobs": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.0.1.tgz",
|
||||
"integrity": "sha512-TPx1QzdPcrtBLFXDsv+BOJg5ip/g4trKaot1MZIUV/uI6H0Islg3gU4AGuH5hAMZOr6VlRLWicFhGX7ihLz4eg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": "^14.16.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
||||
|
|
Reference in a new issue