build: update configuration dependency

This commit is contained in:
Michel Jonathan Schmitz
2019-07-16 13:36:10 +02:00
parent 32190cb8d5
commit 73e797e28a
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -89,9 +89,9 @@
"dev": true
},
"@babel/runtime": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.0.tgz",
"integrity": "sha512-2xsuyZ0R0RBFwjgae5NpXk8FcfH4qovj5cEM5VEeB7KXnKqzaisIu2HSV/mCEISolJJuR4wkViUGYujA8MH9tw==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.4.tgz",
"integrity": "sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
@@ -174,9 +174,9 @@
}
},
"@openstapps/configuration": {
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.21.0.tgz",
"integrity": "sha512-0PR8es12HJqNOoTHc4XwfNgS3WDpsrhXvkyty8sid6mcyeaOMmhoj680LwJlqcNsRP9DqqPc+s0JB8zKd0NOig==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/@openstapps/configuration/-/configuration-0.21.1.tgz",
"integrity": "sha512-U/p0x86xUTbzWTKlPi+EAZ8oXoT7QokE6fGp9Hsz7ejBCC+5OI44+X5Tex1wWLty6dbjpZgj8HVFcNQ3q2OHSQ==",
"dev": true,
"requires": {
"@types/node": "10.14.7",
@@ -2407,9 +2407,9 @@
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
"version": "4.17.14",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz",
"integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==",
"dev": true
},
"lodash._reinterpolate": {

View File

@@ -36,7 +36,7 @@
"commander": "2.20.0"
},
"devDependencies": {
"@openstapps/configuration": "0.21.0",
"@openstapps/configuration": "0.21.1",
"@openstapps/core-tools": "0.7.0",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",