mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Add undeclared dependency md5
This is used directly in webpack/helpers.ts. It is a transitive de-
pendency of orejime but we are using it directly in our code so we
should declare it.
(cherry picked from commit 54d44e62c1
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
e0bb01dc1f
commit
c7e6aaeb16
1
package-lock.json
generated
1
package-lock.json
generated
@@ -142,6 +142,7 @@
|
||||
"karma-jasmine": "~4.0.0",
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
"karma-mocha-reporter": "2.2.5",
|
||||
"md5": "^2.3.0",
|
||||
"ng-mocks": "^14.13.5",
|
||||
"ngx-mask": "14.2.4",
|
||||
"postcss": "^8.5",
|
||||
|
@@ -223,6 +223,7 @@
|
||||
"karma-jasmine": "~4.0.0",
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
"karma-mocha-reporter": "2.2.5",
|
||||
"md5": "^2.3.0",
|
||||
"ng-mocks": "^14.13.5",
|
||||
"ngx-mask": "14.2.4",
|
||||
"postcss": "^8.5",
|
||||
|
Reference in New Issue
Block a user