From f6dfcc865697f037c822e6bc5dff9a6c8ba44fef Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Sun, 22 May 2022 01:07:41 +0700 Subject: [PATCH] update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 956d1324abca..064aa9326890 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "confusing-browser-globals": "^1.0.11", "david": "^12.0.0", "es-observable": "git+https://github.com/tc39/proposal-observable.git#d3404f06bc70c7c578a5047dfb3dc813730e3319", - "eslint": "^8.15.0", + "eslint": "^8.16.0", "eslint-plugin-array-func": "^3.1.7", "eslint-plugin-es-x": "^5.2.1", "eslint-plugin-eslint-comments": "^3.2.0", @@ -55,7 +55,7 @@ "eslint-plugin-sonarjs": "~0.13.0", "eslint-plugin-unicorn": "^42.0.0", "jsonc-eslint-parser": "^2.1.0", - "jszip": "^3.9.1", + "jszip": "^3.10.0", "karma": "^6.3.20", "karma-phantomjs-launcher": "~1.0.4", "karma-qunit": "^4.1.2", @@ -66,7 +66,7 @@ "npm-run-all": "^4.1.5", "p-timeout": "^5.0.2", "phantomjs-prebuilt": "~2.1.16", - "playwright": "^1.22.1", + "playwright": "^1.22.2", "promises-aplus-tests": "^2.1.2", "promises-es6-tests": "~0.5.0", "qunit": "^2.19.1",