Skip to content

Commit 03ba5a9

Browse files
Merge branch 'master' into fix-path-ignored
2 parents 44b10a9 + f73c4ba commit 03ba5a9

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
steps:
1111
- name: 'Checkout Repository'
1212
uses: actions/checkout@v3
13-
- name: 'Dependency Review'
14-
uses: actions/dependency-review-action@v2
13+
- name: "Dependency Review"
14+
uses: actions/dependency-review-action@v3

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@types/file-entry-cache": "^5.0.2",
6363
"@types/fs-extra": "^9.0.13",
6464
"@types/micromatch": "^4.0.2",
65+
"@types/node": "^18.11.18",
6566
"@types/normalize-path": "^3.0.0",
6667
"@types/webpack": "^5.28.0",
6768
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
@@ -85,7 +86,7 @@
8586
"prettier": "^2.7.1",
8687
"standard-version": "^9.5.0",
8788
"stylelint": "^14.14.0",
88-
"typescript": "^4.8.4",
89+
"typescript": "^4.9.4",
8990
"webpack": "^5.74.0"
9091
},
9192
"keywords": [

0 commit comments

Comments
 (0)