Skip to content

Commit c5513f8

Browse files
authored
Merge pull request #104 from leanix/renovate/pin-dependencies
Pin dependencies
2 parents 0ebe6d7 + 83b9efe commit c5513f8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- uses: actions/setup-node@v4
6060
with:
61-
node-version: 20.x
61+
node-version: 20.19.5
6262
registry-url: 'https://registry.npmjs.org'
6363

6464
- name: get-package-info

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"axios": "1.10.0",
3535
"chalk": "4.1.2",
3636
"commander": "12.1.0",
37-
"cross-spawn": "^7.0.6",
37+
"cross-spawn": "7.0.6",
3838
"ejs": "3.1.10",
3939
"form-data": "4.0.4",
40-
"https-proxy-agent": "^7.0.6",
40+
"https-proxy-agent": "7.0.6",
4141
"inquirer": "7.3.3",
4242
"jwt-decode": "2.2.0",
4343
"lodash": "4.17.21",
@@ -47,7 +47,7 @@
4747
"tar": "6.2.1"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^4.14.1",
50+
"@antfu/eslint-config": "4.19.0",
5151
"@types/ejs": "3.1.5",
5252
"@types/inquirer": "7.3.3",
5353
"@types/jest": "29.5.13",
@@ -57,10 +57,10 @@
5757
"@types/request-promise-native": "1.0.21",
5858
"@types/rimraf": "3.0.2",
5959
"@types/tar": "6.1.13",
60-
"eslint": "^9.29.0",
60+
"eslint": "9.32.0",
6161
"jest": "29.7.0",
6262
"ts-jest": "29.4.0",
63-
"tsup": "^8.5.0",
63+
"tsup": "8.5.0",
6464
"typescript": "5.6.3"
6565
}
6666
}

0 commit comments

Comments
 (0)