From 9b44b64a506f75350ade0797e23025028ab23663 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 25 Jun 2023 01:51:43 +0200 Subject: [PATCH] fix(core): update --- .gitea/workflows/gitzone_ci_default.yaml | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitzone_ci_default.yaml b/.gitea/workflows/gitzone_ci_default.yaml index 9cf0e91..15b7271 100644 --- a/.gitea/workflows/gitzone_ci_default.yaml +++ b/.gitea/workflows/gitzone_ci_default.yaml @@ -28,13 +28,16 @@ jobs: run: | npmci command npm config set registry https://registry.npmjs.org npmci command pnpm audit --audit-level=high --prod + continue-on-error: true - name: Audit development dependencies run: | npmci command npm config set registry https://registry.npmjs.org npmci command pnpm audit --audit-level=high --dev + continue-on-error: true test: + if: ${{ always() }} needs: security runs-on: ubuntu-latest container: diff --git a/package.json b/package.json index 03b587a..ca527b7 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3f4baac..23a23fa 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdata', - version: '5.0.17', + version: '5.0.18', description: 'do more with data' }