Skip to content

Commit

Permalink
Merge pull request #637 from codeforequity-at/develop
Browse files Browse the repository at this point in the history
Botium Core 1.11.7
  • Loading branch information
Botium authored Jul 5, 2021
2 parents 590656e + 6333ff7 commit 500a120
Show file tree
Hide file tree
Showing 9 changed files with 252 additions and 7,386 deletions.
370 changes: 221 additions & 149 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botium-core",
"version": "1.11.6",
"version": "1.11.7",
"description": "The Selenium for Chatbots",
"main": "index.js",
"module": "dist/botium-es.js",
Expand Down Expand Up @@ -32,22 +32,22 @@
},
"homepage": "https://www.botium.ai",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"async": "^3.2.0",
"body-parser": "^1.19.0",
"boolean": "^3.1.2",
"bottleneck": "^2.19.5",
"csv-parse": "^4.16.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"esprima": "^4.0.1",
"express": "^4.17.1",
"globby": "^11.0.3",
"ioredis": "^4.27.5",
"globby": "^11.0.4",
"ioredis": "^4.27.6",
"is-class": "^0.0.9",
"is-json": "^2.0.1",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"markdown-it": "^12.0.6",
"markdown-it": "^12.1.0",
"mime-types": "^2.1.31",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
Expand All @@ -72,25 +72,25 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"license-checker": "^25.0.1",
"mocha": "^9.0.0",
"nock": "^13.1.0",
"npm-check-updates": "^11.6.0",
"mocha": "^9.0.2",
"nock": "^13.1.1",
"npm-check-updates": "^11.8.1",
"nyc": "^15.1.0",
"rollup": "^2.51.2",
"rollup": "^2.52.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
Expand Down
Loading

0 comments on commit 500a120

Please sign in to comment.