Skip to content

Commit 1f4d1e4

Browse files
Update all non-major dependencies
1 parent f668b43 commit 1f4d1e4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Lint with ESLint
2929
run: npx eslint "**/*.ts" {eslint,prettier}.config.mjs
3030
- name: Set up LocalStack
31-
uses: LocalStack/[email protected].3
31+
uses: LocalStack/[email protected].4
3232
with:
3333
image-tag: "latest"
3434
install-awslocal: "false"

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Lint with Ruff
2828
run: ruff check .
2929
- name: Set up LocalStack
30-
uses: LocalStack/[email protected].3
30+
uses: LocalStack/[email protected].4
3131
with:
3232
image-tag: "latest"
3333
install-awslocal: "false"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"@eslint/js": "9.21.0",
55
"@types/eslint__js": "9.14.0",
66
"@types/mocha": "10.0.10",
7-
"@types/node": "22.13.5",
7+
"@types/node": "22.13.8",
88
"eslint": "9.21.0",
99
"mocha": "11.1.0",
10-
"prettier": "3.5.2",
10+
"prettier": "3.5.3",
1111
"ts-node": "10.9.2",
12-
"typescript": "5.7.3",
13-
"typescript-eslint": "8.24.1",
12+
"typescript": "5.8.2",
13+
"typescript-eslint": "8.25.0",
1414
"pulumi-aws-tags": "file:nodejs"
1515
}
1616
}

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build==1.2.2.post1
2-
pytest==8.3.4
3-
ruff==0.9.7
2+
pytest==8.3.5
3+
ruff==0.9.9
44
twine==6.1.0
55

66
-e python

0 commit comments

Comments
 (0)