From 9ef0526c4768d6710762be47b24ded4801f8e781 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Fri, 14 Jan 2022 06:13:05 +0700 Subject: [PATCH] update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5264f38e2b7f..2ffe8c866237 100644 --- a/package.json +++ b/package.json @@ -44,15 +44,15 @@ "eslint-plugin-regexp": "^1.5.1", "eslint-plugin-sonarjs": "~0.11.0", "eslint-plugin-unicorn": "^40.0.0", - "jsonc-eslint-parser": "^2.0.4", - "karma": "^6.3.10", + "jsonc-eslint-parser": "^2.1.0", + "karma": "^6.3.11", "karma-phantomjs-launcher": "~1.0.4", "karma-qunit": "^4.1.2", "konan": "^2.1.1", "lerna": "^4.0.0", "moon-unit": "0.2.2", "node-qunit": "^2.0.0", - "npm": "^8.3.0", + "npm": "^8.3.1", "npm-run-all": "^4.1.5", "p-timeout": "^5.0.2", "phantomjs-prebuilt": "~2.1.16", @@ -63,7 +63,7 @@ "qunit": "^2.17.2", "semver": "^7.3.5", "terser": "^5.10.0", - "webpack": "^5.65.0", + "webpack": "^5.66.0", "webpack-cli": "^4.9.1", "zx": "^4.2.0" },