remove old junk
All checks were successful
/ build (push) Successful in 26s

This commit is contained in:
Ruben 2025-09-16 10:22:14 -05:00
commit a46df994d5
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
6 changed files with 3 additions and 85 deletions

25
package-lock.json generated
View file

@ -14,9 +14,7 @@
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"lightningcss": "^1.30.1",
"terser": "^5.43.1",
"zod": "^3.25.76",
"zod-validation-error": "^3.5.3"
"terser": "^5.43.1"
}
},
"node_modules/@11ty/dependency-tree": {
@ -1949,27 +1947,6 @@
"optional": true
}
}
},
"node_modules/zod": {
"version": "3.25.76",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/zod-validation-error": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.5.3.tgz",
"integrity": "sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
}
}
}
}