This commit is contained in:
antelle 2019-01-06 14:53:09 +01:00
parent 89fa0f2d9b
commit 437311fe65
2 changed files with 4 additions and 13 deletions

15
package-lock.json generated
View File

@ -9485,12 +9485,6 @@
}
}
},
"moment": {
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.23.0.tgz",
"integrity": "sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==",
"optional": true
},
"move-concurrently": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
@ -10263,12 +10257,9 @@
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
},
"pikaday": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.5.1.tgz",
"integrity": "sha1-CkhUm8GhTqHQjEQHTXYbwvK/z9M=",
"requires": {
"moment": "2.x"
}
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.8.0.tgz",
"integrity": "sha512-SgGxMYX0NHj9oQnMaSyAipr2gOrbB4Lfs/TJTb6H6hRHs39/5c5VZi73Q8hr53+vWjdn6HzkWcj8Vtl3c9ziaA=="
},
"pinkie": {
"version": "2.0.4",

View File

@ -57,7 +57,7 @@
"node-sass": "^4.11.0",
"node-stream-zip": "1.7.0",
"normalize.css": "5.0.0",
"pikaday": "1.5.1",
"pikaday": "1.8.0",
"pkcs15-smartcard-sign": "^1.0.0",
"raw-loader": "1.0.0",
"stats-webpack-plugin": "0.7.0",