build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-05-14 16:25:20 +02:00
parent 6822e92749
commit d8cdce680d
2 changed files with 28 additions and 14 deletions

30
package-lock.json generated
View File

@@ -148,9 +148,9 @@
} }
}, },
"@krlwlfrt/async-pool": { "@krlwlfrt/async-pool": {
"version": "0.0.3", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/@krlwlfrt/async-pool/-/async-pool-0.0.3.tgz", "resolved": "https://registry.npmjs.org/@krlwlfrt/async-pool/-/async-pool-0.1.0.tgz",
"integrity": "sha512-/1kQ293t30sgnFRo/8cuMH2kE/kpf8K98yFLgJWYLnWy3SddbzDKK0J8JKy8LIf1wW+Tc833NazDluRxnVSA/g==" "integrity": "sha512-PbDyjVme3HR8CrMI04SokU97Enq/+txP5fS2O0XYVSmMYteJ7Q9CLO2y0t8PmNZkt4YCxmHgaNEdMs+/Ki+PAA=="
}, },
"@openstapps/configuration": { "@openstapps/configuration": {
"version": "0.12.0", "version": "0.12.0",
@@ -167,6 +167,12 @@
"yaml": "1.5.0" "yaml": "1.5.0"
}, },
"dependencies": { "dependencies": {
"@types/node": {
"version": "10.14.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.4.tgz",
"integrity": "sha512-DT25xX/YgyPKiHFOpNuANIQIVvYEwCWXgK2jYYwqgaMrYE6+tq+DtmMwlD3drl6DJbUwtlIDnn0d7tIn/EbXBg==",
"dev": true
},
"chalk": { "chalk": {
"version": "2.4.2", "version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
@@ -181,12 +187,13 @@
} }
}, },
"@openstapps/core": { "@openstapps/core": {
"version": "0.17.0", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.17.0.tgz", "resolved": "https://registry.npmjs.org/@openstapps/core/-/core-0.18.0.tgz",
"integrity": "sha512-EWJHWyYrdDmKHt3JcZRDK5J9LkDkwfH64Uz4CNuCiGXDMHZAWc3YHTOX+shAqE+JmORGmvkwJ4t4vFrqhwHWJw==", "integrity": "sha512-qj8QaXl2AVDJoqtHc7DKbShHIMIOyZt+pvLqYfovezHWNGrS4vWhvLWQGkABDnDq6G0IL3TayszJdR7vaeV4tg==",
"requires": { "requires": {
"@types/geojson": "1.0.6", "@types/geojson": "1.0.6",
"@types/json-patch": "0.0.30", "@types/json-patch": "0.0.30",
"fast-clone": "1.5.13",
"json-patch": "0.7.0", "json-patch": "0.7.0",
"jsonschema": "1.2.4", "jsonschema": "1.2.4",
"ts-optchain": "0.1.3" "ts-optchain": "0.1.3"
@@ -342,9 +349,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "10.14.4", "version": "10.14.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.6.tgz",
"integrity": "sha512-DT25xX/YgyPKiHFOpNuANIQIVvYEwCWXgK2jYYwqgaMrYE6+tq+DtmMwlD3drl6DJbUwtlIDnn0d7tIn/EbXBg==" "integrity": "sha512-Fvm24+u85lGmV4hT5G++aht2C5I4Z4dYlWZIh62FAfFO/TfzXtPpoLI6I7AuBWkIFqZCnhFOoTT7RjjaIL5Fjg=="
}, },
"@types/nodemailer": { "@types/nodemailer": {
"version": "4.6.5", "version": "4.6.5",
@@ -1312,6 +1319,11 @@
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
}, },
"fast-clone": {
"version": "1.5.13",
"resolved": "https://registry.npmjs.org/fast-clone/-/fast-clone-1.5.13.tgz",
"integrity": "sha512-0ez7coyFBQFjZtId+RJqJ+EQs61w9xARfqjqK0AD9vIUkSxWD4HvPt80+5evebZ1tTnv1GYKrPTipx7kOW5ipA=="
},
"fast-deep-equal": { "fast-deep-equal": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",

View File

@@ -13,11 +13,11 @@
}, },
"description": "Node.js library to interact with the StApps backend service", "description": "Node.js library to interact with the StApps backend service",
"dependencies": { "dependencies": {
"@krlwlfrt/async-pool": "0.0.3", "@krlwlfrt/async-pool": "0.1.0",
"@openstapps/core": "0.17.0", "@openstapps/core": "0.18.0",
"@openstapps/logger": "0.0.5", "@openstapps/logger": "0.0.5",
"@types/cli-progress": "1.8.1", "@types/cli-progress": "1.8.1",
"@types/node": "10.14.4", "@types/node": "10.14.6",
"@types/request": "2.48.1", "@types/request": "2.48.1",
"@types/traverse": "0.6.32", "@types/traverse": "0.6.32",
"@types/uuid": "3.4.4", "@types/uuid": "3.4.4",
@@ -56,10 +56,12 @@
"André Michael Thomas Bierlein", "André Michael Thomas Bierlein",
"Anselm Stordeur <anselmstordeur@gmail.com>", "Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunić <jovan.krunic@gmail.com>", "Jovan Krunić <jovan.krunic@gmail.com>",
"Michel Jonathan Schmitz" "Michel Jonathan Schmitz",
"Rainer Killinger",
"Roman Klopsch"
], ],
"peerDependencies": { "peerDependencies": {
"@openstapps/core": "~0.17.0" "@openstapps/core": "~0.18.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",