Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jun 28, 2022
2 parents b259ed9 + 04e05f2 commit 5e500db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Dependency Review'
name: "Dependency Review"
on: [pull_request]

permissions:
Expand All @@ -8,7 +8,7 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v1
- name: "Dependency Review"
uses: actions/dependency-review-action@v2
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"devDependencies": {
"clean-css-cli": "^5.6.0",
"eslint": "^8.13.0",
"eslint": "^8.18.0",
"npm-run-all": "^4.1.5",
"sass": "^1.50.0",
"stylelint": "14.6.1",
"stylelint-config-twbs-bootstrap": "3.0.1",
"terser": "^5.12.1"
"sass": "^1.52.3",
"stylelint": "14.9.1",
"stylelint-config-twbs-bootstrap": "4.0.0",
"terser": "^5.14.1"
}
}

0 comments on commit 5e500db

Please sign in to comment.