From 1db83ce21b8356c695a78d89ccc4ad0533efd93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:43:53 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 4.5.3 to 4.5.14 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 4.5.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49026d43b..d04ecdcba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,11 +32,11 @@ "@storybook/react": "^7.6.3", "@storybook/test-runner": "^0.16.0", "@storybook/testing-library": "^0.2.2", - "@testing-library/dom": "latest", - "@testing-library/jest-dom": "latest", - "@testing-library/react": "latest", - "@testing-library/react-hooks": "latest", - "@testing-library/user-event": "latest", + "@testing-library/dom": "*", + "@testing-library/jest-dom": "*", + "@testing-library/react": "*", + "@testing-library/react-hooks": "*", + "@testing-library/user-event": "*", "@types/jest": "^29.5.11", "@types/node": "^18.19.24", "@types/react": "18.2.39", @@ -62,7 +62,7 @@ "eslint-plugin-testing-library": "^5.0.3", "eslint-plugin-use-encapsulation": "^1.0.0", "husky": "^7.0.0", - "jest": "latest", + "jest": "*", "jest-environment-jsdom": "^29.7.0", "lerna": "^5.1.2", "next": "14.0.3", @@ -323,14 +323,14 @@ "@radix-ui/react-collapsible": "^1.0.0", "@radix-ui/react-toggle-group": "^1.0.1", "@stitches/react": "1.3.1-1", - "@washingtonpost/front-end-utils": "latest", - "@washingtonpost/site-favicons": "latest", - "@washingtonpost/site-footer": "latest", - "@washingtonpost/tachyons-css": "latest", - "@washingtonpost/wpds-assets": "latest", - "@washingtonpost/wpds-kitchen-sink": "latest", - "@washingtonpost/wpds-tailwind-theme": "latest", - "@washingtonpost/wpds-tokens": "latest", + "@washingtonpost/front-end-utils": "*", + "@washingtonpost/site-favicons": "*", + "@washingtonpost/site-footer": "*", + "@washingtonpost/tachyons-css": "*", + "@washingtonpost/wpds-assets": "*", + "@washingtonpost/wpds-kitchen-sink": "*", + "@washingtonpost/wpds-tailwind-theme": "*", + "@washingtonpost/wpds-tokens": "*", "@washingtonpost/wpds-ui-kit": "file:../packages/kit", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", @@ -37650,7 +37650,9 @@ } }, "node_modules/vite": { - "version": "4.5.3", + "version": "4.5.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.14.tgz", + "integrity": "sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==", "dev": true, "license": "MIT", "dependencies": { @@ -39767,7 +39769,7 @@ "dependencies": { "@popperjs/core": "^2.11.6", "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", + "@radix-ui/react-avatar": "*", "@radix-ui/react-checkbox": "^1.0.0", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "2.0.3", @@ -39781,7 +39783,7 @@ "@radix-ui/react-separator": "^1.0.0", "@radix-ui/react-slot": "^1.0.0", "@radix-ui/react-switch": "^1.0.0", - "@radix-ui/react-tabs": "latest", + "@radix-ui/react-tabs": "*", "@radix-ui/react-tooltip": "^1.0.0", "@radix-ui/react-use-controllable-state": "^1.0.1", "@react-types/combobox": "^3.11.1",