Skip to content

Commit 951c58f

Browse files
committed
fix: Fixes vulnerability CVE-2019-10790, caused by axios dependency
1 parent 7845131 commit 951c58f

File tree

4 files changed

+37
-16
lines changed

4 files changed

+37
-16
lines changed

.github/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
handleGHRelease: true
2-
manifest: true
2+
manifest: true

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
on:
22
push:
3-
branches: [main]
43
pull_request:
54
name: ci
65
jobs:
76
test:
8-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
98
strategy:
109
matrix:
1110
node: [18, 20]
1211
include:
1312
# use latest npm by default
14-
- npm-version: latest
13+
- npm-version: 10.9.2
1514
steps:
1615
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1716
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
@@ -21,4 +20,4 @@ jobs:
2120
- name: Upgrade to latest npm to support lockfile v2
2221
run: npm install -g npm@${{ matrix.npm-version }}
2322
- run: npm install && npm install
24-
- run: npm run test
23+
- run: npm run test

package-lock.json

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

packages/synthetics-sdk-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"google-auth-library": "9.0.0",
4545
"ts-proto": "1.148.1",
4646
"winston": "3.10.0",
47-
"axios": "1.6.7"
47+
"axios": "1.9.0"
4848
},
4949
"author": "Google Inc.",
5050
"license": "Apache-2.0"

0 commit comments

Comments
 (0)