Files
sogo/UI/WebServerResources/package.json
T
snyk-bot d3d8660f40 fix: upgrade ng-sortable from 1.3.7 to 1.3.8
Snyk has created this PR to upgrade ng-sortable from 1.3.7 to 1.3.8.

See this package in npm:
https://www.npmjs.com/package/ng-sortable

See this project in Snyk:
https://app.snyk.io/org/cgx/project/eadf6b62-aeba-42c4-ad77-707f5a77c92d?utm_source=github&utm_medium=upgrade-pr
2021-05-12 06:57:25 +00:00

42 lines
1.0 KiB
JSON

{
"name": "sogo-web",
"homepage": "https://sogo.nu",
"bugs": "https://sogo.nu/bugs",
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.8.0",
"angular-aria": "^1.8.0",
"angular-cookies": "^1.8.0",
"angular-file-upload": "^2.6.1",
"angular-material": "1.2.2",
"angular-messages": "^1.8.0",
"angular-sanitize": "^1.8.0",
"angular-ui-router": "^1.0.29",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"ng-sortable": "1.3.8",
"qrcodejs": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^9.8.5",
"breakpoint-sass": ">=2.4.2",
"grunt": "^1.3.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": ">=0.5.3",
"grunt-ng-annotate": "^4.0.0",
"grunt-postcss": ">=0.6.0",
"grunt-sass": "^3.1.0",
"sass": "^1.32.8",
"time-grunt": "latest"
},
"browserslist": [
"last 2 versions",
"not ie <= 10",
"not ie_mob <= 10",
"last 4 Android versions",
"Safari >= 8"
]
}