Browse Source

fix package-lock.json

pull/4270/head
HarukaKishida 3 months ago
parent
commit
6e4cd88459
  1. 17
      package-lock.json

17
package-lock.json

@ -64,7 +64,6 @@
"countup.js": "2.8.0",
"date-fns": "4.1.0",
"envalid": "8.0.0",
"ghostfolio": "file:",
"google-spreadsheet": "3.2.0",
"helmet": "7.0.0",
"http-status-codes": "2.3.0",
@ -9266,24 +9265,20 @@
"license": "MIT"
},
"node_modules/@prisma/client": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.3.0.tgz",
"integrity": "sha512-BY3Fi28PUSk447Bpv22LhZp4HgNPo7NsEN+EteM1CLDnLjig5863jpW+3c3HHLFmml+nB/eJv1CjSriFZ8z7Cg==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.2.1.tgz",
"integrity": "sha512-msKY2iRLISN8t5X0Tj7hU0UWet1u0KuxSPHWuf3IRkB4J95mCvGpyQBfQ6ufcmvKNOMQSq90O2iUmJEN2e5fiA==",
"hasInstallScript": true,
"license": "Apache-2.0",
"engines": {
"node": ">=18.18"
},
"peerDependencies": {
"prisma": "*",
"typescript": ">=5.1.0"
"prisma": "*"
},
"peerDependenciesMeta": {
"prisma": {
"optional": true
},
"typescript": {
"optional": true
}
}
},
@ -19293,10 +19288,6 @@
"assert-plus": "^1.0.0"
}
},
"node_modules/ghostfolio": {
"resolved": "",
"link": true
},
"node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",

Loading…
Cancel
Save