Skip to content

Commit

Permalink
chore: regenerate prisma (#20)
Browse files Browse the repository at this point in the history
* chore: regenerate prisma

* fix test and audit

* log test

* log test

* test
  • Loading branch information
kleyow authored Aug 28, 2024
1 parent affb703 commit 2d5a52b
Show file tree
Hide file tree
Showing 9 changed files with 1,766 additions and 364 deletions.
15 changes: 15 additions & 0 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,20 @@
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
"GHSA-67hx-6x53-jw92",
"GHSA-wf5p-g6vw-rhxx",
"GHSA-grv7-fg5c-xmjg",
"GHSA-rv95-896h-c2vc",
"GHSA-jchw-25xp-jwwc",
"GHSA-cxjh-pqwp-8mfp",
"GHSA-pfrx-2q88-qq97",
"GHSA-9pv7-vfvm-6vr7",
"GHSA-2p57-rm9w-gvfp",
"GHSA-952p-6rrq-rcjv",
"GHSA-vxvm-qww3-2fh7",
"GHSA-c2qf-rxjj-qqgw",
"GHSA-72xf-g2v4-qvf3",
"GHSA-j8xg-fqg3-53r7",
"GHSA-3h5v-q93c-6h6q"
]
}
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ module.exports = {
moduleNameMapper: {
'^@app/(.*)$': '<rootDir>/src/$1',
},
modulePathIgnorePatterns: ['<rootDir>/src/generated']
};
Loading

0 comments on commit 2d5a52b

Please sign in to comment.