File tree Expand file tree Collapse file tree 10 files changed +282
-351
lines changed Expand file tree Collapse file tree 10 files changed +282
-351
lines changed Original file line number Diff line number Diff 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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
23+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
2424 with :
2525 languages : javascript
2626 config-file : .github/codeql-config.yml
2727
2828 - name : Perform CodeQL Analysis
29- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
29+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
Original file line number Diff line number Diff line change 11variables :
22 CURRENT_STAGING : staging-41
33 APP : ' browser-sdk'
4- CURRENT_CI_IMAGE : 90
4+ CURRENT_CI_IMAGE : 91
55 BUILD_STABLE_REGISTRY : ' registry.ddbuild.io'
66 CI_IMAGE : ' $BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
77 GIT_REPOSITORY :
' [email protected] :DataDog/browser-sdk.git'
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- yarnPath : .yarn/releases/yarn-4.10.2 .cjs
1+ yarnPath : .yarn/releases/yarn-4.10.3 .cjs
22defaultSemverRangePrefix : ' '
33nodeLinker : node-modules
44
Original file line number Diff line number Diff line change 1- FROM node:24.8 .0-bookworm-slim
1+ FROM node:24.9 .0-bookworm-slim
22
33ARG CHROME_PACKAGE_VERSION
44
Original file line number Diff line number Diff line change 99 "devDependencies" : {
1010 "@pmmmwh/react-refresh-webpack-plugin" : " ^0.6.0" ,
1111 "@types/chrome" : " 0.1.12" ,
12- "@types/react" : " 19.1.13 " ,
12+ "@types/react" : " 19.1.15 " ,
1313 "@types/react-dom" : " 19.1.9" ,
1414 "@types/webpack-env" : " ^1.18.4" ,
1515 "@webextension-toolbox/webpack-webextension-plugin" : " 3.3.1" ,
2828 "@datadog/browser-core" : " workspace:*" ,
2929 "@datadog/browser-logs" : " workspace:*" ,
3030 "@datadog/browser-rum" : " workspace:*" ,
31- "@mantine/core" : " 8.3.1 " ,
32- "@mantine/hooks" : " 8.3.1 " ,
31+ "@mantine/core" : " 8.3.2 " ,
32+ "@mantine/hooks" : " 8.3.2 " ,
3333 "@tabler/icons-react" : " 3.35.0" ,
3434 "clsx" : " 2.1.1" ,
3535 "react" : " 19.1.1" ,
Original file line number Diff line number Diff line change 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" : " 60.1.1 " ,
62+ "eslint-plugin-jsdoc" : " 60.5.0 " ,
6363 "eslint-plugin-unicorn" : " 61.0.2" ,
6464 "express" : " 5.1.0" ,
6565 "glob" : " 11.0.3" ,
8181 "minimatch" : " 10.0.3" ,
8282 "npm-run-all" : " 4.1.5" ,
8383 "prettier" : " 3.6.2" ,
84- "puppeteer" : " 24.22.0 " ,
84+ "puppeteer" : " 24.22.3 " ,
8585 "swc-loader" : " 0.2.6" ,
8686 "terser-webpack-plugin" : " 5.3.14" ,
8787 "ts-loader" : " 9.5.4" ,
9292 "typescript-eslint" : " 8.44.1" ,
9393 "webpack" : " 5.101.3" ,
9494 "webpack-cli" : " 6.0.1" ,
95- "webpack-dev-middleware" : " 7.4.3 "
95+ "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.8 .0" ,
102- "yarn" : " 4.10.2 "
101+ "node" : " 24.9 .0" ,
102+ "yarn" : " 4.10.3 "
103103 },
104- "packageManager" :
" [email protected] .2 " 104+ "packageManager" :
" [email protected] .3 " 105105}
Original file line number Diff line number Diff line change 3939 }
4040 },
4141 "devDependencies" : {
42- "@types/react" : " 19.1.13 " ,
42+ "@types/react" : " 19.1.15 " ,
4343 "@types/react-dom" : " 19.1.9" ,
4444 "react" : " 19.1.1" ,
4545 "react-dom" : " 19.1.1" ,
46- "react-router" : " 7.9.1 " ,
47- "react-router-dom" : " 7.9.1 " ,
46+ "react-router" : " 7.9.3 " ,
47+ "react-router-dom" : " 7.9.3 " ,
4848 "react-router-dom-6" :
" npm:[email protected] " 4949 },
5050 "repository" : {
Original file line number Diff line number Diff line change 99 "@types/node" : " 24.5.2" ,
1010 "@types/node-forge" : " 1.3.14" ,
1111 "node-forge" : " 1.3.1" ,
12- "puppeteer" : " 24.22.0 " ,
12+ "puppeteer" : " 24.22.3 " ,
1313 "ts-node" : " 10.9.2"
1414 },
1515 "volta" : {
You can’t perform that action at this time.
0 commit comments