From aba496274e1110d11c69ecad4fc6356cfdb756dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 11:09:13 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @testing-library/jest-dom from 5.17.0 to 6.5.0. See this package in npm: https://www.npmjs.com/package/@testing-library/jest-dom - @testing-library/react from 12.1.5 to 16.0.1. See this package in npm: https://www.npmjs.com/package/@testing-library/react - @wordpress/data from 6.6.2 to 10.6.0. See this package in npm: https://www.npmjs.com/package/@wordpress/data - @wordpress/i18n from 4.6.1 to 5.6.0. See this package in npm: https://www.npmjs.com/package/@wordpress/i18n - @wordpress/jest-console from 5.4.0 to 8.6.0. See this package in npm: https://www.npmjs.com/package/@wordpress/jest-console - regenerator-runtime from 0.13.11 to 0.14.0. See this package in npm: https://www.npmjs.com/package/regenerator-runtime See this project in Snyk: https://app.snyk.io/org/cachiman-inc/project/b878b9c3-9fe6-4a79-911f-a35f02b9dfca?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/js/internal-js-tests/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/js/internal-js-tests/package.json b/packages/js/internal-js-tests/package.json index d9217cedc60e7..a7dc7b98b9b8c 100644 --- a/packages/js/internal-js-tests/package.json +++ b/packages/js/internal-js-tests/package.json @@ -30,12 +30,12 @@ "lint:fix": "eslint src --fix" }, "dependencies": { - "@testing-library/jest-dom": "^5.16.2", - "@testing-library/react": "^12.1.3", - "@wordpress/data": "wp-6.0", - "@wordpress/i18n": "wp-6.0", - "@wordpress/jest-console": "^5.0.1", - "regenerator-runtime": "^0.13.9" + "@testing-library/jest-dom": "^6.5.0", + "@testing-library/react": "^16.0.1", + "@wordpress/data": "10.6.0", + "@wordpress/i18n": "5.6.0", + "@wordpress/jest-console": "^8.6.0", + "regenerator-runtime": "^0.14.0" }, "devDependencies": { "@babel/core": "^7.17.5",