Allow crypto-js bugfix versions

This commit is contained in:
Jan Oberhauser 2021-08-13 11:58:52 +02:00
parent 98a6d784b8
commit 309324f60f

View file

@ -43,7 +43,7 @@
"dependencies": { "dependencies": {
"client-oauth2": "^4.2.5", "client-oauth2": "^4.2.5",
"cron": "^1.7.2", "cron": "^1.7.2",
"crypto-js": "4.1.1", "crypto-js": "~4.1.1",
"file-type": "^14.6.2", "file-type": "^14.6.2",
"lodash.get": "^4.4.2", "lodash.get": "^4.4.2",
"mime-types": "^2.1.27", "mime-types": "^2.1.27",