Skip to content

Commit

Permalink
Merge pull request #47 from mountaindude/master
Browse files Browse the repository at this point in the history
v2.3.2 RC
  • Loading branch information
mountaindude authored Jan 9, 2021
2 parents ea09a1a + 0dfa894 commit 5779e73
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 68 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 2.3.2

- Dependencies updated to stay sharp and secure.

## 2.3.1

1. Updated dependencies and libraries.
Expand Down
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.3'
services:
butler-cw:
image: ptarmiganlabs/butler-cw:2.3.1
image: ptarmiganlabs/butler-cw:2.3.2
restart: always
container_name: butler-cw
volumes:
Expand Down
130 changes: 68 additions & 62 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "butler-cw",
"version": "2.3.1",
"version": "2.3.2",
"description": "Cache warming app for Qlik Sense",
"main": "index.js",
"directories": {
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/ptarmiganlabs/butler-cw#readme",
"dependencies": {
"@octokit/rest": "^18.0.9",
"axios": "^0.21.0",
"@octokit/rest": "^18.0.12",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"config": "^3.3.2",
"config": "^3.3.3",
"enigma.js": "^2.7.2",
"js-yaml": "^3.14.0",
"later": "^1.2.0",
Expand All @@ -39,6 +39,6 @@
"restify": "^8.5.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"ws": "^7.4.0"
"ws": "^7.4.2"
}
}

0 comments on commit 5779e73

Please sign in to comment.