Skip to content

Commit 0808aab

Browse files
Merge branch 'main' into pre-receive
2 parents 54970fb + c67387c commit 0808aab

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
npm run test-coverage-ci --workspaces --if-present
5353
5454
- name: Upload test coverage report
55-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
55+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
5656
with:
5757
files: ./coverage/lcov.info
5858
token: ${{ secrets.CODECOV_TOKEN }}
@@ -71,13 +71,13 @@ jobs:
7171
path: build
7272

7373
- name: Download the build folders
74-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
74+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
7575
with:
7676
name: build
7777
path: build
7878

7979
- name: Run cypress test
80-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
80+
uses: cypress-io/github-action@9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e # v6.7.14
8181
with:
8282
start: npm start &
8383
wait-on: "http://localhost:3000"

experimental/li-cli/package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experimental/li-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"ts-jest": "^29.2.6",
2828
"ts-node": "^10.9.2",
2929
"tsc-alias": "^1.8.10",
30+
"tslib": "^2.8.1",
3031
"typescript": "^5.7.3"
3132
}
3233
}

package-lock.json

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@primer/octicons-react": "^19.8.0",
3939
"@seald-io/nedb": "^4.0.2",
4040
"axios": "^1.6.0",
41-
"bcryptjs": "^2.4.3",
41+
"bcryptjs": "^3.0.2",
4242
"bit-mask": "^1.0.2",
4343
"body-parser": "^1.20.1",
4444
"classnames": "2.5.1",

0 commit comments

Comments
 (0)