fixed package lock for realsies

This commit is contained in:
Hunter W.
2026-03-27 13:51:31 -04:00
parent ce044e48de
commit a76c3c51f7
3 changed files with 16 additions and 11 deletions

15
package-lock.json generated
View File

@@ -6610,6 +6610,21 @@
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
}
},
"node_modules/@next/swc-win32-x64-msvc": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.1.tgz",
"integrity": "sha512-qvU+3a39Hay+ieIztkGSbF7+mccbbg1Tk25hc4JDylf8IHjYmY/Zm64Qq1602yPyQqvie+vf5T/uPwNxDNIoeg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
}
}
}