1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 22:15:55 +00:00

Updating some packages

This commit is contained in:
Scott Tolksdorf
2018-04-09 00:00:52 -04:00
parent 6f4962926c
commit 164f646e08
2 changed files with 26 additions and 19 deletions

33
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "homebrewery",
"version": "2.7.5",
"version": "2.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1067,9 +1067,12 @@
"integrity": "sha512-MsAhsUW1GxCdgYSO6tAfZrNapmUKk7mWx/k5mFY/A1gBtkaCaNapTg+FExCw1r9yeaZhqx/xPg43xgTFH6KL5w=="
},
"basic-auth": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz",
"integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.0.tgz",
"integrity": "sha1-AV2z81PgLlY3d1X5YnQuiYHnu7o=",
"requires": {
"safe-buffer": "5.1.1"
}
},
"bcrypt-pbkdf": {
"version": "1.0.1",
@@ -5008,9 +5011,9 @@
"dev": true
},
"nconf": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.8.5.tgz",
"integrity": "sha1-8pQeFWGVL6kGu7MjKM+I1MY155Q=",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/nconf/-/nconf-0.10.0.tgz",
"integrity": "sha512-fKiXMQrpP7CYWJQzKkPPx9hPgmq+YLDyxcG9N8RpiE9FoCkCbzD0NyW0YhE3xn3Aupe7nnDeIx4PFzYehpHT9Q==",
"requires": {
"async": "1.5.2",
"ini": "1.3.5",
@@ -6089,9 +6092,13 @@
}
},
"pico-flux": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/pico-flux/-/pico-flux-1.1.0.tgz",
"integrity": "sha1-GgRFbQQValgtKo6Rhyxxk2WMC/s="
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/pico-flux/-/pico-flux-3.0.1.tgz",
"integrity": "sha512-GKz0DI1UimZbMvOwNVWwFZOmLwe86HsDWkLKBQKQqsI0+/vibK/y3Oh2RpsGoroOrP81oToEkaKmUfdQUGcm2A==",
"requires": {
"create-react-class": "15.6.3",
"react": "16.3.1"
}
},
"pico-router": {
"version": "1.3.0",
@@ -7220,9 +7227,9 @@
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
},
"striptags": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/striptags/-/striptags-2.2.1.tgz",
"integrity": "sha1-TEULcI1BuL85zyTEn/I0/Gqr/TI="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz",
"integrity": "sha1-yMPn/db7S7OjKjt1LltePjgJPr0="
},
"subarg": {
"version": "1.0.0",

View File

@@ -38,7 +38,7 @@
"dependencies": {
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.24.1",
"basic-auth": "^1.0.3",
"basic-auth": "^2.0.0",
"body-parser": "^1.14.2",
"classnames": "^2.2.0",
"codemirror": "^5.22.0",
@@ -49,14 +49,14 @@
"lodash": "^4.11.2",
"marked": "^0.3.5",
"moment": "^2.11.0",
"mongoose": "^4.3.3",
"nconf": "^0.8.4",
"pico-flux": "^1.1.0",
"pico-router": "^1.1.0",
"mongoose": "^4.13.12",
"nconf": "^0.10.0",
"pico-flux": "^3.0.1",
"pico-router": "^1.3.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"shortid": "^2.2.4",
"striptags": "^2.1.1",
"striptags": "^3.1.1",
"superagent": "^3.8.2",
"vitreum": "^4.10.1"
},