| 
27 | 27 | 		"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",  | 
28 | 28 | 		"test": "NODE_ENV=test jest",  | 
29 | 29 | 		"test:cypress": "cd cypress && ./runLocal.sh run",  | 
 | 30 | +		"test:cypress:open": "cd cypress && ./runLocal.sh open",  | 
30 | 31 | 		"test:coverage": "NODE_ENV=test jest --coverage"  | 
31 | 32 | 	},  | 
32 | 33 | 	"browserslist": [  | 
 | 
77 | 78 | 		"markdown-it": "^13.0.0",  | 
78 | 79 | 		"markdown-it-container": "^3.0.0",  | 
79 | 80 | 		"markdown-it-task-lists": "^2.1.1",  | 
80 |  | -		"path-normalize": "^6.0.2",  | 
 | 81 | +		"path-normalize": "^6.0.6",  | 
81 | 82 | 		"prosemirror-collab": "^1.3.0",  | 
82 | 83 | 		"prosemirror-inputrules": "^1.2.0",  | 
83 | 84 | 		"prosemirror-markdown": "^1.9.1",  | 
 | 
87 | 88 | 		"prosemirror-tables-contently": "^1.1.2",  | 
88 | 89 | 		"prosemirror-transform": "^1.6.0",  | 
89 | 90 | 		"prosemirror-utils": "^1.0.0-0",  | 
90 |  | -		"prosemirror-view": "^1.26.1",  | 
 | 91 | +		"prosemirror-view": "^1.26.3",  | 
91 | 92 | 		"proxy-polyfill": "^0.3.2",  | 
92 | 93 | 		"tippy.js": "^6.3.7",  | 
93 | 94 | 		"vue": "^2.6.14",  | 
 | 
109 | 110 | 		"@nextcloud/webpack-vue-config": "^5.1.0",  | 
110 | 111 | 		"@vue/test-utils": "^1.3.0",  | 
111 | 112 | 		"@vue/vue2-jest": "^27.0.0",  | 
112 |  | -		"cypress": "^10.2.0",  | 
 | 113 | +		"cypress": "^10.3.0",  | 
113 | 114 | 		"cypress-file-upload": "^5.0.8",  | 
114 | 115 | 		"debounce": "^1.2.1",  | 
115 | 116 | 		"escape-html": "^1.0.3",  | 
 | 
0 commit comments