|
17 | 17 | "build:stats": "ng build --stats-json", |
18 | 18 | "build:prod": "yarn run build:ssr", |
19 | 19 | "build:ssr": "ng build --configuration production && ng run dspace-angular:server:production", |
20 | | - "test": "ng test --sourceMap=true --watch=false --configuration test", |
21 | | - "test:watch": "nodemon --exec \"ng test --sourceMap=true --watch=true --configuration test\"", |
22 | | - "test:headless": "ng test --sourceMap=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage", |
| 20 | + "test": "ng test --source-map=true --watch=false --configuration test", |
| 21 | + "test:watch": "nodemon --exec \"ng test --source-map=true --watch=true --configuration test\"", |
| 22 | + "test:headless": "ng test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage", |
23 | 23 | "lint": "ng lint", |
24 | 24 | "lint-fix": "ng lint --fix=true", |
25 | 25 | "e2e": "ng e2e", |
|
55 | 55 | "ts-node": "10.2.1" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "@angular/animations": "~13.3.12", |
59 | | - "@angular/cdk": "^13.2.6", |
60 | | - "@angular/common": "~13.3.12", |
61 | | - "@angular/compiler": "~13.3.12", |
62 | | - "@angular/core": "~13.3.12", |
63 | | - "@angular/forms": "~13.3.12", |
64 | | - "@angular/localize": "13.3.12", |
65 | | - "@angular/platform-browser": "~13.3.12", |
66 | | - "@angular/platform-browser-dynamic": "~13.3.12", |
67 | | - "@angular/platform-server": "~13.3.12", |
68 | | - "@angular/router": "~13.3.12", |
69 | | - "@babel/runtime": "7.17.2", |
| 58 | + "@angular/animations": "^15.2.8", |
| 59 | + "@angular/cdk": "^15.2.8", |
| 60 | + "@angular/common": "^15.2.8", |
| 61 | + "@angular/compiler": "^15.2.8", |
| 62 | + "@angular/core": "^15.2.8", |
| 63 | + "@angular/forms": "^15.2.8", |
| 64 | + "@angular/localize": "15.2.8", |
| 65 | + "@angular/platform-browser": "^15.2.8", |
| 66 | + "@angular/platform-browser-dynamic": "^15.2.8", |
| 67 | + "@angular/platform-server": "^15.2.8", |
| 68 | + "@angular/router": "^15.2.8", |
| 69 | + "@babel/runtime": "7.21.0", |
70 | 70 | "@kolkov/ngx-gallery": "^2.0.1", |
71 | 71 | "@material-ui/core": "^4.11.0", |
72 | | - "@material-ui/icons": "^4.9.1", |
| 72 | + "@material-ui/icons": "^4.11.3", |
73 | 73 | "@ng-bootstrap/ng-bootstrap": "^11.0.0", |
74 | 74 | "@ng-dynamic-forms/core": "^15.0.0", |
75 | 75 | "@ng-dynamic-forms/ui-ng-bootstrap": "^15.0.0", |
76 | | - "@ngrx/effects": "^13.0.2", |
77 | | - "@ngrx/router-store": "^13.0.2", |
78 | | - "@ngrx/store": "^13.0.2", |
79 | | - "@nguniversal/express-engine": "^13.0.2", |
80 | | - "@ngx-translate/core": "^13.0.0", |
81 | | - "@nicky-lenaers/ngx-scroll-to": "^13.0.0", |
| 76 | + "@ngrx/effects": "^15.4.0", |
| 77 | + "@ngrx/router-store": "^15.4.0", |
| 78 | + "@ngrx/store": "^15.4.0", |
| 79 | + "@nguniversal/express-engine": "^15.2.1", |
| 80 | + "@ngx-translate/core": "^14.0.0", |
| 81 | + "@nicky-lenaers/ngx-scroll-to": "^14.0.0", |
82 | 82 | "@types/grecaptcha": "^3.0.4", |
83 | 83 | "angular-idle-preload": "3.0.0", |
84 | | - "angulartics2": "^12.0.0", |
| 84 | + "angulartics2": "^12.2.0", |
85 | 85 | "axios": "^0.27.2", |
86 | 86 | "bootstrap": "^4.6.1", |
87 | 87 | "cerialize": "0.1.18", |
88 | | - "cli-progress": "^3.8.0", |
| 88 | + "cli-progress": "^3.12.0", |
89 | 89 | "colors": "^1.4.0", |
90 | 90 | "compression": "^1.7.4", |
91 | | - "cookie-parser": "1.4.5", |
92 | | - "core-js": "^3.7.0", |
| 91 | + "cookie-parser": "1.4.6", |
| 92 | + "core-js": "^3.30.1", |
93 | 93 | "date-fns": "^2.29.3", |
94 | 94 | "date-fns-tz": "^1.3.7", |
95 | | - "deepmerge": "^4.2.2", |
96 | | - "ejs": "^3.1.8", |
97 | | - "express": "^4.17.1", |
| 95 | + "deepmerge": "^4.3.1", |
| 96 | + "ejs": "^3.1.9", |
| 97 | + "express": "^4.18.2", |
98 | 98 | "express-rate-limit": "^5.1.3", |
99 | | - "fast-json-patch": "^3.0.0-1", |
| 99 | + "fast-json-patch": "^3.1.1", |
100 | 100 | "filesize": "^6.1.0", |
101 | 101 | "http-proxy-middleware": "^1.0.5", |
102 | | - "isbot": "^3.6.5", |
| 102 | + "isbot": "^3.6.10", |
103 | 103 | "js-cookie": "2.2.1", |
104 | 104 | "js-yaml": "^4.1.0", |
105 | | - "json5": "^2.2.2", |
106 | | - "jsonschema": "1.4.0", |
| 105 | + "json5": "^2.2.3", |
| 106 | + "jsonschema": "1.4.1", |
107 | 107 | "jwt-decode": "^3.1.2", |
108 | 108 | "klaro": "^0.7.18", |
109 | 109 | "lodash": "^4.17.21", |
110 | 110 | "lru-cache": "^7.14.1", |
111 | 111 | "markdown-it": "^13.0.1", |
112 | | - "markdown-it-mathjax3": "^4.3.1", |
| 112 | + "markdown-it-mathjax3": "^4.3.2", |
113 | 113 | "mirador": "^3.3.0", |
114 | 114 | "mirador-dl-plugin": "^0.13.0", |
115 | 115 | "mirador-share-plugin": "^0.11.0", |
116 | 116 | "morgan": "^1.10.0", |
117 | | - "ng-mocks": "^13.1.1", |
| 117 | + "ng-mocks": "^14.10.0", |
118 | 118 | "ng2-file-upload": "1.4.0", |
119 | 119 | "ng2-nouislider": "^1.8.3", |
120 | | - "ngx-infinite-scroll": "^10.0.1", |
121 | | - "ngx-pagination": "5.0.0", |
| 120 | + "ngx-infinite-scroll": "^15.0.0", |
| 121 | + "ngx-pagination": "6.0.3", |
122 | 122 | "ngx-sortablejs": "^11.1.0", |
123 | | - "ngx-ui-switch": "^13.0.2", |
| 123 | + "ngx-ui-switch": "^14.0.3", |
124 | 124 | "nouislider": "^14.6.3", |
125 | | - "pem": "1.14.4", |
126 | | - "prop-types": "^15.7.2", |
127 | | - "react-copy-to-clipboard": "^5.0.1", |
| 125 | + "pem": "1.14.7", |
| 126 | + "prop-types": "^15.8.1", |
| 127 | + "react-copy-to-clipboard": "^5.1.0", |
128 | 128 | "reflect-metadata": "^0.1.13", |
129 | | - "rxjs": "^7.5.5", |
130 | | - "sanitize-html": "^2.7.2", |
131 | | - "sortablejs": "1.13.0", |
| 129 | + "rxjs": "^7.8.0", |
| 130 | + "sanitize-html": "^2.10.0", |
| 131 | + "sortablejs": "1.15.0", |
132 | 132 | "uuid": "^8.3.2", |
133 | 133 | "webfontloader": "1.6.28", |
134 | 134 | "zone.js": "~0.11.5" |
135 | 135 | }, |
136 | 136 | "devDependencies": { |
137 | | - "@angular-builders/custom-webpack": "~13.1.0", |
138 | | - "@angular-devkit/build-angular": "~13.3.10", |
139 | | - "@angular-eslint/builder": "13.1.0", |
140 | | - "@angular-eslint/eslint-plugin": "13.1.0", |
141 | | - "@angular-eslint/eslint-plugin-template": "13.1.0", |
142 | | - "@angular-eslint/schematics": "13.1.0", |
143 | | - "@angular-eslint/template-parser": "13.1.0", |
144 | | - "@angular/cli": "~13.3.10", |
145 | | - "@angular/compiler-cli": "~13.3.12", |
146 | | - "@angular/language-service": "~13.3.12", |
| 137 | + "@angular-builders/custom-webpack": "~15.0.0", |
| 138 | + "@angular-devkit/build-angular": "^15.2.6", |
| 139 | + "@angular-eslint/builder": "15.2.1", |
| 140 | + "@angular-eslint/eslint-plugin": "15.2.1", |
| 141 | + "@angular-eslint/eslint-plugin-template": "15.2.1", |
| 142 | + "@angular-eslint/schematics": "15.2.1", |
| 143 | + "@angular-eslint/template-parser": "15.2.1", |
| 144 | + "@angular/cli": "^15.2.6", |
| 145 | + "@angular/compiler-cli": "^15.2.8", |
| 146 | + "@angular/language-service": "^15.2.8", |
147 | 147 | "@cypress/schematic": "^1.5.0", |
148 | | - "@fortawesome/fontawesome-free": "^6.2.1", |
149 | | - "@ngrx/store-devtools": "^13.0.2", |
150 | | - "@ngtools/webpack": "^13.2.6", |
151 | | - "@nguniversal/builders": "^13.1.1", |
| 148 | + "@fortawesome/fontawesome-free": "^6.4.0", |
| 149 | + "@ngrx/store-devtools": "^15.4.0", |
| 150 | + "@ngtools/webpack": "^15.2.6", |
| 151 | + "@nguniversal/builders": "^15.2.1", |
152 | 152 | "@types/deep-freeze": "0.1.2", |
153 | | - "@types/ejs": "^3.1.1", |
154 | | - "@types/express": "^4.17.9", |
| 153 | + "@types/ejs": "^3.1.2", |
| 154 | + "@types/express": "^4.17.17", |
155 | 155 | "@types/jasmine": "~3.6.0", |
156 | 156 | "@types/js-cookie": "2.2.6", |
157 | | - "@types/lodash": "^4.14.165", |
| 157 | + "@types/lodash": "^4.14.194", |
158 | 158 | "@types/node": "^14.14.9", |
159 | | - "@types/sanitize-html": "^2.6.2", |
160 | | - "@typescript-eslint/eslint-plugin": "5.11.0", |
161 | | - "@typescript-eslint/parser": "5.11.0", |
162 | | - "axe-core": "^4.4.3", |
| 159 | + "@types/sanitize-html": "^2.9.0", |
| 160 | + "@typescript-eslint/eslint-plugin": "^5.59.1", |
| 161 | + "@typescript-eslint/parser": "^5.59.1", |
| 162 | + "axe-core": "^4.7.0", |
163 | 163 | "compression-webpack-plugin": "^9.2.0", |
164 | 164 | "copy-webpack-plugin": "^6.4.1", |
165 | 165 | "cross-env": "^7.0.3", |
166 | | - "cypress": "12.9.0", |
167 | | - "cypress-axe": "^1.1.0", |
| 166 | + "cypress": "12.10.0", |
| 167 | + "cypress-axe": "^1.4.0", |
168 | 168 | "deep-freeze": "0.0.1", |
169 | | - "eslint": "^8.2.0", |
170 | | - "eslint-plugin-deprecation": "^1.3.2", |
171 | | - "eslint-plugin-import": "^2.25.4", |
| 169 | + "eslint": "^8.39.0", |
| 170 | + "eslint-plugin-deprecation": "^1.4.1", |
| 171 | + "eslint-plugin-import": "^2.27.5", |
172 | 172 | "eslint-plugin-jsdoc": "^39.6.4", |
173 | 173 | "eslint-plugin-jsonc": "^2.6.0", |
174 | 174 | "eslint-plugin-lodash": "^7.4.0", |
175 | 175 | "eslint-plugin-unused-imports": "^2.0.0", |
176 | | - "express-static-gzip": "^2.1.5", |
| 176 | + "express-static-gzip": "^2.1.7", |
177 | 177 | "jasmine-core": "^3.8.0", |
178 | 178 | "jasmine-marbles": "0.9.2", |
179 | | - "karma": "^6.3.14", |
180 | | - "karma-chrome-launcher": "~3.1.0", |
181 | | - "karma-coverage-istanbul-reporter": "~3.0.2", |
| 179 | + "karma": "^6.4.2", |
| 180 | + "karma-chrome-launcher": "~3.2.0", |
| 181 | + "karma-coverage-istanbul-reporter": "~3.0.3", |
182 | 182 | "karma-jasmine": "~4.0.0", |
183 | 183 | "karma-jasmine-html-reporter": "^1.5.0", |
184 | 184 | "karma-mocha-reporter": "2.2.5", |
185 | 185 | "ngx-mask": "^13.1.7", |
186 | | - "nodemon": "^2.0.20", |
187 | | - "postcss": "^8.1", |
| 186 | + "nodemon": "^2.0.22", |
| 187 | + "postcss": "^8.4", |
188 | 188 | "postcss-apply": "0.12.0", |
189 | 189 | "postcss-import": "^14.0.0", |
190 | 190 | "postcss-loader": "^4.0.3", |
|
194 | 194 | "react-dom": "^16.14.0", |
195 | 195 | "rimraf": "^3.0.2", |
196 | 196 | "rxjs-spy": "^8.0.2", |
197 | | - "sass": "~1.33.0", |
| 197 | + "sass": "~1.62.0", |
198 | 198 | "sass-loader": "^12.6.0", |
199 | | - "sass-resources-loader": "^2.1.1", |
| 199 | + "sass-resources-loader": "^2.2.5", |
200 | 200 | "ts-node": "^8.10.2", |
201 | | - "typescript": "~4.5.5", |
202 | | - "webpack": "^5.76.0", |
203 | | - "webpack-bundle-analyzer": "^4.4.0", |
| 201 | + "typescript": "~4.8.4", |
| 202 | + "webpack": "5.76.1", |
| 203 | + "webpack-bundle-analyzer": "^4.8.0", |
204 | 204 | "webpack-cli": "^4.2.0", |
205 | | - "webpack-dev-server": "^4.5.0" |
| 205 | + "webpack-dev-server": "^4.13.3" |
206 | 206 | } |
207 | 207 | } |
0 commit comments