fix: package-lock fixes

This commit is contained in:
Nevo David 2024-09-11 17:33:28 +07:00
parent cfc1b508f8
commit 5fd54e038f
2 changed files with 14 additions and 0 deletions

5
apps/frontend/next-env.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

9
package-lock.json generated
View File

@ -33613,6 +33613,15 @@
"prisma": ">=4.9.0"
}
},
"node_modules/prismjs": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",
"integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
"extraneous": true,
"engines": {
"node": ">=6"
}
},
"node_modules/proc-log": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",