From 88affea09acde19d958264ef6c4febc04cf9b61d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 09:47:32 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/chrome from 0.0.269 to 0.0.270. See this package in npm: https://www.npmjs.com/package/@types/chrome - esbuild from 0.15.18 to 0.23.1. See this package in npm: https://www.npmjs.com/package/esbuild - highlight.js from 10.7.3 to 11.10.0. See this package in npm: https://www.npmjs.com/package/highlight.js See this project in Snyk: https://app.snyk.io/org/soyabn09/project/a908760e-b71f-447c-a756-6a4d0c58f739?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eabe43ed0e..6ef143f35b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@stylistic/eslint-plugin": "^2.6.1", - "@types/chrome": "^0.0.269", + "@types/chrome": "^0.0.270", "@types/diff": "^5.2.1", "@types/lodash": "^4.17.7", "@types/node": "^22.0.3", @@ -56,14 +56,14 @@ "@types/yazl": "^2.4.5", "diff": "^5.2.0", "discord-types": "^1.3.26", - "esbuild": "^0.15.18", + "esbuild": "^0.23.1", "eslint": "^9.8.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-path-alias": "2.1.0", "eslint-plugin-simple-header": "^1.1.1", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.0.1", - "highlight.js": "10.7.3", + "highlight.js": "11.10.0", "html-minifier-terser": "^7.2.0", "moment": "^2.30.1", "puppeteer-core": "^22.15.0",