version bumps

This commit is contained in:
Rick van Lieshout 2018-05-30 14:29:03 +02:00
parent d9393b8974
commit a06d5c967c
2 changed files with 19 additions and 8 deletions

25
package-lock.json generated
View File

@ -3888,7 +3888,8 @@
},
"ansi-regex": {
"version": "2.1.1",
"bundled": true
"bundled": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@ -4253,7 +4254,8 @@
},
"safe-buffer": {
"version": "5.1.1",
"bundled": true
"bundled": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@ -4301,6 +4303,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -4339,11 +4342,13 @@
},
"wrappy": {
"version": "1.0.2",
"bundled": true
"bundled": true,
"optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true
"bundled": true,
"optional": true
}
}
},
@ -6212,6 +6217,11 @@
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz",
"integrity": "sha512-aUnNwqMOXw3yvErjMPSQu6qIIzUmT1e5KcU1OZxRDU1g/am6mzBvcrmLAYwzmB59BHPrh5/tKaiF4OPhqRWESQ=="
},
"js-cookie": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz",
"integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s="
},
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
@ -8820,10 +8830,11 @@
}
},
"react-cookie-consent": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.1.0.tgz",
"integrity": "sha512-/IaOGKeBMEgFbp6wS+5I7mvTjMgAUEvu1ShjiiJjk0wkmY9AJoZVvaaqo+oSLodAF4dxsYGNkY7LEJjxvUwNIg==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.1.1.tgz",
"integrity": "sha512-if/MPvGZg7tBL9vy9+h5LZh4s8hEA7/dBM+By+CzrujGsjiBgJS9G8k4NH/9SQjzoIp5dsEKY3fLc5FlDXQArg==",
"requires": {
"js-cookie": "^2.2.0",
"react": "^16.4.0"
}
},

View File

@ -5,7 +5,7 @@
"homepage": "https://mastermindzh.github.io/react-cookie-consent",
"dependencies": {
"react": "^16.4.0",
"react-cookie-consent": "^1.1.0",
"react-cookie-consent": "^1.1.1",
"react-dom": "^16.4.0",
"react-scripts": "1.1.4"
},