Inline the iab_verifier

This commit is contained in:
Jonas Lochmann
2022-03-28 02:00:00 +02:00
parent 2ab23ea811
commit d778df9df0
4 changed files with 52 additions and 39 deletions
-31
View File
@@ -16,7 +16,6 @@
"email-addresses": "^3.1.0",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"iab_verifier": "^0.1.2",
"lodash": "^4.17.21",
"mariadb": "^2.5.2",
"nodemailer": "^6.7.2",
@@ -1217,12 +1216,6 @@
"node": ">= 8"
}
},
"node_modules/crypto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in."
},
"node_modules/cuint": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz",
@@ -2150,17 +2143,6 @@
"node": ">= 0.6"
}
},
"node_modules/iab_verifier": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/iab_verifier/-/iab_verifier-0.1.2.tgz",
"integrity": "sha1-2t5VDuOJu96FaLL0ynHV0RFQCV4=",
"dependencies": {
"crypto": "*"
},
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -6344,11 +6326,6 @@
"which": "^2.0.1"
}
},
"crypto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig=="
},
"cuint": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz",
@@ -7079,14 +7056,6 @@
"toidentifier": "1.0.1"
}
},
"iab_verifier": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/iab_verifier/-/iab_verifier-0.1.2.tgz",
"integrity": "sha1-2t5VDuOJu96FaLL0ynHV0RFQCV4=",
"requires": {
"crypto": "*"
}
},
"iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",