Skip to content

Commit f1a993b

Browse files
Update All Dependencies
1 parent eca1243 commit f1a993b

8 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/actions/asset-lint/css/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"stylelint": "17.14.0",
4+
"stylelint": "17.14.1",
55
"stylelint-config-standard": "40.0.0"
66
}
77
}

.github/actions/asset-lint/md/package-lock.json

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

.github/actions/asset-lint/md/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"markdownlint-cli2": "0.23.0",
4+
"markdownlint-cli2": "0.23.1",
55
"textlint": "15.7.1",
66
"textlint-filter-rule-comments": "1.3.0",
77
"textlint-rule-common-misspellings": "1.0.1",

.github/actions/checkout/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
with:
4141
checkout-token: ${{ inputs.token }}
4242

43-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4444
with:
4545
repository: ${{ inputs.repository }}
4646
ref: ${{ inputs.ref }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
codespell ==2.4.2
1+
codespell ==2.4.3

.github/actions/markdown-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
}
4141
4242
- name: Markdown Linting
43-
uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23
43+
uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24
4444
with:
4545
config: ${{ inputs.config }}
4646
fix: ${{ inputs.fix }}

.github/actions/setup-elasticsearch/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version: '2.2'
88
services:
99
es01:
10-
image: docker.elastic.co/elasticsearch/elasticsearch:9.4.3@sha256:851ff5f9615ab7d2f00931114f6db32850f0208ec9fe7e841f135ac78f5f13d5
10+
image: docker.elastic.co/elasticsearch/elasticsearch:9.4.4@sha256:a3545404e436e348721786bed638042a81f2181ebe2e2636501bb43940677747
1111
container_name: es01
1212
environment:
1313
- node.name=es01
@@ -31,7 +31,7 @@ services:
3131
networks:
3232
- elastic
3333
es02:
34-
image: docker.elastic.co/elasticsearch/elasticsearch:9.4.3@sha256:851ff5f9615ab7d2f00931114f6db32850f0208ec9fe7e841f135ac78f5f13d5
34+
image: docker.elastic.co/elasticsearch/elasticsearch:9.4.4@sha256:a3545404e436e348721786bed638042a81f2181ebe2e2636501bb43940677747
3535
container_name: es02
3636
environment:
3737
- node.name=es02

0 commit comments

Comments
 (0)