Skip to content

Commit

Permalink
fix security issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkazama committed Jun 13, 2019
1 parent cdc6a70 commit 33a9c6e
Show file tree
Hide file tree
Showing 2 changed files with 629 additions and 782 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-ui-vue-pages",
"version": "2.6.7",
"version": "2.6.10",
"description": "Vue.js Boilerplate [Multi Page]",
"main": "src/js/common.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "~5.6.0",
"axios": "~0.18.0",
"axios": "~0.19.0",
"bootstrap": "~4.3.0",
"flatpickr": "~4.5.0",
"jquery": "~3.4.0",
Expand All @@ -27,8 +27,8 @@
"devDependencies": {
"@babel/core": "~7.2.0",
"@babel/preset-env": "~7.3.0",
"@babel/runtime": "~7.3.0",
"@babel/register": "~7.0.0",
"@babel/runtime": "~7.3.0",
"babel-loader": "~8.0.0",
"browser-sync": "~2.26.0",
"css-loader": "~2.1.0",
Expand Down
Loading

0 comments on commit 33a9c6e

Please sign in to comment.