From 9937f4d3aea96f68b7a649fac74b3f0316935758 Mon Sep 17 00:00:00 2001 From: Jay Punnackal Date: Tue, 8 Sep 2020 22:04:09 -0400 Subject: [PATCH] upgraded packages to address vulnerabilities --- Jenkinsfile | 2 +- LICENSE | 4 +--- download.yaml | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8fa91f..8176a82 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,3 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "0.0.1" ) +dccscrPipeline( version: "0.0.2" ) diff --git a/LICENSE b/LICENSE index e3435e5..3fb6ddc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,10 +1,8 @@ LICENSE: COMMERCIAL -(c) 2001-2020 innosabi, 2020 Collaboration.Ai +(c) 2020 Collaboration.Ai You need to acquire a license from Collaboration.Ai to use this product. This product includes open source software. The source code of the open source parts and its licenses is included or can be requested. -innosabi GmbH, Möhlstraße 2, 81675 München - Collaboration.Ai, 1120 S. 2nd St. Unit 811, Minneapolis, MN 55415 diff --git a/download.yaml b/download.yaml index a1dc712..0975259 100644 --- a/download.yaml +++ b/download.yaml @@ -3,9 +3,9 @@ resources: filename: "stylepack.gz" validation: type: "sha256" - value: "da43e8c92f9db590d9b6a1f5fa276724eadd316f9c201bb319d790c9d4ea286b" + value: "51c7f214bf5f1c77de5220c8e49034e30ddcc98ec628a9df116bac6795d395e0" - url: "https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/stylepack/node-sass_binding.node" filename: "node-sass_binding.node" validation: - type: "sha256" - value: "cef583e91b02a585458d28c12429e442026c4083ef31900024445912080d8936" + type: "sha256" + value: "92a95a3d674f94269cc39a5a96ccccd67588e3e8e6b1536d58b1f1a0195b0d3c" -- GitLab