11{
22 "name" : " cipp" ,
3- "version" : " 10.5.2 " ,
3+ "version" : " 10.5.3 " ,
44 "author" : " CIPP Contributors" ,
55 "homepage" : " https://cipp.app/" ,
66 "bugs" : {
1616 },
1717 "scripts" : {
1818 "dev" : " next -H 127.0.0.1" ,
19- "build" : " next build --webpack && rm -rf package.json yarn.lock" ,
19+ "build" : " node scripts/skip-export-build-traces.mjs && next build --webpack && rm -rf package.json yarn.lock" ,
2020 "start" : " next start" ,
2121 "export" : " next export" ,
2222 "lint" : " npx eslint ." ,
4040 "@nivo/core" : " ^0.99.0" ,
4141 "@nivo/sankey" : " ^0.99.0" ,
4242 "@react-pdf/renderer" : " ^4.5.1" ,
43- "@reduxjs/toolkit" : " ^2.11.2 " ,
43+ "@reduxjs/toolkit" : " ^2.12.0 " ,
4444 "@tanstack/query-sync-storage-persister" : " ^5.90.25" ,
4545 "@tanstack/react-query" : " ^5.100.10" ,
46- "@tanstack/react-query-devtools" : " ^5.96.2 " ,
46+ "@tanstack/react-query-devtools" : " ^5.100.10 " ,
4747 "@tanstack/react-query-persist-client" : " ^5.96.2" ,
4848 "@tanstack/react-table" : " ^8.19.2" ,
4949 "@tiptap/core" : " ^3.22.3" ,
5353 "@tiptap/react" : " ^3.20.5" ,
5454 "@tiptap/starter-kit" : " ^3.20.5" ,
5555 "@vvo/tzdb" : " ^6.198.0" ,
56- "apexcharts" : " 5.10.4 " ,
56+ "apexcharts" : " 5.14.0 " ,
5757 "axios" : " 1.16.1" ,
5858 "date-fns" : " 4.1.0" ,
5959 "diff" : " ^8.0.3" ,
60- "dompurify" : " ^3.4.3 " ,
60+ "dompurify" : " ^3.4.9 " ,
6161 "driver.js" : " ^1.4.0" ,
6262 "eml-parse-js" : " ^1.2.0-beta.0" ,
6363 "export-to-csv" : " ^1.3.0" ,
7272 "lodash.isequal" : " 4.5.0" ,
7373 "material-react-table" : " ^3.0.1" ,
7474 "monaco-editor" : " ^0.55.1" ,
75- "mui-tiptap" : " ^1.30 .0" ,
75+ "mui-tiptap" : " ^1.31 .0" ,
7676 "next" : " ^16.2.2" ,
7777 "nprogress" : " 0.2.0" ,
7878 "numeral" : " 2.0.6" ,
116116 "eslint-config-prettier" : " ^10.1.8" ,
117117 "prettier" : " ^3.8.1"
118118 }
119- }
119+ }
0 commit comments