Update Inertia

This commit is contained in:
Jonathan Reinink 2019-04-25 07:26:24 -04:00
parent 4b9ba378d1
commit 8545238951
1 changed files with 9 additions and 9 deletions

18
package-lock.json generated
View File

@ -2197,12 +2197,12 @@
"dev": true
},
"compressible": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.16.tgz",
"integrity": "sha512-JQfEOdnI7dASwCuSPWIeVYwc/zMsu/+tRhoUvEfXz2gxOA2DNjmG5vhtFdBlhWPPGo+RdT9S3tgc/uH5qgDiiA==",
"version": "2.0.17",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz",
"integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==",
"dev": true,
"requires": {
"mime-db": ">= 1.38.0 < 2"
"mime-db": ">= 1.40.0 < 2"
}
},
"compression": {
@ -3097,9 +3097,9 @@
"dev": true
},
"electron-to-chromium": {
"version": "1.3.126",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.126.tgz",
"integrity": "sha512-anr0OeQkZvOGzsz1ZM7BliJjHKfEsodQWoncklQWryDCSXMdVtt/fXlQBKfXXmbMVDhpiydwL3jaonbWuk/F6g==",
"version": "1.3.127",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.127.tgz",
"integrity": "sha512-1o25iFRf/dbgauTWalEzmD1EmRN3a2CzP/K7UVpYLEBduk96LF0FyUdCcf4Ry2mAWJ1VxyblFjC93q6qlLwA2A==",
"dev": true
},
"elliptic": {
@ -5123,7 +5123,7 @@
"dev": true
},
"inertia": {
"version": "github:inertiajs/inertia#52829f02f5db25b033d3ea925cae4836cd11bfa6",
"version": "github:inertiajs/inertia#e5a81584b169e9928389ae9dd158df55021811a1",
"from": "github:inertiajs/inertia",
"dev": true,
"requires": {
@ -5136,7 +5136,7 @@
"from": "github:inertiajs/inertia-vue",
"dev": true,
"requires": {
"inertia": "github:inertiajs/inertia#52829f02f5db25b033d3ea925cae4836cd11bfa6"
"inertia": "github:inertiajs/inertia#e5a81584b169e9928389ae9dd158df55021811a1"
}
},
"inflight": {