From 8b5f731f5fb2cad2ddad199c27229aa8c03ab081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:44:43 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 5 updates Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dompurify](https://github.com/cure53/DOMPurify) | `3.2.6` | `3.4.9` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [validator](https://github.com/validatorjs/validator.js) | `13.15.15` | `13.15.22` | | [vega](https://github.com/vega/vega) | `6.1.2` | `6.2.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.6` | `7.3.5` | Updates `dompurify` from 3.2.6 to 3.4.9 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.4.9) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) Updates `validator` from 13.15.15 to 13.15.22 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.15.15...13.15.22) Updates `vega` from 6.1.2 to 6.2.0 - [Release notes](https://github.com/vega/vega/releases) - [Commits](https://github.com/vega/vega/compare/v6.1.2...v6.2.0) Updates `vite` from 7.0.6 to 7.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.9 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: validator dependency-version: 13.15.22 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vega dependency-version: 6.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 7.3.5 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef8a46ff..68e23a9d 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "ag-grid-enterprise": "34.0.2", "ag-grid-react": "34.0.2", "d3": "7.9.0", - "dompurify": "3.2.6", + "dompurify": "3.4.9", "localforage": "1.10.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "markdown-to-jsx": "7.7.12", "mui-markdown": "2.0.2", "prettier": "3.6.2", @@ -58,8 +58,8 @@ "redux": "5.0.1", "redux-persist": "6.0.0", "typescript": "5.8.3", - "validator": "13.15.15", - "vega": "6.1.2", + "validator": "13.15.22", + "vega": "6.2.0", "vega-embed": "7.0.2", "vega-lite": "6.2.0", "vm-browserify": "1.1.2", @@ -82,6 +82,6 @@ "globals": "16.3.0", "sass": "1.89.2", "typescript-eslint": "8.38.0", - "vite": "7.0.6" + "vite": "7.3.5" } }