Skip to content

Commit c6caa09

Browse files
authored
Merge pull request #390 from tibber/update-deps-2
Upgrade semantic-release to fix security issues
2 parents c9c86c7 + c1084f3 commit c6caa09

File tree

4 files changed

+1108
-965
lines changed

4 files changed

+1108
-965
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
working_directory: ~/package
1515
machine:
16-
image: ubuntu-2204:2023.10.1
16+
image: ubuntu-2204:2025.09.1
1717
steps:
1818
- checkout
1919
- localstack/startup

Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"jest": "^29.7.0",
4646
"lint-staged": "^15.0.2",
4747
"randomstring": "^1.3.0",
48-
"semantic-release": "^22.0.7",
48+
"semantic-release": "^25.0.2",
4949
"ts-jest": "^29.1.1",
5050
"ts-node": "^10.9.1",
5151
"typescript": "~5.2.0"
5252
},
5353
"engines": {
54-
"node": ">=18.0.0"
54+
"node": ">=22.0.0"
5555
},
5656
"dependencies": {
5757
"@aws-sdk/client-lambda": "^3.621.0",

0 commit comments

Comments
 (0)