From 452fff535b36d45001126e6504ed9b6986adda88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Apr 2022 11:56:53 +0000 Subject: [PATCH] chore(deps): lock file maintenance --- .../prepare-dynamic-steps/npm-shrinkwrap.json | 33 ++++++++--- .../npm-shrinkwrap.json | 57 ++++++++++++++----- 2 files changed, 70 insertions(+), 20 deletions(-) diff --git a/.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json b/.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json index 82648e0..4c81b83 100644 --- a/.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json +++ b/.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json @@ -1,7 +1,7 @@ { "name": "@pkgjs/prepare-dynamic-steps", "version": "0.0.0-development", - "lockfileVersion": 3, + "lockfileVersion": 2, "requires": true, "packages": { "": { @@ -19,24 +19,21 @@ }, "node_modules/@actions/core": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", - "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", + "license": "MIT", "dependencies": { "@actions/http-client": "^1.0.11" } }, "node_modules/@actions/http-client": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", + "license": "MIT", "dependencies": { "tunnel": "0.0.6" } }, "node_modules/tunnel": { "version": "0.0.6", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "license": "MIT", "engines": { "node": ">=0.6.11 <=0.7.0 || >=0.7.3" } @@ -49,5 +46,27 @@ "node": ">= 14" } } + }, + "dependencies": { + "@actions/core": { + "version": "1.6.0", + "requires": { + "@actions/http-client": "^1.0.11" + } + }, + "@actions/http-client": { + "version": "1.0.11", + "requires": { + "tunnel": "0.0.6" + } + }, + "tunnel": { + "version": "0.0.6" + }, + "yaml": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.0.tgz", + "integrity": "sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ==" + } } } diff --git a/.github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json b/.github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json index 205b2f2..a26abeb 100644 --- a/.github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json +++ b/.github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json @@ -1,7 +1,7 @@ { "name": "@pkgjs/prepare-node-test-matrix-action", "version": "0.0.0-development", - "lockfileVersion": 3, + "lockfileVersion": 2, "requires": true, "packages": { "": { @@ -20,24 +20,21 @@ }, "node_modules/@actions/core": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", - "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", + "license": "MIT", "dependencies": { "@actions/http-client": "^1.0.11" } }, "node_modules/@actions/http-client": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", + "license": "MIT", "dependencies": { "tunnel": "0.0.6" } }, "node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -47,8 +44,7 @@ }, "node_modules/semver": { "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -61,16 +57,14 @@ }, "node_modules/tunnel": { "version": "0.0.6", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "license": "MIT", "engines": { "node": ">=0.6.11 <=0.7.0 || >=0.7.3" } }, "node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "license": "ISC" }, "node_modules/yaml": { "version": "2.0.0", @@ -80,5 +74,42 @@ "node": ">= 14" } } + }, + "dependencies": { + "@actions/core": { + "version": "1.6.0", + "requires": { + "@actions/http-client": "^1.0.11" + } + }, + "@actions/http-client": { + "version": "1.0.11", + "requires": { + "tunnel": "0.0.6" + } + }, + "lru-cache": { + "version": "6.0.0", + "requires": { + "yallist": "^4.0.0" + } + }, + "semver": { + "version": "7.3.5", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "tunnel": { + "version": "0.0.6" + }, + "yallist": { + "version": "4.0.0" + }, + "yaml": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.0.tgz", + "integrity": "sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ==" + } } }