From 4d3ef639c2505dfcbf83370db8c170fe7512f49c Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Fri, 25 Aug 2023 18:03:05 +0300 Subject: [PATCH] release: fix package-lock (#7975) ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8ddfc1a3d8..1f27e32ca69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.3.0-rc.1", + "version": "3.3.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.3.0-rc.1", + "version": "3.3.0-rc.2", "license": "MIT", "dependencies": { "@babel/core": "^7.12.1",