Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
with:
languages: javascript
config-file: .github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.10.0-bookworm-slim
FROM node:24.11.0-bookworm-slim

ARG CHROME_PACKAGE_VERSION

Expand Down
6 changes: 3 additions & 3 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
"@types/chrome": "0.1.24",
"@types/chrome": "0.1.27",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/webpack-env": "^1.18.4",
Expand All @@ -28,8 +28,8 @@
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "8.3.5",
"@mantine/hooks": "8.3.5",
"@mantine/core": "8.3.6",
"@mantine/hooks": "8.3.6",
"@tabler/icons-react": "3.35.0",
"clsx": "2.1.1",
"react": "19.2.0",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,30 @@
"docs:serve": "typedoc && npx http-server ./docs -p 8080 -o"
},
"devDependencies": {
"@eslint/js": "9.38.0",
"@eslint/js": "9.39.1",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@playwright/test": "1.55.1",
"@swc/core": "1.13.20",
"@types/chrome": "0.1.24",
"@swc/core": "1.15.0",
"@types/chrome": "0.1.27",
"@types/connect-busboy": "1.0.3",
"@types/cors": "2.8.19",
"@types/express": "5.0.3",
"@types/express": "5.0.5",
"@types/jasmine": "3.10.18",
"@types/node": "24.9.1",
"@types/node": "24.10.0",
"ajv": "8.17.1",
"browserstack-local": "1.5.8",
"chrome-webstore-upload": "4.0.3",
"connect-busboy": "1.0.0",
"cors": "2.8.5",
"emoji-name-map": "2.0.3",
"eslint": "9.38.0",
"eslint": "9.39.1",
"eslint-module-utils": "2.12.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "61.1.5",
"eslint-plugin-jsdoc": "61.1.12",
"eslint-plugin-unicorn": "61.0.2",
"express": "5.1.0",
"globals": "16.4.0",
"globals": "16.5.0",
"html-webpack-plugin": "5.6.4",
"http-server": "14.1.1",
"jasmine-core": "3.99.1",
Expand All @@ -79,17 +79,17 @@
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"lerna": "9.0.0",
"minimatch": "10.0.3",
"minimatch": "10.1.1",
"prettier": "3.6.2",
"puppeteer": "24.26.0",
"puppeteer": "24.29.0",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.14",
"ts-loader": "9.5.4",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typedoc": "0.28.14",
"typescript": "5.9.3",
"typescript-eslint": "8.46.2",
"typescript-eslint": "8.46.3",
"webpack": "5.102.1",
"webpack-cli": "6.0.1",
"webpack-dev-middleware": "7.4.5"
Expand All @@ -98,7 +98,7 @@
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
},
"volta": {
"node": "24.10.0",
"node": "24.11.0",
"yarn": "4.10.3"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@types/react-dom": "19.2.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router": "7.9.4",
"react-router-dom": "7.9.4",
"react-router": "7.9.5",
"react-router-dom": "7.9.5",
"react-router-dom-6": "npm:[email protected]"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions performances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"start": "ts-node ./src/main.ts"
},
"dependencies": {
"@types/node": "24.9.1",
"@types/node": "24.10.0",
"@types/node-forge": "1.3.14",
"node-forge": "1.3.1",
"puppeteer": "24.26.0",
"puppeteer": "24.29.0",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
Loading