Skip to content

Commit 8bb45c5

Browse files
chore(git): merge pull request #683 from sasjs/fix-axios-CVE-2025-58754
2 parents 6a79f7d + bb8cfbe commit 8bb45c5

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
cache: npm
2423

2524
- name: Check npm audit
2625
run: npm audit --production --audit-level=low
@@ -32,4 +31,4 @@ jobs:
3231
run: npm run lint
3332

3433
- name: Run licence checker
35-
run: npm run license-checker
34+
run: npm run license-checker

package-lock.json

Lines changed: 14 additions & 14 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
@@ -34,8 +34,8 @@
3434
"@angular/platform-browser": "^16.0.1",
3535
"@angular/platform-browser-dynamic": "^16.0.1",
3636
"@angular/router": "^16.0.1",
37-
"@sasjs/adapter": "^4.12.2",
38-
"@sasjs/cli": "^4.7.0",
37+
"@sasjs/adapter": "^4.14.0",
38+
"@sasjs/cli": "^4.12.11",
3939
"@sasjs/core": "^4.46.6",
4040
"@sasjs/ngx-sasjs": "^1.0.5",
4141
"@webcomponents/webcomponentsjs": "^2.6.0",

0 commit comments

Comments
 (0)