Increment patch number and run `npm audit fix`

This commit is contained in:
mmcwilliams 2019-03-18 19:43:27 -04:00
parent 9bfc133a67
commit d19e83d616
2 changed files with 9 additions and 9 deletions

16
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy-app", "name": "mcopy-app",
"version": "1.2.3", "version": "1.2.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -1417,9 +1417,9 @@
} }
}, },
"decompress-zip": { "decompress-zip": {
"version": "0.3.0", "version": "0.3.2",
"resolved": "https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz", "resolved": "https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.2.tgz",
"integrity": "sha1-rjvLfjTGWHmt/nfhnDD4ZgK0vbA=", "integrity": "sha512-Ab1QY4LrWMrUuo53lLnmGOby7v8ryqxJ+bKibKSiPisx+25mhut1dScVBXAYx14i/PqSrFZvR2FRRazhLbvL+g==",
"requires": { "requires": {
"binary": "^0.3.0", "binary": "^0.3.0",
"graceful-fs": "^4.1.3", "graceful-fs": "^4.1.3",
@ -4796,11 +4796,11 @@
"integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE=" "integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE="
}, },
"mksnapshot": { "mksnapshot": {
"version": "0.3.4", "version": "0.3.5",
"resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.4.tgz", "resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.5.tgz",
"integrity": "sha512-FgUTiWiY+35LgL95P/MDYrBuQO5o0s3MmaWKX6ZJWoX4vMOY9vPsAv763l1OSSelL9jPsBQ/wf4bzfqTLNPSFg==", "integrity": "sha512-PSBoZaj9h9myC3uRRW62RxmX8mrN3XbOkMEyURUD7v5CeJgtYTar50XU738t7Q0LtG1pBPtp5n5QwDGggRnEvw==",
"requires": { "requires": {
"decompress-zip": "0.3.0", "decompress-zip": "0.3.x",
"fs-extra": "0.26.7", "fs-extra": "0.26.7",
"request": "2.x" "request": "2.x"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "mcopy-app", "name": "mcopy-app",
"version": "1.2.3", "version": "1.2.4",
"description": "GUI for the mcopy small gauge film optical printer platform", "description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {