From 370de0be65488997c0c2ee77b2815e188c091435 Mon Sep 17 00:00:00 2001 From: Pavlo Andriiesh Date: Mon, 6 Jun 2022 15:45:01 +0200 Subject: [PATCH 1/2] bump-lodash-use-python-version-v0 --- Tasks/UsePythonVersionV0/Tests/package-lock.json | 8 ++++---- Tasks/UsePythonVersionV0/Tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tasks/UsePythonVersionV0/Tests/package-lock.json b/Tasks/UsePythonVersionV0/Tests/package-lock.json index 0756e87ff3e0..d1e5fa0738b3 100644 --- a/Tasks/UsePythonVersionV0/Tests/package-lock.json +++ b/Tasks/UsePythonVersionV0/Tests/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-python-version", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -71,9 +71,9 @@ "integrity": "sha512-aWgeGFW67BP3e5181Ep1Fv2v8z//iBJfrvyTnq8wG86vEESwmonn1zPBJ0VfmT9CJq2FIT0VsETtrNFm2a+SHA==" }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.get": { "version": "4.4.2", diff --git a/Tasks/UsePythonVersionV0/Tests/package.json b/Tasks/UsePythonVersionV0/Tests/package.json index 7e0a86d0a776..6c9c38f45dfe 100644 --- a/Tasks/UsePythonVersionV0/Tests/package.json +++ b/Tasks/UsePythonVersionV0/Tests/package.json @@ -1,6 +1,6 @@ { "name": "use-python-version", - "version": "0.1.0", + "version": "0.1.1", "description": "Retrieves the specified version of Python from the tool cache. Optionally add it to PATH.", "main": "usepythonversion.js", "scripts": { From 5cb33bc12e87887e17187dfbb52d4a2982a05dad Mon Sep 17 00:00:00 2001 From: Pavlo Andriiesh Date: Mon, 6 Jun 2022 17:09:59 +0200 Subject: [PATCH 2/2] revert bump package vesrion --- Tasks/UsePythonVersionV0/Tests/package-lock.json | 2 +- Tasks/UsePythonVersionV0/Tests/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tasks/UsePythonVersionV0/Tests/package-lock.json b/Tasks/UsePythonVersionV0/Tests/package-lock.json index d1e5fa0738b3..1a3acea5702d 100644 --- a/Tasks/UsePythonVersionV0/Tests/package-lock.json +++ b/Tasks/UsePythonVersionV0/Tests/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-python-version", - "version": "0.1.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/Tasks/UsePythonVersionV0/Tests/package.json b/Tasks/UsePythonVersionV0/Tests/package.json index 6c9c38f45dfe..7e0a86d0a776 100644 --- a/Tasks/UsePythonVersionV0/Tests/package.json +++ b/Tasks/UsePythonVersionV0/Tests/package.json @@ -1,6 +1,6 @@ { "name": "use-python-version", - "version": "0.1.1", + "version": "0.1.0", "description": "Retrieves the specified version of Python from the tool cache. Optionally add it to PATH.", "main": "usepythonversion.js", "scripts": {