@ -152,7 +152,7 @@
"prisma" : "6.1.0" ,
"react" : "18.2.0" ,
"react-dom" : "18.2.0" ,
"replace-in-file" : " 7.0.1 ",
"replace-in-file" : " 8.3.0 ",
"shx" : "0.3.4" ,
"storybook" : "8.4.7" ,
"ts-jest" : "29.1.0" ,
@ -28991,54 +28991,71 @@
}
} ,
"node_modules/replace-in-file" : {
"version" : " 7.0.1 ",
"resolved" : "https://registry.npmjs.org/replace-in-file/-/replace-in-file- 7.0.1 .tgz",
"integrity" : "sha512- KbhgPq04eA+TxXuUxpgWIH9k/TjF+28ofon2PXP7vq6izAILhxOtksCVcLuuQLtyjouBaPdlH6RJYYcSPVxCOA ==",
"version" : " 8.3.0 ",
"resolved" : "https://registry.npmjs.org/replace-in-file/-/replace-in-file- 8.3.0 .tgz",
"integrity" : "sha512- 4VhddQiMCPIuypiwHDTM+XHjZoVu9h7ngBbSCnwGRcwdHwxltjt/m//Ep3GDwqaOx1fDSrKFQ+n7uo4uVcEz9Q ==",
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^ 4.1.2 ",
"glob" : "^ 8.1.0 ",
"chalk" : "^ 5.3.0 ",
"glob" : "^ 10.4.2 ",
"yargs" : "^17.7.2"
} ,
"bin" : {
"replace-in-file" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10"
"node" : ">=18"
}
} ,
"node_modules/replace-in-file/node_modules/chalk" : {
"version" : "5.4.1" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz" ,
"integrity" : "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/replace-in-file/node_modules/glob" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz" ,
"integrity" : "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" ,
"version" : " 10.4.5 ",
"resolved" : "https://registry.npmjs.org/glob/-/glob- 10.4.5 .tgz",
"integrity" : "sha512- 7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg ==",
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^5.0.1" ,
"once" : "^1.3.0"
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
" engines ": {
" node": ">=12 "
" bin ": {
" glob": "dist/esm/bin.mjs "
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/replace-in-file/node_modules/minimatch" : {
"version" : " 5.1.6 ",
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch- 5.1.6 .tgz",
"integrity" : "sha512- lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g ==",
"version" : " 9.0.5 ",
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch- 9.0.5 .tgz",
"integrity" : "sha512- G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow ==",
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/request-progress" : {