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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Initialize CodeQL
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
languages: javascript
config-file: .github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
14 changes: 7 additions & 7 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "wxt"
},
"devDependencies": {
"@types/chrome": "0.1.40",
"@types/chrome": "0.1.42",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@wxt-dev/module-react": "1.2.2",
Expand All @@ -18,13 +18,13 @@
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@datadog/browser-rum-core": "workspace:*",
"@mantine/core": "9.1.1",
"@mantine/hooks": "9.1.1",
"@tabler/icons-react": "3.41.1",
"@mantine/core": "9.2.0",
"@mantine/hooks": "9.2.0",
"@tabler/icons-react": "3.44.0",
"clsx": "2.1.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"wxt": "0.20.25"
"react": "19.2.6",
"react-dom": "19.2.6",
"wxt": "0.20.26"
},
"volta": {
"extends": "../package.json"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@playwright/test": "1.58.2",
"@swc/core": "1.15.33",
"@types/busboy": "1.5.4",
"@types/chrome": "0.1.40",
"@types/chrome": "0.1.42",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/jasmine": "3.10.19",
"@types/node": "25.6.0",
"@types/node": "25.6.2",
"@types/node-forge": "1.3.14",
"@types/ws": "8.18.1",
"ajv": "8.20.0",
Expand Down Expand Up @@ -86,19 +86,19 @@
"minimatch": "10.2.5",
"node-forge": "1.4.0",
"prettier": "3.8.3",
"puppeteer": "24.42.0",
"puppeteer": "24.43.1",
"swc-loader": "0.2.7",
"terser-webpack-plugin": "5.5.0",
"terser-webpack-plugin": "5.6.0",
"ts-loader": "9.5.7",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typedoc": "0.28.19",
"typescript": "6.0.3",
"typescript-eslint": "8.59.1",
"typescript-eslint": "8.59.2",
"undici": "8.2.0",
"webpack": "5.106.2",
"webpack-cli": "7.0.2",
"webpack-dev-middleware": "8.0.3",
"ws": "8.18.3"
"ws": "8.20.0"
},
"resolutions": {
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/rum-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"access": "public"
},
"devDependencies": {
"@angular/common": "21.2.11",
"@angular/compiler": "21.2.11",
"@angular/core": "21.2.11",
"@angular/platform-browser": "21.2.11",
"@angular/router": "21.2.11",
"@angular/common": "21.2.12",
"@angular/compiler": "21.2.12",
"@angular/core": "21.2.12",
"@angular/platform-browser": "21.2.12",
"@angular/router": "21.2.12",
"rxjs": "7.8.2"
}
}
4 changes: 2 additions & 2 deletions packages/rum-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/react": "19.2.14",
"next": "16.2.4",
"react": "19.2.5",
"react-dom": "19.2.5"
"react": "19.2.6",
"react-dom": "19.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/rum-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"devDependencies": {
"vue": "3.5.33",
"vue": "3.5.34",
"vue-router": "5.0.6"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
}
},
"devDependencies": {
"@tanstack/react-router": "1.169.1",
"@tanstack/react-router": "1.169.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-router": "7.14.2",
"react-router-dom": "7.14.2",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-router": "7.15.0",
"react-router-dom": "7.15.0",
"react-router-dom-6": "npm:react-router-dom@6.30.3"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rum-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@vue/test-utils": "2.4.10",
"vue": "3.5.33",
"vue": "3.5.34",
"vue-router": "5.0.6"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/apps/angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@angular/platform-browser": "15.2.10",
"@angular/router": "15.2.10",
"rxjs": "7.8.2",
"zone.js": "0.16.1"
"zone.js": "0.16.2"
},
"peerDependencies": {
"@datadog/browser-rum": "*",
Expand Down
10 changes: 5 additions & 5 deletions test/apps/angular-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ __metadata:
typescript: "npm:4.9.5"
webpack: "npm:5.106.2"
webpack-cli: "npm:6.0.1"
zone.js: "npm:0.16.1"
zone.js: "npm:0.16.2"
peerDependencies:
"@datadog/browser-rum": "*"
"@datadog/browser-rum-angular": "*"
Expand Down Expand Up @@ -2092,9 +2092,9 @@ __metadata:
languageName: node
linkType: hard

"zone.js@npm:0.16.1":
version: 0.16.1
resolution: "zone.js@npm:0.16.1"
checksum: 10c0/6f3638310e89697b0a21a4e7282b2505f26fb32dabb6ca1f09b721279e8512436efff199db0c7e3c7b7d11400dd42c88fa5cffc85984db56b9ac497a0050fe11
"zone.js@npm:0.16.2":
version: 0.16.2
resolution: "zone.js@npm:0.16.2"
checksum: 10c0/bc84f2257335881f274a4522d9a3a1b21ef02ce42bbc8322751cd4b40636bfe19af48eb08053f3864f30d78549e0893d6bb336bf7123fc06020da70e6d89db8e
languageName: node
linkType: hard
6 changes: 3 additions & 3 deletions test/apps/instrumentation-overhead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@datadog/browser-debugger": "file:../../../packages/debugger/package.tgz"
},
"devDependencies": {
"ts-loader": "9.5.1",
"ts-loader": "9.5.7",
"typescript": "5.9.3",
"webpack": "5.105.2"
"webpack": "5.106.2"
},
"volta": {
"extends": "../../../package.json"
},
"packageManager": "yarn@4.12.0"
"packageManager": "yarn@4.14.1"
}
Loading
Loading