From b236eab9a5233f57662041ce1cca0c789cc2093c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 06:28:56 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @rollup/plugin-typescript from 8.3.4 to 8.5.0. See this package in npm: https://www.npmjs.com/package/@rollup/plugin-typescript - rollup from 2.70.2 to 2.79.1. See this package in npm: https://www.npmjs.com/package/rollup - tslib from 2.4.1 to 2.7.0. See this package in npm: https://www.npmjs.com/package/tslib - typescript from 4.6.4 to 4.9.5. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/redlegend606/project/7ccce224-100f-4cdd-9ab0-0b911a4013d7?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/testing/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/testing/package.json b/tools/testing/package.json index 927b8ae..a54be21 100644 --- a/tools/testing/package.json +++ b/tools/testing/package.json @@ -12,18 +12,18 @@ }, "license": "MIT", "dependencies": { - "rollup": "~2.70.2", - "typescript": "~4.6.3", + "rollup": "~2.79.1", + "typescript": "~4.9.5", "@testing-library/react-hooks": "~8.0.0", "react": "^16.13.1", "@rollup/plugin-commonjs": "~22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@rollup/plugin-typescript": "~8.3.2", - "tslib": "~2.4.0", + "@rollup/plugin-typescript": "~8.5.0", + "tslib": "~2.7.0", "@esm-bundle/react": "~17.0.2-fix.1" }, "devDependencies": { - "rollup": "~2.70.2", + "rollup": "~2.79.1", "rimraf": "^4.1.2", "@types/react-dom": "^16.9.9", "cpy-cli": "~4.2.0"