From 83ea4b6890d90033e8ab88056c8d98c2abe0f91a Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Wed, 1 Nov 2023 16:45:20 -0300 Subject: [PATCH] =?UTF-8?q?Do=20e013cc0=E2=80=99s=20typescript-eslint=20ve?= =?UTF-8?q?rsion=20bumps=20in=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Perhaps I’ve misunderstood something, but it seems that if these version bumps are only in package-lock.json, then they get rolled back when NPM is asked to resolve a package-lock.json conflict [1] with e3e6781. [1] https://docs.npmjs.com/cli/v6/configuring-npm/package-locks#resolving-lockfile-conflicts --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0882f0105f..c222b2eabd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,8 @@ "@types/node": "^18.0.0", "@types/request": "^2.48.7", "@types/ws": "^8.2.0", - "@typescript-eslint/eslint-plugin": "^5.14.0", - "@typescript-eslint/parser": "^5.14.0", + "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", "async": "ably-forks/async#requirejs", "aws-sdk": "^2.1413.0", "chai": "^4.2.0", diff --git a/package.json b/package.json index 9cfe9025bd..32de6501ba 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "@types/node": "^18.0.0", "@types/request": "^2.48.7", "@types/ws": "^8.2.0", - "@typescript-eslint/eslint-plugin": "^5.14.0", - "@typescript-eslint/parser": "^5.14.0", + "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", "async": "ably-forks/async#requirejs", "aws-sdk": "^2.1413.0", "chai": "^4.2.0",