Skip to content

Commit 39d7eb9

Browse files
👷 Update all non-major dependencies
1 parent db4fa7f commit 39d7eb9

File tree

10 files changed

+462
-636
lines changed

10 files changed

+462
-636
lines changed

‎.github/workflows/changelog-to-confluence.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414

1515
- name: Prepare Only Changelog
1616
run: |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
23+
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
29+
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4

‎.github/workflows/deploy-docs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out code at tag
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
fetch-depth: 0
3131

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.11.0-bookworm-slim
1+
FROM node:24.11.1-bookworm-slim
22

33
ARG CHROME_PACKAGE_VERSION
44

‎developer-extension/package.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
},
99
"devDependencies": {
1010
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
11-
"@types/chrome": "0.1.27",
12-
"@types/react": "19.2.2",
13-
"@types/react-dom": "19.2.2",
11+
"@types/chrome": "0.1.31",
12+
"@types/react": "19.2.6",
13+
"@types/react-dom": "19.2.3",
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",
18-
"html-webpack-plugin": "5.6.4",
18+
"html-webpack-plugin": "5.6.5",
1919
"react-refresh": "^0.18.0",
2020
"react-refresh-typescript": "^2.0.9",
2121
"style-loader": "4.0.0",
2222
"typescript": "5.9.3",
23-
"webpack": "5.102.1",
23+
"webpack": "5.103.0",
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.7",
32-
"@mantine/hooks": "8.3.7",
31+
"@mantine/core": "8.3.8",
32+
"@mantine/hooks": "8.3.8",
3333
"@tabler/icons-react": "3.35.0",
3434
"clsx": "2.1.1",
3535
"react": "19.2.0",

‎package.json‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"@eslint/js": "9.39.1",
4949
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
5050
"@playwright/test": "1.56.1",
51-
"@swc/core": "1.15.1",
52-
"@types/chrome": "0.1.27",
51+
"@swc/core": "1.15.2",
52+
"@types/chrome": "0.1.31",
5353
"@types/connect-busboy": "1.0.3",
5454
"@types/cors": "2.8.19",
5555
"@types/express": "5.0.5",
5656
"@types/jasmine": "3.10.18",
57-
"@types/node": "24.10.0",
57+
"@types/node": "24.10.1",
5858
"@types/node-forge": "1.3.14",
5959
"ajv": "8.17.1",
6060
"browserstack-local": "1.5.8",
@@ -66,11 +66,11 @@
6666
"eslint-module-utils": "2.12.1",
6767
"eslint-plugin-import": "2.32.0",
6868
"eslint-plugin-jasmine": "4.2.2",
69-
"eslint-plugin-jsdoc": "61.1.12",
69+
"eslint-plugin-jsdoc": "61.4.0",
7070
"eslint-plugin-unicorn": "62.0.0",
7171
"express": "5.1.0",
7272
"globals": "16.5.0",
73-
"html-webpack-plugin": "5.6.4",
73+
"html-webpack-plugin": "5.6.5",
7474
"http-server": "14.1.1",
7575
"jasmine-core": "3.99.1",
7676
"json-schema-to-typescript": "bcaudan/json-schema-to-typescript#bcaudan/add-readonly-support",
@@ -83,27 +83,27 @@
8383
"karma-sourcemap-loader": "0.4.0",
8484
"karma-spec-reporter": "0.0.36",
8585
"karma-webpack": "5.0.0",
86-
"lerna": "9.0.0",
86+
"lerna": "9.0.1",
8787
"minimatch": "10.1.1",
8888
"node-forge": "1.3.2",
8989
"prettier": "3.6.2",
90-
"puppeteer": "24.29.1",
90+
"puppeteer": "24.31.0",
9191
"swc-loader": "0.2.6",
9292
"terser-webpack-plugin": "5.3.14",
9393
"ts-loader": "9.5.4",
9494
"tsconfig-paths-webpack-plugin": "4.2.0",
9595
"typedoc": "0.28.14",
9696
"typescript": "5.9.3",
97-
"typescript-eslint": "8.46.3",
98-
"webpack": "5.102.1",
97+
"typescript-eslint": "8.47.0",
98+
"webpack": "5.103.0",
9999
"webpack-cli": "6.0.1",
100100
"webpack-dev-middleware": "7.4.5"
101101
},
102102
"resolutions": {
103103
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
104104
},
105105
"volta": {
106-
"node": "24.11.0",
106+
"node": "24.11.1",
107107
"yarn": "4.11.0"
108108
},
109109
"packageManager": "[email protected]"

‎packages/flagging/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"access": "public"
3333
},
3434
"devDependencies": {
35-
"webpack": "5.102.1"
35+
"webpack": "5.103.0"
3636
}
3737
}

‎packages/rum-react/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@types/react": "19.2.2",
40-
"@types/react-dom": "19.2.2",
39+
"@types/react": "19.2.6",
40+
"@types/react-dom": "19.2.3",
4141
"react": "19.2.0",
4242
"react-dom": "19.2.0",
43-
"react-router": "7.9.5",
44-
"react-router-dom": "7.9.5",
45-
"react-router-dom-6": "npm:[email protected].1"
43+
"react-router": "7.9.6",
44+
"react-router-dom": "7.9.6",
45+
"react-router-dom-6": "npm:[email protected].2"
4646
},
4747
"repository": {
4848
"type": "git",

‎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.102.1"
25+
"webpack": "5.103.0"
2626
}
2727
}

0 commit comments

Comments
 (0)