new version

This commit is contained in:
Rick van Lieshout 2018-06-03 18:15:25 +02:00
parent e4d6a8eb7b
commit fcc57dd0dc
2 changed files with 15 additions and 34 deletions

47
package-lock.json generated
View File

@ -3888,8 +3888,7 @@
},
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"optional": true
"bundled": true
},
"aproba": {
"version": "1.2.0",
@ -3907,13 +3906,11 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true,
"optional": true
"bundled": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -3926,18 +3923,15 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true,
"optional": true
"bundled": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
"optional": true
"bundled": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
"optional": true
"bundled": true
},
"core-util-is": {
"version": "1.0.2",
@ -4040,8 +4034,7 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true,
"optional": true
"bundled": true
},
"ini": {
"version": "1.3.5",
@ -4051,7 +4044,6 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -4064,20 +4056,17 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true,
"optional": true
"bundled": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@ -4094,7 +4083,6 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -4167,8 +4155,7 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
"optional": true
"bundled": true
},
"object-assign": {
"version": "4.1.1",
@ -4178,7 +4165,6 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -4254,8 +4240,7 @@
},
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"optional": true
"bundled": true
},
"safer-buffer": {
"version": "2.1.2",
@ -4285,7 +4270,6 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@ -4303,7 +4287,6 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -4342,13 +4325,11 @@
},
"wrappy": {
"version": "1.0.2",
"bundled": true,
"optional": true
"bundled": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"optional": true
"bundled": true
}
}
},
@ -8830,9 +8811,9 @@
}
},
"react-cookie-consent": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.1.2.tgz",
"integrity": "sha512-ntEW3y+0q9xXx9yebc92sS97MCnscnJpG6dML2/IKRt2iKgt1a50H5Xy72bwQQ970qAMLN+3D3w0ogcVFLkpPg==",
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-1.1.11.tgz",
"integrity": "sha512-eB7uz0x1Du9gqPY4RDZOzfXS4eUrE1SRL3RIOq0MKORE2JWjacdd8s/wwOuJ20IbAbLaKSu+OSCNbB/mvUEL1w==",
"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.2",
"react-cookie-consent": "^1.1.11",
"react-dom": "^16.4.0",
"react-scripts": "1.1.4"
},