From aaa453083ad6ebc20dfbb2233e86f4f4bda55adf Mon Sep 17 00:00:00 2001 From: Florent Poittevin <florent.poittevin@unige.ch> Date: Mon, 28 Mar 2022 11:23:22 +0200 Subject: [PATCH] chore: update to solidify 3.1.4 to fix authorization on about page --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d94964131..700082177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "normalize.css": "8.0.1", "patch-package": "6.4.7", "rxjs": "7.5.2", - "solidify-frontend": "3.1.3", + "solidify-frontend": "3.1.4", "tiff.js": "1.0.0", "tslib": "2.3.1", "videojs-wavesurfer": "3.8.0", @@ -21629,9 +21629,9 @@ } }, "node_modules/solidify-frontend": { - "version": "3.1.3", - "resolved": "https://nexus.unige.ch/repository/npm-all/solidify-frontend/-/solidify-frontend-3.1.3.tgz", - "integrity": "sha512-2LwUjjrcqcC2eYN/jbFWUZICQqQrxxWbPyib6kzcXMGvlW9CMWfv56LRdPys/AKsri1ZVX0WrQeMKo1PaUZn/w==", + "version": "3.1.4", + "resolved": "https://nexus.unige.ch/repository/npm-all/solidify-frontend/-/solidify-frontend-3.1.4.tgz", + "integrity": "sha512-oA+uYLfBrKHIgD3tohbOhtGcXvZatLN6Ga7j5hevSTvkkR1VYjleAXuQhJBAlBdsSzLUDwMo3ybGARp7Hg2xjQ==", "license": "GPL-2.0-or-later", "dependencies": { "tslib": "^2.3.0" @@ -39440,9 +39440,9 @@ } }, "solidify-frontend": { - "version": "3.1.3", - "resolved": "https://nexus.unige.ch/repository/npm-all/solidify-frontend/-/solidify-frontend-3.1.3.tgz", - "integrity": "sha512-2LwUjjrcqcC2eYN/jbFWUZICQqQrxxWbPyib6kzcXMGvlW9CMWfv56LRdPys/AKsri1ZVX0WrQeMKo1PaUZn/w==", + "version": "3.1.4", + "resolved": "https://nexus.unige.ch/repository/npm-all/solidify-frontend/-/solidify-frontend-3.1.4.tgz", + "integrity": "sha512-oA+uYLfBrKHIgD3tohbOhtGcXvZatLN6Ga7j5hevSTvkkR1VYjleAXuQhJBAlBdsSzLUDwMo3ybGARp7Hg2xjQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 1135eb0cb..7e2231295 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "normalize.css": "8.0.1", "patch-package": "6.4.7", "rxjs": "7.5.2", - "solidify-frontend": "3.1.3", + "solidify-frontend": "3.1.4", "tiff.js": "1.0.0", "tslib": "2.3.1", "videojs-wavesurfer": "3.8.0", -- GitLab