fix(*): corrects a number of html validation issues

This commit is contained in:
Cory Dransfeldt 2025-05-07 19:22:03 -07:00
parent 4cefdee788
commit a614abb09b
No known key found for this signature in database
14 changed files with 30 additions and 28 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "3.6.3",
"version": "3.6.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "3.6.3",
"version": "3.6.4",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",
@ -1943,9 +1943,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
"version": "1.5.150",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.150.tgz",
"integrity": "sha512-rOOkP2ZUMx1yL4fCxXQKDHQ8ZXwisb2OycOQVKHgvB3ZI4CvehOd4y2tfnnLDieJ3Zs1RL1Dlp3cMkyIn7nnXA==",
"version": "1.5.151",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.151.tgz",
"integrity": "sha512-Rl6uugut2l9sLojjS4H4SAr3A4IgACMLgpuEMPYCVcKydzfyPrn5absNRju38IhQOf/NwjJY8OGWjlteqYeBCA==",
"dev": true,
"license": "ISC"
},