Skip to content

Commit

Permalink
#2029: fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinEpam23 committed Mar 16, 2023
1 parent bb0550f commit 945e557
Show file tree
Hide file tree
Showing 4 changed files with 12,075 additions and 18,760 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Install Dependencies
run: npm install

# - name: Run audit
# run: npm audit --all --severity critical
- name: Run audit
run: npm audit --all --severity critical

- name: Run build
run: npx cross-env CI=false npm run build
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"serve": "^13.0.2"
"serve": "^14.2.0"
}
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"source-map-loader": "^3.0.1",
"stylelint": "13.13.1",
"typescript": "^4.5.2",
"webpack-bundle-analyzer": "^3.9.0"
"webpack-bundle-analyzer": "^4.8.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 945e557

Please sign in to comment.