Skip to content

Commit

Permalink
Fixed security vulnerability and update dependencies.
Browse files Browse the repository at this point in the history
 qs                    ^6.7.0  →    ^6.8.0
 @babel/cli            ^7.5.5  →    ^7.6.0
 @babel/core           ^7.5.5  →    ^7.6.0
 @babel/preset-env     ^7.5.5  →    ^7.6.0
 babel-eslint         ^10.0.2  →   ^10.0.3
 babel-jest           ^24.8.0  →   ^24.9.0
 eslint                ^6.0.1  →    ^6.3.0
 eslint-plugin-jest  ^22.10.0  →  ^22.17.0
 husky                 ^3.0.0  →    ^3.0.5
 jest                 ^24.8.0  →   ^24.9.0
 rimraf                ^2.6.3  →    ^3.0.0
  • Loading branch information
Satana Charuwichitratana committed Sep 13, 2019
1 parent ec3f904 commit 457b652
Show file tree
Hide file tree
Showing 26 changed files with 995 additions and 771 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.5.3] - 2019-09-14
### Changed
- Update dependencies
### Fixed
- Security vulnerability

## [1.5.2] - 2019-07-18
### Changed
- Update dependencies
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Command line interface for building LIFF app on Firebase. This module will help you handle API to add, update, delete, get LIFF apps and set LIFF IDs in Firebase Functions configuration which can be retrieved in your Functions project.

NOTE: If you do not need to work with Firebase, we recommend our latest package [`@intocode-io/line-api-cli`](https://www.npmjs.com/package/@intocode-io/line-api-cli)

## Prerequisite

### Firebase Tools
Expand Down
4 changes: 3 additions & 1 deletion bin/colors-set-theme.js

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

2 changes: 1 addition & 1 deletion bin/colors-set-theme.js.map

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

4 changes: 3 additions & 1 deletion bin/fliff-cli.js

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

2 changes: 1 addition & 1 deletion bin/fliff-cli.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion bin/fliff.js

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

2 changes: 1 addition & 1 deletion bin/fliff.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion bin/functions-config.js

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

2 changes: 1 addition & 1 deletion bin/functions-config.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion bin/oauth-issue-token-request.js

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

2 changes: 1 addition & 1 deletion bin/oauth-issue-token-request.js.map

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

4 changes: 3 additions & 1 deletion bin/oauth-revoke-token-request.js

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

2 changes: 1 addition & 1 deletion bin/oauth-revoke-token-request.js.map

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

4 changes: 3 additions & 1 deletion bin/rich-menu-upload-request.js

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

Loading

0 comments on commit 457b652

Please sign in to comment.