From 780453c0830236c2d161d04e6476481e88ef8c3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 07:03:51 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @rollup/plugin-node-resolve from 15.1.0 to 15.2.3. See this package in npm: https://www.npmjs.com/package/@rollup/plugin-node-resolve - terser from 5.19.0 to 5.31.6. See this package in npm: https://www.npmjs.com/package/terser - @rollup/plugin-terser from 0.4.3 to 0.4.4. See this package in npm: https://www.npmjs.com/package/@rollup/plugin-terser - @rollup/plugin-typescript from 11.1.2 to 11.1.6. See this package in npm: https://www.npmjs.com/package/@rollup/plugin-typescript - @rollup/plugin-virtual from 3.0.1 to 3.0.2. See this package in npm: https://www.npmjs.com/package/@rollup/plugin-virtual - fast-glob from 3.3.0 to 3.3.2. See this package in npm: https://www.npmjs.com/package/fast-glob - @typescript-eslint/eslint-plugin from 5.59.1 to 8.3.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/eslint-plugin - @typescript-eslint/parser from 5.59.1 to 8.3.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/parser - eslint from 8.44.0 to 9.9.1. See this package in npm: https://www.npmjs.com/package/eslint - magic-string from 0.30.1 to 0.30.11. See this package in npm: https://www.npmjs.com/package/magic-string - rollup from 3.26.2 to 4.21.2. See this package in npm: https://www.npmjs.com/package/rollup - rollup-plugin-dts from 5.3.0 to 6.1.1. See this package in npm: https://www.npmjs.com/package/rollup-plugin-dts - tslib from 2.6.0 to 2.7.0. See this package in npm: https://www.npmjs.com/package/tslib - typescript from 5.1.6 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript - wasm-feature-detect from 1.5.1 to 1.6.2. See this package in npm: https://www.npmjs.com/package/wasm-feature-detect See this project in Snyk: https://app.snyk.io/org/cachiman/project/993ee906-83b3-4908-9401-86ee986258d3?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/mono/wasm/runtime/package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/mono/wasm/runtime/package.json b/src/mono/wasm/runtime/package.json index 7e8cf75d607cb..119c0109deb75 100644 --- a/src/mono/wasm/runtime/package.json +++ b/src/mono/wasm/runtime/package.json @@ -22,23 +22,23 @@ "author": "Microsoft", "license": "MIT", "devDependencies": { - "@rollup/plugin-node-resolve": "^15.1.0", - "@rollup/plugin-terser": "0.4.3", - "@rollup/plugin-typescript": "11.1.2", - "@rollup/plugin-virtual": "3.0.1", - "@typescript-eslint/eslint-plugin": "5.59.1", - "@typescript-eslint/parser": "5.59.1", - "eslint": "8.44.0", - "fast-glob": "3.3.0", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-terser": "0.4.4", + "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-virtual": "3.0.2", + "@typescript-eslint/eslint-plugin": "8.3.0", + "@typescript-eslint/parser": "8.3.0", + "eslint": "9.9.1", + "fast-glob": "3.3.2", "git-commit-info": "2.0.2", - "magic-string": "0.30.1", - "rollup": "3.26.2", - "rollup-plugin-dts": "5.3.0", - "terser": "5.19.0", - "tslib": "2.6.0", - "typescript": "5.1.6" + "magic-string": "0.30.11", + "rollup": "4.21.2", + "rollup-plugin-dts": "6.1.1", + "terser": "5.31.6", + "tslib": "2.7.0", + "typescript": "5.5.4" }, "dependencies": { - "wasm-feature-detect": "1.5.1" + "wasm-feature-detect": "1.6.2" } }