build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2018-12-18 13:16:34 +01:00
parent 5f6be5fce1
commit d5e4259e58
2 changed files with 14 additions and 14 deletions

20
package-lock.json generated
View File

@@ -61,9 +61,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "10.12.12", "version": "10.12.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.12.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.15.tgz",
"integrity": "sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A==" "integrity": "sha512-9kROxduaN98QghwwHmxXO2Xz3MaWf+I1sLVAA6KJDF5xix+IyXVhds0MAfdNwtcpSrzhaTsNB0/jnL86fgUhqA=="
}, },
"@types/shelljs": { "@types/shelljs": {
"version": "0.8.0", "version": "0.8.0",
@@ -1522,7 +1522,7 @@
}, },
"sprintf-js": { "sprintf-js": {
"version": "1.0.3", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "resolved": "http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
}, },
"string_decoder": { "string_decoder": {
@@ -1642,9 +1642,9 @@
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==" "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ=="
}, },
"tslint": { "tslint": {
"version": "5.11.0", "version": "5.12.0",
"resolved": "https://registry.npmjs.org/tslint/-/tslint-5.11.0.tgz", "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.12.0.tgz",
"integrity": "sha1-mPMMAurjzecAYgHkwzywi0hYHu0=", "integrity": "sha512-CKEcH1MHUBhoV43SA/Jmy1l24HJJgI0eyLbBNSRyFlsQvb9v6Zdq+Nz2vEOH00nC5SUx4SneJ59PZUS/ARcokQ==",
"requires": { "requires": {
"babel-code-frame": "^6.22.0", "babel-code-frame": "^6.22.0",
"builtin-modules": "^1.1.1", "builtin-modules": "^1.1.1",
@@ -1733,9 +1733,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "3.2.1", "version": "3.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.1.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz",
"integrity": "sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg==", "integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

View File

@@ -23,13 +23,13 @@
], ],
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@types/node": "10.12.12", "@types/node": "10.12.15",
"commander": "2.19.0", "commander": "2.19.0",
"tslint": "5.11.0", "tslint": "5.12.0",
"tslint-eslint-rules": "5.4.0" "tslint-eslint-rules": "5.4.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "3.1.6" "typescript": "^3.2.2"
}, },
"devDependencies": { "devDependencies": {
"conventional-changelog-cli": "2.0.11", "conventional-changelog-cli": "2.0.11",
@@ -37,7 +37,7 @@
"rimraf": "2.6.2", "rimraf": "2.6.2",
"ts-node": "7.0.1", "ts-node": "7.0.1",
"typedoc": "0.13.0", "typedoc": "0.13.0",
"typescript": "3.2.1" "typescript": "3.2.2"
}, },
"bin": { "bin": {
"openstapps-configuration": "lib/cli.js" "openstapps-configuration": "lib/cli.js"