Skip to content

Commit

Permalink
👷 Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent fc1bb77 commit 4978aa2
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 271 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-bookworm-slim
FROM node:22.13.0-bookworm-slim

ARG CHROME_PACKAGE_VERSION

Expand Down
8 changes: 4 additions & 4 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "webpack --mode development --watch"
},
"devDependencies": {
"@tabler/icons-react": "3.26.0",
"@types/chrome": "0.0.287",
"@tabler/icons-react": "3.28.1",
"@types/chrome": "0.0.294",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
Expand All @@ -22,8 +22,8 @@
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "7.15.2",
"@mantine/hooks": "7.15.2",
"@mantine/core": "7.15.3",
"@mantine/hooks": "7.15.3",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"woke": "scripts/cli woke"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/chrome": "0.0.287",
"@types/chrome": "0.0.294",
"@types/connect-busboy": "1.0.3",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
Expand All @@ -50,15 +50,15 @@
"connect-busboy": "1.0.0",
"cors": "2.8.5",
"emoji-name-map": "1.2.9",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-module-utils": "2.12.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-unicorn": "56.0.1",
"express": "4.21.2",
"glob": "11.0.0",
"globals": "15.12.0",
"glob": "11.0.1",
"globals": "15.14.0",
"html-webpack-plugin": "5.6.3",
"jasmine-core": "3.99.1",
"json-schema-to-typescript": "bcaudan/json-schema-to-typescript#bcaudan/add-readonly-support",
Expand All @@ -77,11 +77,11 @@
"prettier": "3.4.2",
"puppeteer": "23.11.1",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.1",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.7.2",
"typescript-eslint": "8.19.1",
"typescript": "5.7.3",
"typescript-eslint": "8.20.0",
"webdriverio": "8.41.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
Expand All @@ -91,7 +91,7 @@
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
},
"volta": {
"node": "22.12.0",
"node": "22.13.0",
"yarn": "1.22.22"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion performances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ts-node ./src/main.ts"
},
"dependencies": {
"@types/node": "22.10.2",
"@types/node": "22.10.6",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "23.11.1",
Expand Down
Loading

0 comments on commit 4978aa2

Please sign in to comment.