Skip to content

Commit 3e68f4d

Browse files
Merge pull request #427 from xapijs/dependabot/npm_and_yarn/npm_and_yarn-f5acb47bdc
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
2 parents 41fcd88 + 7348c4c commit 3e68f4d

4 files changed

Lines changed: 58 additions & 66 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Use Node.js 18
18+
- name: Use Node.js 24
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 24
2222

2323
- name: Install Dependencies
2424
run: npm ci
@@ -41,4 +41,4 @@ jobs:
4141
- name: Coverage
4242
uses: coverallsapp/github-action@master
4343
with:
44-
github-token: ${{ secrets.GITHUB_TOKEN }}
44+
github-token: ${{ secrets.GITHUB_TOKEN }}

example/node/import.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import XAPI from "../../dist/XAPI.cjs";
1+
import XAPI from "../../dist/XAPI.cjs.js";
22
import dotenv from "dotenv";
33

44
dotenv.config();

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@rollup/plugin-commonjs": "^28.0.1",
5252
"@rollup/plugin-json": "^6.0.1",
5353
"@rollup/plugin-node-resolve": "^15.2.3",
54-
"@rollup/plugin-terser": "^0.4.4",
54+
"@rollup/plugin-terser": "^1.0.0",
5555
"@types/crypto-js": "^4.2.2",
5656
"@types/jest": "^29.5.7",
5757
"@types/node": "^22.9.1",

0 commit comments

Comments
 (0)