diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a13b2c..3d0e1448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci - run: npm run test:ci @@ -180,7 +180,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci - run: npm run lint:ci @@ -203,7 +203,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci - run: npm run test:ci diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bd93dfdd..f5f40a57 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "@types/react-dom": "^18.3.0", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.3.1", - "axios": "^1.7.2", + "axios": "^1.7.4", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.11", "history": "^4.10.1", @@ -2784,9 +2784,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -6479,9 +6479,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e6d3a2c0..8ff5bde3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "^18.3.0", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.3.1", - "axios": "^1.7.2", + "axios": "^1.7.4", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.11", "history": "^4.10.1",