From cd77db2d4d26bbefaade4f6218d49afbd4b613a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sun, 3 Dec 2023 17:05:21 +0100 Subject: [PATCH] package.json: update --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bf96c230..64ffd951 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "parser" ], "devDependencies": { - "@babel/preset-env": "^7.24.3", + "@babel/preset-env": "^7.24.4", "@eslint/js": "^9.0.0", - "@octokit/core": "^6.0.1", + "@octokit/core": "^6.1.2", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "@stylistic/eslint-plugin": "^1.7.0", @@ -39,9 +39,9 @@ "karma-mocha": "^2.0.1", "karma-sauce-launcher": "^4.3.6", "karma-spec-reporter": "^0.0.36", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "node-fetch": "^3.3.2", - "rollup": "^3.2.5", + "rollup": "^4.14.2", "yauzl-promise": "^4.0.0" }, "license": "MPL-2.0", @@ -93,6 +93,7 @@ } }, "dependencies": { - "@babel/core": "^7.20.5" - } + "@babel/core": "^7.24.4" + }, + "packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186" }