From ae9358e415bfb276f6f7c6755540cb8eb1cc058e Mon Sep 17 00:00:00 2001 From: Florian Treml Date: Thu, 9 Mar 2023 16:19:20 +0100 Subject: [PATCH] Version Bump --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index cac6bbf..f76b8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botium-bindings", - "version": "2.1.13", + "version": "2.1.14", "engines": { "node": ">=8.13.0" }, @@ -19,9 +19,9 @@ "author": "Botium GmbH", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.16.0", + "@babel/runtime": "^7.16.3", "async": "^3.2.2", - "botium-core": "1.11.15", + "botium-core": "1.13.15", "debug": "^4.3.2", "lodash": "^4.17.21", "mkdirp": "^1.0.4", @@ -32,15 +32,15 @@ "@babel/node": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", - "eslint": "^8.1.0", + "eslint": "^8.2.0", "eslint-config-standard": "^16.0.3", - "eslint-plugin-import": "^2.25.2", + "eslint-plugin-import": "^2.25.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.1", - "eslint-plugin-standard": "^4.1.0", + "eslint-plugin-standard": "^5.0.0", "license-checker": "^25.0.1", - "npm-check-updates": "^12.0.0", - "rollup": "^2.59.0", + "npm-check-updates": "^12.0.2", + "rollup": "^2.60.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0",