mirror of
https://github.com/simple-login/app.git
synced 2024-11-02 20:01:01 +01:00
6d142cc926
Snyk has created this PR to upgrade @sentry/browser from 5.19.0 to 5.19.1. See this package in npm: https://www.npmjs.com/package/@sentry/browser See this project in Snyk: https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr
29 lines
663 B
JSON
Vendored
29 lines
663 B
JSON
Vendored
{
|
|
"name": "simplelogin",
|
|
"version": "1.0.0",
|
|
"description": "Open source email alias solution",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simple-login/app.git"
|
|
},
|
|
"keywords": [
|
|
"email-alias"
|
|
],
|
|
"author": "SimpleLogin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/simple-login/app/issues"
|
|
},
|
|
"homepage": "https://github.com/simple-login/app#readme",
|
|
"dependencies": {
|
|
"@sentry/browser": "^5.19.1",
|
|
"bootbox": "^5.4.0",
|
|
"font-awesome": "^4.7.0",
|
|
"intro.js": "^2.9.3",
|
|
"multiple-select": "^1.5.2",
|
|
"qrious": "^4.0.2",
|
|
"toastr": "^2.1.4",
|
|
"vue": "^2.6.11"
|
|
}
|
|
}
|