feat: 404 tracking

This commit is contained in:
Cory Dransfeldt 2024-11-26 15:37:43 -08:00
parent 9e72e0436f
commit f3aef3df2c
No known key found for this signature in database
8 changed files with 65 additions and 57 deletions

12
package-lock.json generated
View file

@ -6430,9 +6430,9 @@
}
},
"node_modules/regex-recursion": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-4.2.1.tgz",
"integrity": "sha512-QHNZyZAeKdndD1G3bKAbBEKOSSK4KOHQrAJ01N1LJeb0SoH4DJIeFhp0uUpETgONifS4+P3sOgoA1dhzgrQvhA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-4.3.0.tgz",
"integrity": "sha512-5LcLnizwjcQ2ALfOj95MjcatxyqF5RPySx9yT+PaXu3Gox2vyAtLDjHB8NTJLtMGkvyau6nI3CfpwFCjPUIs/A==",
"license": "MIT",
"dependencies": {
"regex-utilities": "^2.3.0"
@ -7470,9 +7470,9 @@
"license": "0BSD"
},
"node_modules/type-fest": {
"version": "4.28.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.28.1.tgz",
"integrity": "sha512-LO/+yb3mf46YqfUC7QkkoAlpa7CTYh//V1Xy9+NQ+pKqDqXIq0NTfPfQRwFfCt+if4Qkwb9gzZfsl6E5TkXZGw==",
"version": "4.29.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.0.tgz",
"integrity": "sha512-RPYt6dKyemXJe7I6oNstcH24myUGSReicxcHTvCLgzm4e0n8y05dGvcGB15/SoPRBmhlMthWQ9pvKyL81ko8nQ==",
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"