diff --git a/.github/actions/prepare-dynamic-steps/.npmrc b/.github/actions/prepare-dynamic-steps/.npmrc index 1f602e5..7119605 100644 --- a/.github/actions/prepare-dynamic-steps/.npmrc +++ b/.github/actions/prepare-dynamic-steps/.npmrc @@ -1,2 +1,3 @@ package-lock=true shrinkwrap=true +lockfile-version=3 diff --git a/.github/actions/prepare-dynamic-steps/.nvmrc b/.github/actions/prepare-dynamic-steps/.nvmrc index 48082f7..b6a7d89 100644 --- a/.github/actions/prepare-dynamic-steps/.nvmrc +++ b/.github/actions/prepare-dynamic-steps/.nvmrc @@ -1 +1 @@ -12 +16 diff --git a/.github/actions/prepare-dynamic-steps/action.yaml b/.github/actions/prepare-dynamic-steps/action.yaml index e52f6b7..478d3ab 100644 --- a/.github/actions/prepare-dynamic-steps/action.yaml +++ b/.github/actions/prepare-dynamic-steps/action.yaml @@ -3,7 +3,7 @@ name: Dynamic action generator description: Takes a list of steps as YAML inside string and writes them out as a composite action runs: - using: node12 + using: node16 main: index.js inputs: diff --git a/.github/actions/prepare-dynamic-steps/node_modules/.package-lock.json b/.github/actions/prepare-dynamic-steps/node_modules/.package-lock.json index 04a332d..3321d4b 100644 --- a/.github/actions/prepare-dynamic-steps/node_modules/.package-lock.json +++ b/.github/actions/prepare-dynamic-steps/node_modules/.package-lock.json @@ -1,7 +1,7 @@ { "name": "@pkgjs/prepare-dynamic-steps", "version": "0.0.0-development", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "node_modules/@actions/core": { diff --git a/.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json b/.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json index cb78b56..03db746 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": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { @@ -13,7 +13,7 @@ "yaml": "^1.10.2" }, "engines": { - "node": "^12", + "node": "^16", "npm": "^8" } }, @@ -49,33 +49,5 @@ "node": ">= 6" } } - }, - "dependencies": { - "@actions/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", - "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", - "requires": { - "@actions/http-client": "^1.0.11" - } - }, - "@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==", - "requires": { - "tunnel": "0.0.6" - } - }, - "tunnel": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" - }, - "yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" - } } } diff --git a/.github/actions/prepare-dynamic-steps/package.json b/.github/actions/prepare-dynamic-steps/package.json index b785dc0..0ceba35 100644 --- a/.github/actions/prepare-dynamic-steps/package.json +++ b/.github/actions/prepare-dynamic-steps/package.json @@ -13,7 +13,7 @@ "author": "@pkgjs", "license": "MIT", "engines": { - "node": "^12", + "node": "^16", "npm": "^8" }, "dependencies": { diff --git a/.github/actions/prepare-node-test-matrix-action/.npmrc b/.github/actions/prepare-node-test-matrix-action/.npmrc index 1f602e5..7119605 100644 --- a/.github/actions/prepare-node-test-matrix-action/.npmrc +++ b/.github/actions/prepare-node-test-matrix-action/.npmrc @@ -1,2 +1,3 @@ package-lock=true shrinkwrap=true +lockfile-version=3 diff --git a/.github/actions/prepare-node-test-matrix-action/.nvmrc b/.github/actions/prepare-node-test-matrix-action/.nvmrc index f5d273e..b6a7d89 100644 --- a/.github/actions/prepare-node-test-matrix-action/.nvmrc +++ b/.github/actions/prepare-node-test-matrix-action/.nvmrc @@ -1,2 +1 @@ -12 - +16 diff --git a/.github/actions/prepare-node-test-matrix-action/action.yaml b/.github/actions/prepare-node-test-matrix-action/action.yaml index 9de9921..143ff3a 100644 --- a/.github/actions/prepare-node-test-matrix-action/action.yaml +++ b/.github/actions/prepare-node-test-matrix-action/action.yaml @@ -3,7 +3,7 @@ name: Node.js test matrix generator action description: Returns an array of Node.js major versions based on an upgrade policy and package.json runs: - using: node12 + using: node16 main: index.js inputs: diff --git a/.github/actions/prepare-node-test-matrix-action/node_modules/.package-lock.json b/.github/actions/prepare-node-test-matrix-action/node_modules/.package-lock.json index 88e7870..eb342eb 100644 --- a/.github/actions/prepare-node-test-matrix-action/node_modules/.package-lock.json +++ b/.github/actions/prepare-node-test-matrix-action/node_modules/.package-lock.json @@ -1,7 +1,7 @@ { "name": "@pkgjs/prepare-node-test-matrix-action", "version": "0.0.0-development", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "node_modules/@actions/core": { @@ -22,7 +22,8 @@ }, "node_modules/lru-cache": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" }, @@ -32,7 +33,8 @@ }, "node_modules/semver": { "version": "7.3.5", - "license": "ISC", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -53,7 +55,8 @@ }, "node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/yaml": { "version": "1.10.2", 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 e448fed..0141542 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": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { @@ -14,7 +14,7 @@ "yaml": "^1.10.2" }, "engines": { - "node": "^12", + "node": "^16", "npm": "^8" } }, @@ -36,7 +36,8 @@ }, "node_modules/lru-cache": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" }, @@ -46,7 +47,8 @@ }, "node_modules/semver": { "version": "7.3.5", - "license": "ISC", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -67,7 +69,8 @@ }, "node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/yaml": { "version": "1.10.2", @@ -77,48 +80,5 @@ "node": ">= 6" } } - }, - "dependencies": { - "@actions/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", - "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", - "requires": { - "@actions/http-client": "^1.0.11" - } - }, - "@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==", - "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", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" - }, - "yallist": { - "version": "4.0.0" - }, - "yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" - } } } diff --git a/.github/actions/prepare-node-test-matrix-action/package.json b/.github/actions/prepare-node-test-matrix-action/package.json index e6f2e83..ac488f6 100644 --- a/.github/actions/prepare-node-test-matrix-action/package.json +++ b/.github/actions/prepare-node-test-matrix-action/package.json @@ -13,7 +13,7 @@ "author": "@pkgjs", "license": "MIT", "engines": { - "node": "^12", + "node": "^16", "npm": "^8" }, "dependencies": { diff --git a/package.json b/package.json index 834ce29..f6a7894 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "@pkgjs", "license": "MIT", "engines": { - "node": "^16 || ^14 || ^12" + "node": "^16" }, "devDependencies": { "@hapi/eslint-plugin": "^5.1.0",