Skip to content

Commit c8669dd

Browse files
👷 Update all non-major dependencies
1 parent ec9b560 commit c8669dd

File tree

9 files changed

+310
-317
lines changed

9 files changed

+310
-317
lines changed

‎.github/workflows/codeql-analysis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
23+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
29+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9

‎.github/workflows/stale.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
stale:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
17+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1818
with:
1919
# See documentation at https://github.com/actions/stale?tab=readme-ov-file#all-options
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}

‎developer-extension/package.json‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
},
99
"devDependencies": {
1010
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
11-
"@types/chrome": "0.1.12",
12-
"@types/react": "19.1.15",
13-
"@types/react-dom": "19.1.9",
11+
"@types/chrome": "0.1.24",
12+
"@types/react": "19.2.2",
13+
"@types/react-dom": "19.2.2",
1414
"@types/webpack-env": "^1.18.4",
1515
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
1616
"copy-webpack-plugin": "13.0.1",
1717
"css-loader": "7.1.2",
1818
"html-webpack-plugin": "5.6.4",
19-
"react-refresh": "^0.17.0",
19+
"react-refresh": "^0.18.0",
2020
"react-refresh-typescript": "^2.0.9",
2121
"style-loader": "4.0.0",
22-
"typescript": "5.9.2",
23-
"webpack": "5.101.3",
22+
"typescript": "5.9.3",
23+
"webpack": "5.102.1",
2424
"webpack-cli": "^6.0.0",
2525
"webpack-dev-server": "^5.0.4"
2626
},
2727
"dependencies": {
2828
"@datadog/browser-core": "workspace:*",
2929
"@datadog/browser-logs": "workspace:*",
3030
"@datadog/browser-rum": "workspace:*",
31-
"@mantine/core": "8.3.2",
32-
"@mantine/hooks": "8.3.2",
31+
"@mantine/core": "8.3.5",
32+
"@mantine/hooks": "8.3.5",
3333
"@tabler/icons-react": "3.35.0",
3434
"clsx": "2.1.1",
35-
"react": "19.1.1",
36-
"react-dom": "19.1.1"
35+
"react": "19.2.0",
36+
"react-dom": "19.2.0"
3737
},
3838
"volta": {
3939
"extends": "../package.json"

‎package.json‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
"docs:serve": "typedoc && npx http-server ./docs -p 8080 -o"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "9.36.0",
42+
"@eslint/js": "9.38.0",
4343
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
4444
"@playwright/test": "1.55.1",
4545
"@swc/core": "1.13.5",
46-
"@types/chrome": "0.1.12",
46+
"@types/chrome": "0.1.24",
4747
"@types/connect-busboy": "1.0.3",
4848
"@types/cors": "2.8.19",
4949
"@types/express": "5.0.3",
5050
"@types/jasmine": "3.10.18",
51-
"@types/node": "24.5.2",
51+
"@types/node": "24.9.0",
5252
"ajv": "8.17.1",
5353
"browserstack-local": "1.5.8",
54-
"chrome-webstore-upload": "4.0.0",
54+
"chrome-webstore-upload": "4.0.3",
5555
"connect-busboy": "1.0.0",
5656
"cors": "2.8.5",
5757
"emoji-name-map": "2.0.3",
58-
"eslint": "9.36.0",
58+
"eslint": "9.38.0",
5959
"eslint-module-utils": "2.12.1",
6060
"eslint-plugin-import": "2.32.0",
6161
"eslint-plugin-jasmine": "4.2.2",
62-
"eslint-plugin-jsdoc": "61.1.1",
62+
"eslint-plugin-jsdoc": "61.1.5",
6363
"eslint-plugin-unicorn": "61.0.2",
6464
"express": "5.1.0",
6565
"glob": "11.0.3",
@@ -81,24 +81,24 @@
8181
"minimatch": "10.0.3",
8282
"npm-run-all": "4.1.5",
8383
"prettier": "3.6.2",
84-
"puppeteer": "24.22.3",
84+
"puppeteer": "24.25.0",
8585
"swc-loader": "0.2.6",
8686
"terser-webpack-plugin": "5.3.14",
8787
"ts-loader": "9.5.4",
8888
"ts-node": "10.9.2",
8989
"tsconfig-paths-webpack-plugin": "4.2.0",
90-
"typedoc": "0.28.13",
91-
"typescript": "5.9.2",
92-
"typescript-eslint": "8.44.1",
93-
"webpack": "5.101.3",
90+
"typedoc": "0.28.14",
91+
"typescript": "5.9.3",
92+
"typescript-eslint": "8.46.2",
93+
"webpack": "5.102.1",
9494
"webpack-cli": "6.0.1",
9595
"webpack-dev-middleware": "7.4.5"
9696
},
9797
"resolutions": {
9898
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
9999
},
100100
"volta": {
101-
"node": "24.9.0",
101+
"node": "24.10.0",
102102
"yarn": "4.10.3"
103103
},
104104
"packageManager": "[email protected]"

‎packages/flagging/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
},
3838
"devDependencies": {
3939
"npm-run-all": "4.1.5",
40-
"webpack": "5.101.3"
40+
"webpack": "5.102.1"
4141
}
4242
}

‎packages/rum-react/package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
}
4040
},
4141
"devDependencies": {
42-
"@types/react": "19.1.15",
43-
"@types/react-dom": "19.1.9",
44-
"react": "19.1.1",
45-
"react-dom": "19.1.1",
46-
"react-router": "7.9.3",
47-
"react-router-dom": "7.9.3",
42+
"@types/react": "19.2.2",
43+
"@types/react-dom": "19.2.2",
44+
"react": "19.2.0",
45+
"react-dom": "19.2.0",
46+
"react-router": "7.9.4",
47+
"react-router-dom": "7.9.4",
4848
"react-router-dom-6": "npm:[email protected]"
4949
},
5050
"repository": {

‎packages/worker/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"access": "public"
2323
},
2424
"devDependencies": {
25-
"webpack": "5.101.3"
25+
"webpack": "5.102.1"
2626
}
2727
}

‎performances/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"start": "ts-node ./src/main.ts"
66
},
77
"dependencies": {
8-
"@types/node": "24.5.2",
8+
"@types/node": "24.9.0",
99
"@types/node-forge": "1.3.14",
1010
"node-forge": "1.3.1",
11-
"puppeteer": "24.22.3",
11+
"puppeteer": "24.25.0",
1212
"ts-node": "10.9.2"
1313
},
1414
"volta": {

0 commit comments

Comments
 (0)