24
1
Fork 0

Revert "Remove asmcrypto.js"

This reverts commit c619be58ae.
This commit is contained in:
timvisee 2022-09-04 12:26:03 +02:00
parent e030c46a9c
commit c624766edc
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 14 additions and 0 deletions

13
package-lock.json generated
View File

@ -36,6 +36,7 @@
"@babel/preset-env": "^7.16.11",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@sentry/browser": "^5.30.0",
"asmcrypto.js": "^0.22.0",
"babel-loader": "^8.2.4",
"babel-plugin-istanbul": "^6.1.1",
"base64-js": "^1.5.1",
@ -3178,6 +3179,12 @@
"node": ">=8"
}
},
"node_modules/asmcrypto.js": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/asmcrypto.js/-/asmcrypto.js-0.22.0.tgz",
"integrity": "sha512-usgMoyXjMbx/ZPdzTSXExhMPur2FTdz/Vo5PVx2gIaBcdAAJNOFlsdgqveM8Cff7W0v+xrf9BwjOV26JSAF9qA==",
"dev": true
},
"node_modules/asn1.js": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
@ -23466,6 +23473,12 @@
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
"integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
},
"asmcrypto.js": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/asmcrypto.js/-/asmcrypto.js-0.22.0.tgz",
"integrity": "sha512-usgMoyXjMbx/ZPdzTSXExhMPur2FTdz/Vo5PVx2gIaBcdAAJNOFlsdgqveM8Cff7W0v+xrf9BwjOV26JSAF9qA==",
"dev": true
},
"asn1.js": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",

View File

@ -68,6 +68,7 @@
"@babel/preset-env": "^7.16.11",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@sentry/browser": "^5.30.0",
"asmcrypto.js": "^0.22.0",
"babel-loader": "^8.2.4",
"babel-plugin-istanbul": "^6.1.1",
"base64-js": "^1.5.1",