Skip to content

Commit 757e14a

Browse files
authored
Merge branch 'main' into bugfix/atl-589-fix-security-vulnerabilities
2 parents 6872d54 + c5513f8 commit 757e14a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
"@types/request-promise-native": "1.0.21",
6060
"@types/rimraf": "3.0.2",
6161
"@types/tar": "6.1.13",
62-
"eslint": "9.29.0",
62+
"eslint": "9.32.0",
6363
"jest": "29.7.0",
6464
"ts-jest": "29.4.0",
65-
"tsup": "^8.5.0",
65+
"tsup": "8.5.0",
6666
"typescript": "5.6.3"
6767
}
6868
}

0 commit comments

Comments
 (0)