Skip to content

Commit

Permalink
🔒 JS security update 📦 Laravel 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Dec 8, 2019
1 parent edfb111 commit ad9e0b8
Show file tree
Hide file tree
Showing 8 changed files with 10,319 additions and 10,170 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.2.35

## Changed

- Laravel 6.6

## Fixed

- Security update fixing [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent)
- Security update fixing [serialize-javascript](https://github.com/yahoo/serialize-javascript)

# 1.2.34

## Added
Expand Down
460 changes: 234 additions & 226 deletions composer.lock

Large diffs are not rendered by default.

19,984 changes: 10,056 additions & 9,928 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@toast-ui/vue-editor": "^1.1.1",
"axios": "^0.18",
"babel-runtime": "^6.26.0",
"bootstrap": "^4.1.0",
"cross-env": "^5.1",
"bootstrap": "^4.4.1",
"cross-env": "^5.2.1",
"false": "^0.0.4",
"filepond": "^4.7.4",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"laravel-mix": "^4.1.4",
"lodash": "^4.17.5",
"popper.js": "^1.12",
"popper.js": "^1.16.0",
"resolve-url-loader": "3.1.0",
"sass": "^1.22.10",
"sass": "^1.23.7",
"sass-loader": "7.*",
"v-img": "^0.2.0",
"vue": "^2.5.17",
Expand All @@ -33,7 +33,9 @@
"vue-multiselect": "^2.1.6",
"vue-template-compiler": "^2.6.10",
"vue-toasted": "^1.1.27",
"vuedraggable": "^2.23.0"
"vuedraggable": "^2.23.2",
"https-proxy-agent": "^2.2.3",
"serialize-javascript": "^2.1.1"
},
"dependencies": {
"@nesk/puphpeteer": "^1.6.0"
Expand Down
10 changes: 5 additions & 5 deletions public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=8ebe0342bfc5c7dccf65",
"/css/app.css": "/css/app.css?id=2913ec9ebb6a8b40c498",
"/js/app.js": "/js/app.js?id=06724c7ae22b7b799595",
"/css/app.css": "/css/app.css?id=d85683d8260e7ed53b0e",
"/js/manifest.js": "/js/manifest.js?id=3c768977c2574a34506e",
"/js/vendor.js": "/js/vendor.js?id=d01e65db03bef4cabb61"
"/js/vendor.js": "/js/vendor.js?id=079dfbb5407f6d369546"
}

0 comments on commit ad9e0b8

Please sign in to comment.