From 927e5808292db00d525fd7a820bb2df5ed75d2aa Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Wed, 24 Jan 2024 09:08:44 +0100 Subject: [PATCH 1/5] Replace Node.js 16 with Node.js 20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c92d5c1..67f306e 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'File Existence' description: 'GitHub Action to check for file existence' author: 'André Storhaug' branding: - icon: 'file-text' + icon: 'file-text' color: 'green' inputs: files: @@ -27,5 +27,5 @@ outputs: files_exists: description: 'Whether the file(s) exists or not.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' From 94db14c87110464348a2c11e087f385ea972728d Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Wed, 24 Jan 2024 09:13:30 +0100 Subject: [PATCH 2/5] update checkout version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e807b3..5c1d72e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![build-test](https://github.com/andstor/file-existence-action/workflows/build/badge.svg) -This is a GitHub Action to check for the existence of files. It can be used for conditionally running workflow steps based on file(s) existence. +This is a GitHub Action to check for the existence of files. It can be used for conditionally running workflow steps based on file(s) existence. ## Usage @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check file existence id: check_files From 3f9b45871ab13fc1c923934f117cd39f96c60362 Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Fri, 26 Jan 2024 08:00:45 +0100 Subject: [PATCH 3/5] update package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3e12692..deaae7c 100644 --- a/package.json +++ b/package.json @@ -41,11 +41,10 @@ "@types/chai": "^4.3.3", "@types/glob": "^7.2.0", "@types/mocha": "^9.1.1", - "@types/node": "^16.18.0", + "@types/node": "^20.11.7", "@types/tmp": "^0.2.3", "@typescript-eslint/parser": "^5.41.0", - "@vercel/ncc": "^0.31.1", - "@zeit/ncc": "^0.20.5", + "@vercel/ncc": "^0.38.1", "chai": "^4.3.6", "eslint": "^8.26.0", "eslint-plugin-github": "^4.4.0", From 1ed29c7ca4eaef96910211dff95b8c9b4532067a Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Fri, 26 Jan 2024 08:04:53 +0100 Subject: [PATCH 4/5] update lock.json --- package-lock.json | 127 +++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4db0fea..9ced9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,11 +17,10 @@ "@types/chai": "^4.3.3", "@types/glob": "^7.2.0", "@types/mocha": "^9.1.1", - "@types/node": "^16.18.0", + "@types/node": "^20.11.7", "@types/tmp": "^0.2.3", "@typescript-eslint/parser": "^5.41.0", - "@vercel/ncc": "^0.31.1", - "@zeit/ncc": "^0.20.5", + "@vercel/ncc": "^0.38.1", "chai": "^4.3.6", "eslint": "^8.26.0", "eslint-plugin-github": "^4.4.0", @@ -274,10 +273,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.18.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.0.tgz", - "integrity": "sha512-LqYqYzYvnbCaQfLAwRt0zboqnsViwhZm+vjaMSqcfN36vulAg7Pt0T83q4WZO2YOBw3XdyHi8cQ88H22zmULOA==", - "dev": true + "version": "20.11.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz", + "integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/semver": { "version": "7.3.12", @@ -506,19 +508,9 @@ "dev": true }, "node_modules/@vercel/ncc": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.31.1.tgz", - "integrity": "sha512-g0FAxwdViI6UzsiVz5HssIHqjcPa1EHL6h+2dcJD893SoCJaGdqqgUF09xnMW6goWnnhbLvgiKlgJWrJa+7qYA==", - "dev": true, - "bin": { - "ncc": "dist/ncc/cli.js" - } - }, - "node_modules/@zeit/ncc": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.20.5.tgz", - "integrity": "sha512-XU6uzwvv95DqxciQx+aOLhbyBx/13ky+RK1y88Age9Du3BlA4mMPCy13BGjayOrrumOzlq1XV3SD/BWiZENXlw==", - "deprecated": "@zeit/ncc is no longer maintained. Please use @vercel/ncc instead.", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true, "bin": { "ncc": "dist/ncc/cli.js" @@ -1495,9 +1487,9 @@ } }, "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, "bin": { "semver": "bin/semver.js" @@ -1841,9 +1833,9 @@ } }, "node_modules/get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true, "engines": { "node": "*" @@ -2382,9 +2374,9 @@ "dev": true }, "node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "dependencies": { "minimist": "^1.2.0" @@ -3157,9 +3149,9 @@ } }, "node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3522,6 +3514,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "node_modules/update-browserslist-db": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", @@ -3603,9 +3601,9 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -3923,10 +3921,13 @@ "dev": true }, "@types/node": { - "version": "16.18.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.0.tgz", - "integrity": "sha512-LqYqYzYvnbCaQfLAwRt0zboqnsViwhZm+vjaMSqcfN36vulAg7Pt0T83q4WZO2YOBw3XdyHi8cQ88H22zmULOA==", - "dev": true + "version": "20.11.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz", + "integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } }, "@types/semver": { "version": "7.3.12", @@ -4062,15 +4063,9 @@ "dev": true }, "@vercel/ncc": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.31.1.tgz", - "integrity": "sha512-g0FAxwdViI6UzsiVz5HssIHqjcPa1EHL6h+2dcJD893SoCJaGdqqgUF09xnMW6goWnnhbLvgiKlgJWrJa+7qYA==", - "dev": true - }, - "@zeit/ncc": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.20.5.tgz", - "integrity": "sha512-XU6uzwvv95DqxciQx+aOLhbyBx/13ky+RK1y88Age9Du3BlA4mMPCy13BGjayOrrumOzlq1XV3SD/BWiZENXlw==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz", + "integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==", "dev": true }, "acorn": { @@ -4788,9 +4783,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true } } @@ -5040,9 +5035,9 @@ "dev": true }, "get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true }, "get-intrinsic": { @@ -5413,9 +5408,9 @@ "dev": true }, "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { "minimist": "^1.2.0" @@ -5958,9 +5953,9 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -6213,6 +6208,12 @@ "which-boxed-primitive": "^1.0.2" } }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "update-browserslist-db": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", @@ -6266,9 +6267,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true }, "workerpool": { From d591c26a55247df8d1e7edc448e7df0a042620fe Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Fri, 26 Jan 2024 08:10:04 +0100 Subject: [PATCH 5/5] update worklow versions --- .github/workflows/build.yml | 2 +- .github/workflows/versioning.yml | 2 +- dist/index.js | 144 +++++++++++++++---------------- 3 files changed, 74 insertions(+), 74 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a780871..9edd474 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - run: | npm ci npm run all diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 5490eea..e2549eb 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -8,7 +8,7 @@ jobs: actions-tagger: runs-on: ubuntu-latest steps: - - uses: Actions-R-Us/actions-tagger@latest + - uses: Actions-R-Us/actions-tagger@v2.0.3 with: publish_latest: true env: diff --git a/dist/index.js b/dist/index.js index ba13e3a..8175d9d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -138,7 +138,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.issue = exports.issueCommand = void 0; -const os = __importStar(__nccwpck_require__(2087)); +const os = __importStar(__nccwpck_require__(2037)); const utils_1 = __nccwpck_require__(5278); /** * Commands @@ -249,8 +249,8 @@ exports.getIDToken = exports.getState = exports.saveState = exports.group = expo const command_1 = __nccwpck_require__(7351); const file_command_1 = __nccwpck_require__(717); const utils_1 = __nccwpck_require__(5278); -const os = __importStar(__nccwpck_require__(2087)); -const path = __importStar(__nccwpck_require__(5622)); +const os = __importStar(__nccwpck_require__(2037)); +const path = __importStar(__nccwpck_require__(1017)); const oidc_utils_1 = __nccwpck_require__(8041); /** * The code to exit an action @@ -583,8 +583,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ -const fs = __importStar(__nccwpck_require__(5747)); -const os = __importStar(__nccwpck_require__(2087)); +const fs = __importStar(__nccwpck_require__(7147)); +const os = __importStar(__nccwpck_require__(2037)); const uuid_1 = __nccwpck_require__(5840); const utils_1 = __nccwpck_require__(5278); function issueFileCommand(command, message) { @@ -729,7 +729,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0; -const path = __importStar(__nccwpck_require__(5622)); +const path = __importStar(__nccwpck_require__(1017)); /** * toPosixPath converts the given path to the posix form. On Windows, \\ will be * replaced with /. @@ -784,8 +784,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.summary = exports.markdownSummary = exports.SUMMARY_DOCS_URL = exports.SUMMARY_ENV_VAR = void 0; -const os_1 = __nccwpck_require__(2087); -const fs_1 = __nccwpck_require__(5747); +const os_1 = __nccwpck_require__(2037); +const fs_1 = __nccwpck_require__(7147); const { access, appendFile, writeFile } = fs_1.promises; exports.SUMMARY_ENV_VAR = 'GITHUB_STEP_SUMMARY'; exports.SUMMARY_DOCS_URL = 'https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary'; @@ -1229,8 +1229,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0; -const http = __importStar(__nccwpck_require__(8605)); -const https = __importStar(__nccwpck_require__(7211)); +const http = __importStar(__nccwpck_require__(3685)); +const https = __importStar(__nccwpck_require__(5687)); const pm = __importStar(__nccwpck_require__(9835)); const tunnel = __importStar(__nccwpck_require__(4294)); var HttpCodes; @@ -2181,7 +2181,7 @@ realpath.realpathSync = realpathSync realpath.monkeypatch = monkeypatch realpath.unmonkeypatch = unmonkeypatch -var fs = __nccwpck_require__(5747) +var fs = __nccwpck_require__(7147) var origRealpath = fs.realpath var origRealpathSync = fs.realpathSync @@ -2268,9 +2268,9 @@ function unmonkeypatch () { // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -var pathModule = __nccwpck_require__(5622); +var pathModule = __nccwpck_require__(1017); var isWindows = process.platform === 'win32'; -var fs = __nccwpck_require__(5747); +var fs = __nccwpck_require__(7147); // JavaScript implementation of realpath, ported from node pre-v6 @@ -2569,8 +2569,8 @@ function ownProp (obj, field) { return Object.prototype.hasOwnProperty.call(obj, field) } -var fs = __nccwpck_require__(5747) -var path = __nccwpck_require__(5622) +var fs = __nccwpck_require__(7147) +var path = __nccwpck_require__(1017) var minimatch = __nccwpck_require__(3973) var isAbsolute = __nccwpck_require__(8714) var Minimatch = minimatch.Minimatch @@ -2848,16 +2848,16 @@ var rp = __nccwpck_require__(6863) var minimatch = __nccwpck_require__(3973) var Minimatch = minimatch.Minimatch var inherits = __nccwpck_require__(4124) -var EE = __nccwpck_require__(8614).EventEmitter -var path = __nccwpck_require__(5622) -var assert = __nccwpck_require__(2357) +var EE = (__nccwpck_require__(2361).EventEmitter) +var path = __nccwpck_require__(1017) +var assert = __nccwpck_require__(9491) var isAbsolute = __nccwpck_require__(8714) var globSync = __nccwpck_require__(9010) var common = __nccwpck_require__(7625) var setopts = common.setopts var ownProp = common.ownProp var inflight = __nccwpck_require__(2492) -var util = __nccwpck_require__(1669) +var util = __nccwpck_require__(3837) var childrenIgnored = common.childrenIgnored var isIgnored = common.isIgnored @@ -3605,10 +3605,10 @@ globSync.GlobSync = GlobSync var rp = __nccwpck_require__(6863) var minimatch = __nccwpck_require__(3973) var Minimatch = minimatch.Minimatch -var Glob = __nccwpck_require__(1957).Glob -var util = __nccwpck_require__(1669) -var path = __nccwpck_require__(5622) -var assert = __nccwpck_require__(2357) +var Glob = (__nccwpck_require__(1957).Glob) +var util = __nccwpck_require__(3837) +var path = __nccwpck_require__(1017) +var assert = __nccwpck_require__(9491) var isAbsolute = __nccwpck_require__(8714) var common = __nccwpck_require__(7625) var setopts = common.setopts @@ -4154,7 +4154,7 @@ function slice (args) { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { try { - var util = __nccwpck_require__(1669); + var util = __nccwpck_require__(3837); /* istanbul ignore next */ if (typeof util.inherits !== 'function') throw ''; module.exports = util.inherits; @@ -4206,7 +4206,7 @@ if (typeof Object.create === 'function') { module.exports = minimatch minimatch.Minimatch = Minimatch -var path = (function () { try { return __nccwpck_require__(5622) } catch (e) {}}()) || { +var path = (function () { try { return __nccwpck_require__(1017) } catch (e) {}}()) || { sep: '/' } minimatch.sep = path.sep @@ -5245,13 +5245,13 @@ module.exports = __nccwpck_require__(4219); "use strict"; -var net = __nccwpck_require__(1631); -var tls = __nccwpck_require__(4016); -var http = __nccwpck_require__(8605); -var https = __nccwpck_require__(7211); -var events = __nccwpck_require__(8614); -var assert = __nccwpck_require__(2357); -var util = __nccwpck_require__(1669); +var net = __nccwpck_require__(1808); +var tls = __nccwpck_require__(4404); +var http = __nccwpck_require__(3685); +var https = __nccwpck_require__(5687); +var events = __nccwpck_require__(2361); +var assert = __nccwpck_require__(9491); +var util = __nccwpck_require__(3837); exports.httpOverHttp = httpOverHttp; @@ -5606,9 +5606,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; -var _crypto = _interopRequireDefault(__nccwpck_require__(6417)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -5623,7 +5623,7 @@ function md5(bytes) { } var _default = md5; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5636,9 +5636,9 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _default = '00000000-0000-0000-0000-000000000000'; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5651,7 +5651,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _validate = _interopRequireDefault(__nccwpck_require__(6900)); @@ -5690,7 +5690,7 @@ function parse(uuid) { } var _default = parse; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5703,9 +5703,9 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5718,9 +5718,9 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = rng; +exports["default"] = rng; -var _crypto = _interopRequireDefault(__nccwpck_require__(6417)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -5749,9 +5749,9 @@ function rng() { Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; -var _crypto = _interopRequireDefault(__nccwpck_require__(6417)); +var _crypto = _interopRequireDefault(__nccwpck_require__(6113)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -5766,7 +5766,7 @@ function sha1(bytes) { } var _default = sha1; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5779,7 +5779,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _validate = _interopRequireDefault(__nccwpck_require__(6900)); @@ -5812,7 +5812,7 @@ function stringify(arr, offset = 0) { } var _default = stringify; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5825,7 +5825,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _rng = _interopRequireDefault(__nccwpck_require__(807)); @@ -5926,7 +5926,7 @@ function v1(options, buf, offset) { } var _default = v1; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5939,7 +5939,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _v = _interopRequireDefault(__nccwpck_require__(5998)); @@ -5949,7 +5949,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de const v3 = (0, _v.default)('v3', 0x30, _md.default); var _default = v3; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -5962,7 +5962,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = _default; +exports["default"] = _default; exports.URL = exports.DNS = void 0; var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); @@ -6047,7 +6047,7 @@ function _default(name, version, hashfunc) { Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _rng = _interopRequireDefault(__nccwpck_require__(807)); @@ -6078,7 +6078,7 @@ function v4(options, buf, offset) { } var _default = v4; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -6091,7 +6091,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _v = _interopRequireDefault(__nccwpck_require__(5998)); @@ -6101,7 +6101,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de const v5 = (0, _v.default)('v5', 0x50, _sha.default); var _default = v5; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -6114,7 +6114,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _regex = _interopRequireDefault(__nccwpck_require__(814)); @@ -6125,7 +6125,7 @@ function validate(uuid) { } var _default = validate; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -6138,7 +6138,7 @@ exports.default = _default; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.default = void 0; +exports["default"] = void 0; var _validate = _interopRequireDefault(__nccwpck_require__(6900)); @@ -6153,7 +6153,7 @@ function version(uuid) { } var _default = version; -exports.default = _default; +exports["default"] = _default; /***/ }), @@ -6197,7 +6197,7 @@ function wrappy (fn, cb) { /***/ }), -/***/ 2357: +/***/ 9491: /***/ ((module) => { "use strict"; @@ -6205,7 +6205,7 @@ module.exports = require("assert"); /***/ }), -/***/ 6417: +/***/ 6113: /***/ ((module) => { "use strict"; @@ -6213,7 +6213,7 @@ module.exports = require("crypto"); /***/ }), -/***/ 8614: +/***/ 2361: /***/ ((module) => { "use strict"; @@ -6221,7 +6221,7 @@ module.exports = require("events"); /***/ }), -/***/ 5747: +/***/ 7147: /***/ ((module) => { "use strict"; @@ -6229,7 +6229,7 @@ module.exports = require("fs"); /***/ }), -/***/ 8605: +/***/ 3685: /***/ ((module) => { "use strict"; @@ -6237,7 +6237,7 @@ module.exports = require("http"); /***/ }), -/***/ 7211: +/***/ 5687: /***/ ((module) => { "use strict"; @@ -6245,7 +6245,7 @@ module.exports = require("https"); /***/ }), -/***/ 1631: +/***/ 1808: /***/ ((module) => { "use strict"; @@ -6253,7 +6253,7 @@ module.exports = require("net"); /***/ }), -/***/ 2087: +/***/ 2037: /***/ ((module) => { "use strict"; @@ -6261,7 +6261,7 @@ module.exports = require("os"); /***/ }), -/***/ 5622: +/***/ 1017: /***/ ((module) => { "use strict"; @@ -6269,7 +6269,7 @@ module.exports = require("path"); /***/ }), -/***/ 4016: +/***/ 4404: /***/ ((module) => { "use strict"; @@ -6277,7 +6277,7 @@ module.exports = require("tls"); /***/ }), -/***/ 1669: +/***/ 3837: /***/ ((module) => { "use strict";