File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ EXPOSE 80
4545CMD ["npm" , "start" ]
4646
4747FROM node:20-slim AS downloader
48- RUN npx -y playwright@1.45 .1 install --with-deps
48+ RUN npx -y playwright@1.46 .1 install --with-deps
4949LABEL "io.slimfact.vendor" ="simsustech"
5050WORKDIR /app
5151COPY --from=api-deploy /build/downloader /app
Original file line number Diff line number Diff line change 7575 },
7676 "devDependencies" : {
7777 "@faker-js/faker" : " ^8.4.1" ,
78- "@playwright/test" : " 1.44 .1" ,
78+ "@playwright/test" : " 1.46 .1" ,
7979 "@types/bcrypt" : " ^5.0.2" ,
8080 "@types/pg" : " ^8.11.6" ,
8181 "@vitejs/plugin-vue" : " 5.0.5" ,
Original file line number Diff line number Diff line change 2424 },
2525 "dependencies" : {
2626 "@fastify/rate-limit" : " ^9.1.0" ,
27- "@playwright/browser-chromium" : " 1.44 .1" ,
28- "fastify" : " ^4.27.0 " ,
27+ "@playwright/browser-chromium" : " 1.46 .1" ,
28+ "fastify" : " ^4.28.1 " ,
2929 "npm-run-all" : " ^4.1.5" ,
30- "playwright" : " ^1.44 .1"
30+ "playwright" : " 1.46 .1"
3131 },
3232 "devDependencies" : {
33- "@types/node" : " ^20.14.2 " ,
34- "eslint" : " 9.4.0 " ,
33+ "@types/node" : " ^22.5.0 " ,
34+ "eslint" : " 9.9.1 " ,
3535 "eslint-config-prettier" : " 9.1.0" ,
36- "eslint-plugin-prettier" : " ^5.1.3 " ,
37- "eslint-plugin-vue" : " 9.26 .0" ,
38- "prettier" : " ^3.3.2 " ,
39- "typescript" : " 5.4.5 " ,
40- "typescript-eslint" : " ^7.15 .0" ,
36+ "eslint-plugin-prettier" : " ^5.2.1 " ,
37+ "eslint-plugin-vue" : " 9.27 .0" ,
38+ "prettier" : " ^3.3.3 " ,
39+ "typescript" : " 5.5.4 " ,
40+ "typescript-eslint" : " ^8.3 .0" ,
4141 "vue-eslint-parser" : " ^9.4.3"
4242 }
4343}
You can’t perform that action at this time.
0 commit comments