mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
build: update openstapps packages
This commit is contained in:
89
package-lock.json
generated
89
package-lock.json
generated
@@ -2383,14 +2383,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"@openstapps/api": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/api/-/api-0.1.0.tgz",
|
||||
"integrity": "sha512-HurKFCcjVEyJUVOK1p/c5pCtncmujcILHeAXHI6AGUM1gbR0hCwTgD5YfseIJ9/WsmBhqh9hCcif3eLF2e1a7g==",
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/api/-/api-0.3.0.tgz",
|
||||
"integrity": "sha512-5Irnxjyzo2keOEFXq0H3NQi71S51VsANu0ms/bXeAI0DlxOFirq5anBBnRT1gOJl349/4TTHYdQGNyW9HthBlA==",
|
||||
"requires": {
|
||||
"@openstapps/core": "0.3.0",
|
||||
"@openstapps/core": "0.11.0",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"@types/cli-progress": "1.8.0",
|
||||
"@types/node": "10.12.18",
|
||||
"@types/node": "11.9.4",
|
||||
"@types/request": "2.48.1",
|
||||
"@types/uuid": "3.4.4",
|
||||
"async-pool-native": "0.1.0",
|
||||
@@ -2402,9 +2402,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@openstapps/core": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.3.0.tgz",
|
||||
"integrity": "sha512-ljGYPWXiG4JMV2ZaJQmYK6hQbiXlRPAZwYzcMBTI5m/9Y6tXudawiCDP8EFcZj6OXCQ2tnkEP7Bhwic7flu2Eg==",
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.11.0.tgz",
|
||||
"integrity": "sha512-vCT09LVDRcSELK/F5RBe6IqXWow7kolkWMADXRIW5YqvAy/BpfUhta/v+YxFk/dp+umzMmCv9tRgZRxrznStGw==",
|
||||
"requires": {
|
||||
"@types/geojson": "1.0.6",
|
||||
"@types/json-patch": "0.0.30",
|
||||
@@ -2413,23 +2413,20 @@
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "10.12.18",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.18.tgz",
|
||||
"integrity": "sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ=="
|
||||
},
|
||||
"nodemailer": {
|
||||
"version": "4.7.0",
|
||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.7.0.tgz",
|
||||
"integrity": "sha512-IludxDypFpYw4xpzKdMAozBSkzKHmNBvGanUREjJItgJ2NYcK/s8+PggVhj7c2yGFQykKsnnmv1+Aqo0ZfjHmw=="
|
||||
"version": "11.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.4.tgz",
|
||||
"integrity": "sha512-Zl8dGvAcEmadgs1tmSPcvwzO1YRsz38bVJQvH1RvRqSR9/5n61Q1ktcDL0ht3FXWR+ZpVmXVwN1LuH4Ax23NsA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@openstapps/configuration": {
|
||||
"version": "0.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.5.1.tgz",
|
||||
"integrity": "sha512-jTKOdHTCRnFQ+XfRJot0zSkX0ZcZGN2CNHRdZ0VMqHLu4wpVOG9wdznDtRsM50JRxv3CWjSTuFYZjspVIWWa4g==",
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.7.0.tgz",
|
||||
"integrity": "sha512-oQjT4AE3xyMvzdfrpQ18P95i8bp5Bvwlc8SiBOwid0sjGC8ATdLsveZrwF9NHsIxGh8STodfOi/COvae5DnNWA==",
|
||||
"requires": {
|
||||
"@types/chalk": "2.2.0",
|
||||
"@types/node": "10.12.15",
|
||||
"chalk": "2.4.2",
|
||||
"commander": "2.19.0",
|
||||
"tslint": "5.12.0",
|
||||
"tslint-eslint-rules": "5.4.0"
|
||||
@@ -2440,6 +2437,32 @@
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.15.tgz",
|
||||
"integrity": "sha512-9kROxduaN98QghwwHmxXO2Xz3MaWf+I1sLVAA6KJDF5xix+IyXVhds0MAfdNwtcpSrzhaTsNB0/jnL86fgUhqA=="
|
||||
},
|
||||
"ansi-styles": {
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
||||
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
||||
"requires": {
|
||||
"color-convert": "^1.9.0"
|
||||
}
|
||||
},
|
||||
"chalk": {
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
||||
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
||||
"requires": {
|
||||
"ansi-styles": "^3.2.1",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"supports-color": "^5.3.0"
|
||||
}
|
||||
},
|
||||
"supports-color": {
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
||||
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
||||
"requires": {
|
||||
"has-flag": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"tslint": {
|
||||
"version": "5.12.0",
|
||||
"resolved": "https://registry.npmjs.org/tslint/-/tslint-5.12.0.tgz",
|
||||
@@ -2462,14 +2485,15 @@
|
||||
}
|
||||
},
|
||||
"@openstapps/core": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.4.0.tgz",
|
||||
"integrity": "sha512-9qo8fxDriXt1izF6v/JczsI4tQn5AjWQQ2UmQNocm/8H+MyWL9YRED6QtaNQEHDZA2YtyRziEOGU9kxmvsK3Xw==",
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.12.0.tgz",
|
||||
"integrity": "sha512-msSsSQmZOzvcUbJZDZDefFuT2MOpnHo/1Q7f1kMtjsyJaLo0oZHxQq98RUjpecXy+fW+0Vjonkrpg33hr5Xgaw==",
|
||||
"requires": {
|
||||
"@types/geojson": "1.0.6",
|
||||
"@types/json-patch": "0.0.30",
|
||||
"json-patch": "0.7.0",
|
||||
"jsonschema": "1.2.4"
|
||||
"jsonschema": "1.2.4",
|
||||
"ts-optchain": "0.1.2"
|
||||
}
|
||||
},
|
||||
"@openstapps/logger": {
|
||||
@@ -2534,6 +2558,14 @@
|
||||
"resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.2.tgz",
|
||||
"integrity": "sha512-6ckxMjBBD8URvjB6J3NcnuAn5Pkl7t3TizAg+xdlzzQGSPSmBcXf8KoIH0ua/i+tio+ZRUHEXp0HEmvaR4kt0w=="
|
||||
},
|
||||
"@types/chalk": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/chalk/-/chalk-2.2.0.tgz",
|
||||
"integrity": "sha512-1zzPV9FDe1I/WHhRkf9SNgqtRJWZqrBWgu7JGveuHmmyR9CnAPCie2N/x+iHrgnpYBIcCJWHBoMRv2TRWktsvw==",
|
||||
"requires": {
|
||||
"chalk": "*"
|
||||
}
|
||||
},
|
||||
"@types/circular-json": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/circular-json/-/circular-json-0.4.0.tgz",
|
||||
@@ -13373,6 +13405,11 @@
|
||||
"yn": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"ts-optchain": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-optchain/-/ts-optchain-0.1.2.tgz",
|
||||
"integrity": "sha512-Xs1/xpXgTQhvgjP1qLIm5LWsgwAdpRnlfrHvMTyMPCNb4MP0WgYGCnK4xJBx0l4ZM+//IDubrmHkvp6BWfZfCg=="
|
||||
},
|
||||
"ts-simple-ast": {
|
||||
"version": "12.4.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-simple-ast/-/ts-simple-ast-12.4.0.tgz",
|
||||
@@ -13477,9 +13514,9 @@
|
||||
"integrity": "sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ=="
|
||||
},
|
||||
"tsutils": {
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.7.0.tgz",
|
||||
"integrity": "sha512-n+e+3q7Jx2kfZw7tjfI9axEIWBY0sFMOlC+1K70X0SeXpO/UYSB+PN+E9tIJNqViB7oiXQdqD7dNchnvoneZew==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.8.0.tgz",
|
||||
"integrity": "sha512-XQdPhgcoTbCD8baXC38PQ0vpTZ8T3YrE+vR66YIj/xvDt1//8iAhafpIT/4DmvzzC1QFapEImERu48Pa01dIUA==",
|
||||
"requires": {
|
||||
"tslib": "^1.8.1"
|
||||
}
|
||||
|
||||
@@ -40,9 +40,9 @@
|
||||
"@ionic/storage": "2.2.0",
|
||||
"@ngx-translate/core": "11.0.1",
|
||||
"@ngx-translate/http-loader": "4.0.0",
|
||||
"@openstapps/api": "0.1.0",
|
||||
"@openstapps/configuration": "0.5.1",
|
||||
"@openstapps/core": "0.4.0",
|
||||
"@openstapps/api": "0.3.0",
|
||||
"@openstapps/configuration": "0.7.0",
|
||||
"@openstapps/core": "0.12.0",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"cordova-android": "8.0.0",
|
||||
"cordova-browser": "6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user