Skip to content

Commit 81c3269

Browse files
authored
Merge branch 'development' into dependabot/npm_and_yarn/development/markdownlint-cli-0.33.0
2 parents 2387237 + d7c56e9 commit 81c3269

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
language: ['javascript']
2020
steps:
21-
- uses: actions/checkout@v3.3.0
21+
- uses: actions/checkout@v3.5.0
2222
with:
2323
submodules: recursive
2424
- uses: actions/setup-node@v3.6.0

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [16.x]
2323

2424
steps:
25-
- uses: actions/checkout@v3.3.0
25+
- uses: actions/checkout@v3.5.0
2626
with:
2727
submodules: recursive
2828
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}

.github/workflows/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [16.x]
2323

2424
steps:
25-
- uses: actions/checkout@v3.3.0
25+
- uses: actions/checkout@v3.5.0
2626
with:
2727
submodules: recursive
2828
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [16.x]
2323

2424
steps:
25-
- uses: actions/checkout@v3.3.0
25+
- uses: actions/checkout@v3.5.0
2626
with:
2727
submodules: recursive
2828
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: [16.x]
2727

2828
steps:
29-
- uses: actions/checkout@v3.3.0
29+
- uses: actions/checkout@v3.5.0
3030
with:
3131
submodules: recursive
3232
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@
111111
"dictionary-en": "3.2.0",
112112
"eslint": "8.31.0",
113113
"eslint-config-prettier": "8.6.0",
114-
"eslint-plugin-jest": "27.2.0",
114+
"eslint-plugin-jest": "27.2.1",
115115
"eslint-plugin-prettier": "4.2.1",
116116
"eslint-plugin-unicorn": "45.0.2",
117117
"generate-changelog": "1.8.0",
118-
"husky": "8.0.2",
118+
"husky": "8.0.3",
119119
"jest": "29.3.1",
120120
"jest-cli": "29.3.1",
121121
"jest-html-reporter": "3.7.0",
@@ -124,7 +124,7 @@
124124
"lint-staged": "13.1.0",
125125
"markdownlint": "0.27.0",
126126
"markdownlint-cli": "0.33.0",
127-
"prettier": "2.8.2",
127+
"prettier": "2.8.7",
128128
"remark-cli": "11.0.0",
129129
"remark-frontmatter": "4.0.1",
130130
"remark-lint": "9.1.1",
@@ -153,7 +153,7 @@
153153
"retext-spell": "5.3.0",
154154
"retext-syntax-urls": "3.1.2",
155155
"retext-usage": "0.5.0",
156-
"rimraf": "3.0.2",
156+
"rimraf": "5.0.0",
157157
"ts-jest": "29.0.3",
158158
"typescript": "4.9.4"
159159
}

0 commit comments

Comments
 (0)