Skip to content

Commit 34df39e

Browse files
chore(deps): update all non-major dependencies
1 parent 5b49b4a commit 34df39e

File tree

7 files changed

+1075
-1042
lines changed

7 files changed

+1075
-1042
lines changed

.github/workflows/deploy-to-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
url: https://ads.brave.com
1616

1717
steps:
18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2121
- name: Use Node.js
22-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
22+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323
with:
2424
node-version-file: ".node-version"
2525
cache: pnpm

.github/workflows/deploy-to-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
url: https://ads.bravesoftware.com
1717

1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2222
- name: Use Node.js
23-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
23+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2424
with:
2525
node-version-file: ".node-version"
2626
cache: pnpm

.github/workflows/sanity-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2121
- name: Use Node.js
22-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
22+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323
with:
2424
node-version-file: ".node-version"
2525
cache: pnpm

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
14+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1515
with:
1616
days-before-issue-stale: 365
1717
days-before-issue-close: 7

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.12.0
1+
24.14.0

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"@fontsource/poppins": "5.2.7",
1313
"@graphql-typed-document-node/core": "3.2.0",
1414
"@jonkoops/matomo-tracker-react": "0.7.0",
15-
"@mui/icons-material": "7.3.6",
16-
"@mui/material": "7.3.6",
17-
"@mui/x-data-grid": "8.23.0",
18-
"@mui/x-date-pickers": "8.23.0",
15+
"@mui/icons-material": "7.3.8",
16+
"@mui/material": "7.3.8",
17+
"@mui/x-data-grid": "8.27.3",
18+
"@mui/x-date-pickers": "8.27.2",
1919
"bignumber.js": "9.3.1",
2020
"dayjs": "1.11.19",
2121
"formik": "2.4.9",
22-
"graphql": "16.12.0",
23-
"highcharts": "12.4.0",
22+
"graphql": "16.13.0",
23+
"highcharts": "12.5.0",
2424
"highcharts-react-official": "3.2.3",
25-
"immer": "11.1.3",
25+
"immer": "11.1.4",
2626
"lodash": "4.17.23",
27-
"react": "19.2.3",
28-
"react-dom": "19.2.3",
27+
"react": "19.2.4",
28+
"react-dom": "19.2.4",
2929
"react-router-dom": "5.3.4",
30-
"react-window": "2.2.3",
31-
"swr": "2.3.8",
30+
"react-window": "2.2.7",
31+
"swr": "2.4.1",
3232
"yup": "1.7.1"
3333
},
3434
"scripts": {
@@ -49,33 +49,33 @@
4949
"lint:fix": "eslint --fix src"
5050
},
5151
"devDependencies": {
52-
"@eslint/js": "9.39.2",
53-
"@graphql-codegen/cli": "6.1.0",
54-
"@graphql-codegen/client-preset": "5.2.2",
52+
"@eslint/js": "9.39.3",
53+
"@graphql-codegen/cli": "6.1.2",
54+
"@graphql-codegen/client-preset": "5.2.3",
5555
"@graphql-codegen/introspection": "5.0.0",
5656
"@graphql-eslint/eslint-plugin": "4.4.0",
57-
"@parcel/watcher": "2.5.1",
58-
"@types/lodash": "4.17.21",
59-
"@types/react": "19.2.7",
57+
"@parcel/watcher": "2.5.6",
58+
"@types/lodash": "4.17.24",
59+
"@types/react": "19.2.14",
6060
"@types/react-dom": "19.2.3",
6161
"@types/react-router-dom": "5.3.3",
62-
"@vitejs/plugin-basic-ssl": "2.1.0",
63-
"@vitejs/plugin-react": "5.1.2",
64-
"eslint": "9.39.2",
62+
"@vitejs/plugin-basic-ssl": "2.1.4",
63+
"@vitejs/plugin-react": "5.1.4",
64+
"eslint": "9.39.3",
6565
"eslint-config-prettier": "10.1.8",
6666
"eslint-plugin-react": "7.37.5",
6767
"eslint-plugin-react-hooks": "7.0.1",
6868
"husky": "9.1.7",
69-
"knip": "5.78.0",
70-
"lint-staged": "16.2.7",
71-
"prettier": "3.7.4",
69+
"knip": "5.85.0",
70+
"lint-staged": "16.3.1",
71+
"prettier": "3.8.1",
7272
"prettier-plugin-organize-imports": "4.3.0",
7373
"typescript": "5.9.3",
74-
"typescript-eslint": "8.51.0",
75-
"vite": "7.3.0",
74+
"typescript-eslint": "8.56.1",
75+
"vite": "7.3.1",
7676
"vite-plugin-checker": "0.12.0",
77-
"vite-tsconfig-paths": "6.0.3",
78-
"vitest": "4.0.16"
77+
"vite-tsconfig-paths": "6.1.1",
78+
"vitest": "4.0.18"
7979
},
8080
"engines": {
8181
"node": ">=20",
@@ -127,5 +127,5 @@
127127
"ignoreGhsas": []
128128
}
129129
},
130-
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
130+
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
131131
}

0 commit comments

Comments
 (0)