fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-25 01:51:43 +02:00
parent 699e25201c
commit 9b44b64a50
3 changed files with 5 additions and 2 deletions

View File

@ -28,13 +28,16 @@ jobs:
run: | run: |
npmci command npm config set registry https://registry.npmjs.org npmci command npm config set registry https://registry.npmjs.org
npmci command pnpm audit --audit-level=high --prod npmci command pnpm audit --audit-level=high --prod
continue-on-error: true
- name: Audit development dependencies - name: Audit development dependencies
run: | run: |
npmci command npm config set registry https://registry.npmjs.org npmci command npm config set registry https://registry.npmjs.org
npmci command pnpm audit --audit-level=high --dev npmci command pnpm audit --audit-level=high --dev
continue-on-error: true
test: test:
if: ${{ always() }}
needs: security needs: security
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:

View File

@ -59,4 +59,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartdata', name: '@pushrocks/smartdata',
version: '5.0.17', version: '5.0.18',
description: 'do more with data' description: 'do more with data'
} }