From 4c90a7b2e386a5ce838067323b0d810f81dda6e6 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 22 Jan 2019 11:21:32 +0100 Subject: [PATCH] shards/npm update --- public/vendor/package-lock.json | 18 +++++++++--------- public/vendor/package.json | 6 +++--- shard.lock | 4 ++-- shard.yml | 1 - 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/public/vendor/package-lock.json b/public/vendor/package-lock.json index f5ba31e..aa28fee 100644 --- a/public/vendor/package-lock.json +++ b/public/vendor/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@types/angular": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/@types/angular/-/angular-1.6.51.tgz", - "integrity": "sha512-wYU+/zlJWih7ZmonWVjGQ18tG7GboI9asMNjRBM5fpIFJWXSioQttCTw9qGL44cP82ghM8sCV9apEqm1zBDq2w==", + "version": "1.6.53", + "resolved": "https://registry.npmjs.org/@types/angular/-/angular-1.6.53.tgz", + "integrity": "sha512-46op53S8hnDl9o6VOmMAXBv3laK8i2OyXOfriDwe6VRfh8wVFilIniLaNsz2pPpAM4oUwsBYFt7ZThe+IMnIeA==", "dev": true }, "@types/sweetalert": { @@ -1350,9 +1350,9 @@ } }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.23.0.tgz", + "integrity": "sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==" }, "normalize-config": { "version": "0.4.8", @@ -1532,9 +1532,9 @@ } }, "sweetalert2": { - "version": "7.28.11", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-7.28.11.tgz", - "integrity": "sha512-092ZTfHz45ZdH5wADNsfvSHG93Mn+QRc4vV96fIMECaeW38B7Fm77F7/cWO8Fwr8NaOHbzXDhsgTirMHcsnBAA==" + "version": "7.33.1", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-7.33.1.tgz", + "integrity": "sha512-69KYtyhtxejFG0HDb8aVhAwbpAWPSTZwaL5vxDHgojErD2KeFxTmRgmkbiLtMC8UdTFXRmvTPtZTF4459MUb7w==" }, "to-object-path": { "version": "0.3.0", diff --git a/public/vendor/package.json b/public/vendor/package.json index 733809f..b45f0bf 100644 --- a/public/vendor/package.json +++ b/public/vendor/package.json @@ -34,14 +34,14 @@ "d3": "^3.5.17", "google-closure-compiler-js": "^20170910.0.1", "hammerjs": "^2.0.8", - "moment": "^2.22.2", + "moment": "^2.23.0", "nvd3": "^1.8.4", - "sweetalert2": "^7.28.11", + "sweetalert2": "^7.33.1", "typescript": "^2.9.2", "underscore": "^1.9.1" }, "devDependencies": { - "@types/angular": "^1.6.51", + "@types/angular": "^1.6.53", "@types/sweetalert": "^1.1.28", "@types/underscore": "^1.8.9" } diff --git a/shard.lock b/shard.lock index 59c0cf3..07d5186 100644 --- a/shard.lock +++ b/shard.lock @@ -6,7 +6,7 @@ shards: kemal: github: kemalcr/kemal - commit: 8bfc3313e92b04e4f2ef013641082426f600d8d5 + version: 0.25.1 kilt: github: jeromegn/kilt @@ -14,5 +14,5 @@ shards: radix: github: luislavena/radix - version: 0.3.8 + version: 0.3.9 diff --git a/shard.yml b/shard.yml index 34d92b4..52807ed 100644 --- a/shard.yml +++ b/shard.yml @@ -4,4 +4,3 @@ version: 1.99 dependencies: kemal: github: kemalcr/kemal - branch: master