Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 3, 2021
1 parent aa6961c commit 8b13965
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 48 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
engine:
image: qlikcore/engine:12.1016.0
image: qlikcore/engine:12.1050.0
command:
-S AcceptEULA=${ACCEPT_EULA}
ports:
Expand Down
100 changes: 59 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/preset-env": "7.14.7",
"babel-plugin-istanbul": "6.0.0",
"coveralls": "3.1.0",
"coveralls": "3.1.1",
"bluebird": "3.7.2",
"browser-sync": "2.27.3",
"browser-sync": "2.27.4",
"cross-env": "7.0.3",
"dev-ip": "1.0.1",
"enigma.js": "2.7.3",
"eslint": "7.29.0",
"eslint": "7.30.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.23.4",
"jsdoc": "3.6.7",
"rimraf": "3.0.2",
"rollup": "2.52.3",
"rollup": "2.52.7",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "9.1.1",
Expand All @@ -51,8 +51,8 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "6.0.4",
"scriptappy-from-jsdoc": "0.7.0",
"webpack": "5.40.0",
"ws": "7.5.0"
"webpack": "5.42.0",
"ws": "7.5.1"
},
"dependencies": {}
}

0 comments on commit 8b13965

Please sign in to comment.