diff --git a/package.json b/package.json index c2b1ca3..a310d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botium-bindings", - "version": "2.1.5", + "version": "2.1.6", "engines": { "node": ">=8.13.0" }, @@ -19,28 +19,28 @@ "author": "Botium GmbH", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.13.10", "async": "^3.2.0", - "botium-core": "1.11.1", + "botium-core": "1.11.2", "debug": "^4.3.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mkdirp": "^1.0.4", "yargs": "^16.2.0" }, "devDependencies": { - "@babel/core": "^7.12.16", - "@babel/node": "^7.12.16", - "@babel/plugin-transform-runtime": "^7.12.15", - "@babel/preset-env": "^7.12.16", - "eslint": "^7.20.0", + "@babel/core": "^7.13.15", + "@babel/node": "^7.13.13", + "@babel/plugin-transform-runtime": "^7.13.15", + "@babel/preset-env": "^7.13.15", + "eslint": "^7.24.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.3.1", + "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^4.1.0", "license-checker": "^25.0.1", - "npm-check-updates": "^11.1.1", - "rollup": "^2.39.0", + "npm-check-updates": "^11.4.1", + "rollup": "^2.45.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0",