From 9e227219fcd3a60df7159b7c7847eeeb6e822fc2 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 22 Apr 2021 08:24:01 -0400 Subject: [PATCH 1/2] chore: bump dependencies --- .github/workflows/ci.yaml | 2 +- .node-version | 2 +- package-lock.json | 384 ++++++++++---------------------------- package.json | 18 +- src/store/lookup.ts | 3 +- 5 files changed, 115 insertions(+), 294 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eb06791fe..d26bea6005 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 15.14.0 + node-version: 16.0.0 - name: Setup build cache uses: actions/cache@v2 with: diff --git a/.node-version b/.node-version index fc2cbe5027..946789e619 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -15.14.0 +16.0.0 diff --git a/package-lock.json b/package-lock.json index 43c6ffb338..53eaca0fbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "@bridgerakol/samsung-smart-api": "^2.8.1", "@doridian/puppeteer-page-proxy": "^1.2.11", "@jef/pushbullet": "^2.4.3", - "@parse/node-apn": "^4.0.0", + "@parse/node-apn": "^4.1.1", "@slack/web-api": "^6.1.0", - "chalk": "^4.1.0", + "chalk": "^4.1.1", "cheerio": "^1.0.0-rc.6", "discord.js": "^12.5.3", "dotenv": "^8.2.0", @@ -24,14 +24,14 @@ "node-notifier": "^9.0.1", "node-pagerduty": "^1.3.6", "nodemailer": "^6.5.0", - "open": "^8.0.5", + "open": "^8.0.6", "play-sound": "^1.1.3", - "puppeteer": "^8.0.0", + "puppeteer": "^9.0.0", "puppeteer-extra-plugin-adblocker": "^2.11.11", "pushover-notifications": "^1.2.2", - "redis": "^3.1.1", + "redis": "^3.1.2", "top-user-agents": "^1.0.24", - "twilio": "^3.60.0", + "twilio": "^3.61.0", "twitch": "^4.5.5", "twitch-auth": "^4.5.5", "twitch-chat-client": "^4.5.5", @@ -42,7 +42,7 @@ "@types/async": "^3.2.6", "@types/cheerio": "^0.22.28", "@types/mocha": "^8.2.2", - "@types/node": "^14.14.37", + "@types/node": "^14.14.41", "@types/node-fetch": "^2.5.10", "@types/node-notifier": "^8.0.0", "@types/nodemailer": "^6.4.1", @@ -56,7 +56,7 @@ "sinon": "^10.0.0", "ts-node": "^9.1.1", "typescript": "^4.2.4", - "webpack": "^5.32.0" + "webpack": "^5.35.0" }, "engines": { "node": ">=12.0.0" @@ -489,12 +489,12 @@ } }, "node_modules/@parse/node-apn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-4.0.0.tgz", - "integrity": "sha512-/Zhz7+AfwuMeBn9kpENF5qbWDG1+0xLBOlAb7O34BhR9R5BSjAKkMxqWmTz3R3nvlsod4XrZ8NuRMUOXVrCCFQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-4.1.1.tgz", + "integrity": "sha512-stWlQE95w5T0vkVYscoq/S3eXPQ1qzdQbKKQ8GAdw4CSNxRWLWgOH50byUR30thnQ93RshLCH5ROkvXMqzzLtw==", "dependencies": { - "debug": "3.1.0", - "jsonwebtoken": "8.1.0", + "debug": "4.3.2", + "jsonwebtoken": "8.5.1", "node-forge": "0.10.0", "verror": "1.10.0" }, @@ -503,39 +503,21 @@ } }, "node_modules/@parse/node-apn/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/@parse/node-apn/node_modules/jsonwebtoken": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz", - "integrity": "sha1-xjl80uX9WD1lwAeoPce7eOaYK4M=", - "dependencies": { - "jws": "^3.1.4", - "lodash.includes": "^4.3.0", - "lodash.isboolean": "^3.0.3", - "lodash.isinteger": "^4.0.4", - "lodash.isnumber": "^3.0.3", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.once": "^4.0.0", - "ms": "^2.0.0", - "xtend": "^4.0.1" + "ms": "2.1.2" }, "engines": { - "node": ">=0.12", - "npm": ">=1.4.28" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@parse/node-apn/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, "node_modules/@remusao/guess-url-type": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@remusao/guess-url-type/-/guess-url-type-1.2.1.tgz", @@ -696,16 +678,6 @@ "integrity": "sha512-ZkrXnZLC1mc4b9QLKaSrsxV4oxTRs10OI2kgSApT8G0v1jrmqppSHUVQ15kLorzsFBTjvf7OKF4kAibuuNQ+xA==", "dev": true }, - "node_modules/@types/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", - "peer": true, - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, "node_modules/@types/cacheable-request": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", @@ -740,15 +712,6 @@ "@types/filesystem": "*" } }, - "node_modules/@types/connect": { - "version": "3.4.34", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.34.tgz", - "integrity": "sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ==", - "peer": true, - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/debug": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz", @@ -775,34 +738,11 @@ } }, "node_modules/@types/estree": { - "version": "0.0.46", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz", - "integrity": "sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==", + "version": "0.0.47", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.47.tgz", + "integrity": "sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==", "dev": true }, - "node_modules/@types/express": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.11.tgz", - "integrity": "sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==", - "peer": true, - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.18", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz", - "integrity": "sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==", - "peer": true, - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, "node_modules/@types/filesystem": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/filesystem/-/filesystem-0.0.29.tgz", @@ -870,12 +810,6 @@ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.167.tgz", "integrity": "sha512-w7tQPjARrvdeBkX/Rwg95S592JwxqOjmms3zWQ0XZgSyxSLdzWaYH3vErBhdVS/lRBX7F8aBYcYJYTr5TMGOzw==" }, - "node_modules/@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==", - "peer": true - }, "node_modules/@types/minimist": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz", @@ -889,9 +823,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "14.14.37", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz", - "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==" + "version": "14.14.41", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", + "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" }, "node_modules/@types/node-fetch": { "version": "2.5.10", @@ -948,18 +882,6 @@ "@types/node": "*" } }, - "node_modules/@types/qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==", - "peer": true - }, - "node_modules/@types/range-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", - "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==", - "peer": true - }, "node_modules/@types/redis": { "version": "2.8.28", "resolved": "https://registry.npmjs.org/@types/redis/-/redis-2.8.28.tgz", @@ -1008,16 +930,6 @@ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" }, - "node_modules/@types/serve-static": { - "version": "1.13.9", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.9.tgz", - "integrity": "sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA==", - "peer": true, - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - } - }, "node_modules/@types/sinon": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.0.tgz", @@ -2102,15 +2014,18 @@ "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" }, "node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/chardet": { @@ -2706,9 +2621,9 @@ "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" }, "node_modules/devtools-protocol": { - "version": "0.0.854822", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.854822.tgz", - "integrity": "sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==" + "version": "0.0.869402", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.869402.tgz", + "integrity": "sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==" }, "node_modules/diff": { "version": "4.0.2", @@ -2973,9 +2888,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz", - "integrity": "sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.0.tgz", + "integrity": "sha512-Sl3KRpJA8OpprrtaIswVki3cWPiPKxXuFxJXBp+zNb6s6VwNWwFRUdtmzd2ReUut8n+sCPx7QCtQ7w5wfJhSgQ==", "dev": true, "dependencies": { "graceful-fs": "^4.2.4", @@ -8962,9 +8877,9 @@ } }, "node_modules/open": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/open/-/open-8.0.5.tgz", - "integrity": "sha512-hkPXCz7gijWp2GoWqsQ4O/5p7F6d5pIQ/+9NyeWG1nABJ4zvLi9kJRv1a44kVf5p13wK0WMoiRA+Xey68yOytA==", + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/open/-/open-8.0.6.tgz", + "integrity": "sha512-vDOC0KwGabMPFtIpCO2QOnQeOz0N2rEkbuCuxICwLMUCrpv+A7NHrrzJ2dQReJmVluHhO4pYRh/Pn6s8t7Op6Q==", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -9597,12 +9512,13 @@ } }, "node_modules/puppeteer": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-8.0.0.tgz", - "integrity": "sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-9.0.0.tgz", + "integrity": "sha512-Avu8SKWQRC1JKNMgfpH7d4KzzHOL/A65jRYrjNU46hxnOYGwqe4zZp/JW8qulaH0Pnbm5qyO3EbSKvqBUlfvkg==", + "hasInstallScript": true, "dependencies": { "debug": "^4.1.0", - "devtools-protocol": "0.0.854822", + "devtools-protocol": "0.0.869402", "extract-zip": "^2.0.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.1", @@ -9943,9 +9859,9 @@ } }, "node_modules/redis": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.1.tgz", - "integrity": "sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.2.tgz", + "integrity": "sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw==", "dependencies": { "denque": "^1.5.0", "redis-commands": "^1.7.0", @@ -11145,9 +11061,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "node_modules/twilio": { - "version": "3.60.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.60.0.tgz", - "integrity": "sha512-f8Ts9rfrkycjgnlmu1TzLigoAbrAsIoEnfPoZl+kf94FbBI3QXTUVWhvYj+NrCwLjOewDxrV8qIea1IcyVbG2Q==", + "version": "3.61.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.61.0.tgz", + "integrity": "sha512-hSnPvxogJLC6RrAkE1p2COqO6L0TMElImYDaI4eJJAn6EpJhwpHIwulpNH1R11TsJp0f9lqT7VvwYHhVXSvrvw==", "dependencies": { "axios": "^0.21.1", "dayjs": "^1.8.29", @@ -11163,10 +11079,6 @@ }, "engines": { "node": ">=6.0" - }, - "peerDependencies": { - "@types/express": "^4.17.7", - "@types/qs": "6.9.4" } }, "node_modules/twilio/node_modules/qs": { @@ -11599,20 +11511,20 @@ } }, "node_modules/webpack": { - "version": "5.32.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.32.0.tgz", - "integrity": "sha512-jB9PrNMFnPRiZGnm/j3qfNqJmP3ViRzkuQMIf8za0dgOYvSLi/cgA+UEEGvik9EQHX1KYyGng5PgBTTzGrH9xg==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz", + "integrity": "sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", - "@types/estree": "^0.0.46", + "@types/estree": "^0.0.47", "@webassemblyjs/ast": "1.11.0", "@webassemblyjs/wasm-edit": "1.11.0", "@webassemblyjs/wasm-parser": "1.11.0", "acorn": "^8.0.4", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.7.0", + "enhanced-resolve": "^5.8.0", "es-module-lexer": "^0.4.0", "eslint-scope": "^5.1.1", "events": "^3.2.0", @@ -12438,45 +12350,23 @@ } }, "@parse/node-apn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-4.0.0.tgz", - "integrity": "sha512-/Zhz7+AfwuMeBn9kpENF5qbWDG1+0xLBOlAb7O34BhR9R5BSjAKkMxqWmTz3R3nvlsod4XrZ8NuRMUOXVrCCFQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-4.1.1.tgz", + "integrity": "sha512-stWlQE95w5T0vkVYscoq/S3eXPQ1qzdQbKKQ8GAdw4CSNxRWLWgOH50byUR30thnQ93RshLCH5ROkvXMqzzLtw==", "requires": { - "debug": "3.1.0", - "jsonwebtoken": "8.1.0", + "debug": "4.3.2", + "jsonwebtoken": "8.5.1", "node-forge": "0.10.0", "verror": "1.10.0" }, "dependencies": { "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "requires": { - "ms": "2.0.0" - } - }, - "jsonwebtoken": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz", - "integrity": "sha1-xjl80uX9WD1lwAeoPce7eOaYK4M=", - "requires": { - "jws": "^3.1.4", - "lodash.includes": "^4.3.0", - "lodash.isboolean": "^3.0.3", - "lodash.isinteger": "^4.0.4", - "lodash.isnumber": "^3.0.3", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.once": "^4.0.0", - "ms": "^2.0.0", - "xtend": "^4.0.1" + "ms": "2.1.2" } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" } } }, @@ -12618,16 +12508,6 @@ "integrity": "sha512-ZkrXnZLC1mc4b9QLKaSrsxV4oxTRs10OI2kgSApT8G0v1jrmqppSHUVQ15kLorzsFBTjvf7OKF4kAibuuNQ+xA==", "dev": true }, - "@types/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", - "peer": true, - "requires": { - "@types/connect": "*", - "@types/node": "*" - } - }, "@types/cacheable-request": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", @@ -12662,15 +12542,6 @@ "@types/filesystem": "*" } }, - "@types/connect": { - "version": "3.4.34", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.34.tgz", - "integrity": "sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ==", - "peer": true, - "requires": { - "@types/node": "*" - } - }, "@types/debug": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz", @@ -12697,34 +12568,11 @@ } }, "@types/estree": { - "version": "0.0.46", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz", - "integrity": "sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==", + "version": "0.0.47", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.47.tgz", + "integrity": "sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==", "dev": true }, - "@types/express": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.11.tgz", - "integrity": "sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==", - "peer": true, - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.18", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz", - "integrity": "sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==", - "peer": true, - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, "@types/filesystem": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/filesystem/-/filesystem-0.0.29.tgz", @@ -12792,12 +12640,6 @@ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.167.tgz", "integrity": "sha512-w7tQPjARrvdeBkX/Rwg95S592JwxqOjmms3zWQ0XZgSyxSLdzWaYH3vErBhdVS/lRBX7F8aBYcYJYTr5TMGOzw==" }, - "@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==", - "peer": true - }, "@types/minimist": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz", @@ -12811,9 +12653,9 @@ "dev": true }, "@types/node": { - "version": "14.14.37", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz", - "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==" + "version": "14.14.41", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", + "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" }, "@types/node-fetch": { "version": "2.5.10", @@ -12869,18 +12711,6 @@ "@types/node": "*" } }, - "@types/qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==", - "peer": true - }, - "@types/range-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", - "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==", - "peer": true - }, "@types/redis": { "version": "2.8.28", "resolved": "https://registry.npmjs.org/@types/redis/-/redis-2.8.28.tgz", @@ -12928,16 +12758,6 @@ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" }, - "@types/serve-static": { - "version": "1.13.9", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.9.tgz", - "integrity": "sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA==", - "peer": true, - "requires": { - "@types/mime": "^1", - "@types/node": "*" - } - }, "@types/sinon": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.0.tgz", @@ -13881,9 +13701,9 @@ "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14376,9 +14196,9 @@ "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" }, "devtools-protocol": { - "version": "0.0.854822", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.854822.tgz", - "integrity": "sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==" + "version": "0.0.869402", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.869402.tgz", + "integrity": "sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==" }, "diff": { "version": "4.0.2", @@ -14601,9 +14421,9 @@ } }, "enhanced-resolve": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz", - "integrity": "sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.0.tgz", + "integrity": "sha512-Sl3KRpJA8OpprrtaIswVki3cWPiPKxXuFxJXBp+zNb6s6VwNWwFRUdtmzd2ReUut8n+sCPx7QCtQ7w5wfJhSgQ==", "dev": true, "requires": { "graceful-fs": "^4.2.4", @@ -18995,9 +18815,9 @@ } }, "open": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/open/-/open-8.0.5.tgz", - "integrity": "sha512-hkPXCz7gijWp2GoWqsQ4O/5p7F6d5pIQ/+9NyeWG1nABJ4zvLi9kJRv1a44kVf5p13wK0WMoiRA+Xey68yOytA==", + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/open/-/open-8.0.6.tgz", + "integrity": "sha512-vDOC0KwGabMPFtIpCO2QOnQeOz0N2rEkbuCuxICwLMUCrpv+A7NHrrzJ2dQReJmVluHhO4pYRh/Pn6s8t7Op6Q==", "requires": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -19503,12 +19323,12 @@ } }, "puppeteer": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-8.0.0.tgz", - "integrity": "sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-9.0.0.tgz", + "integrity": "sha512-Avu8SKWQRC1JKNMgfpH7d4KzzHOL/A65jRYrjNU46hxnOYGwqe4zZp/JW8qulaH0Pnbm5qyO3EbSKvqBUlfvkg==", "requires": { "debug": "^4.1.0", - "devtools-protocol": "0.0.854822", + "devtools-protocol": "0.0.869402", "extract-zip": "^2.0.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.1", @@ -19777,9 +19597,9 @@ } }, "redis": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.1.tgz", - "integrity": "sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/redis/-/redis-3.1.2.tgz", + "integrity": "sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw==", "requires": { "denque": "^1.5.0", "redis-commands": "^1.7.0", @@ -20767,9 +20587,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.60.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.60.0.tgz", - "integrity": "sha512-f8Ts9rfrkycjgnlmu1TzLigoAbrAsIoEnfPoZl+kf94FbBI3QXTUVWhvYj+NrCwLjOewDxrV8qIea1IcyVbG2Q==", + "version": "3.61.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.61.0.tgz", + "integrity": "sha512-hSnPvxogJLC6RrAkE1p2COqO6L0TMElImYDaI4eJJAn6EpJhwpHIwulpNH1R11TsJp0f9lqT7VvwYHhVXSvrvw==", "requires": { "axios": "^0.21.1", "dayjs": "^1.8.29", @@ -21146,20 +20966,20 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "webpack": { - "version": "5.32.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.32.0.tgz", - "integrity": "sha512-jB9PrNMFnPRiZGnm/j3qfNqJmP3ViRzkuQMIf8za0dgOYvSLi/cgA+UEEGvik9EQHX1KYyGng5PgBTTzGrH9xg==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz", + "integrity": "sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", - "@types/estree": "^0.0.46", + "@types/estree": "^0.0.47", "@webassemblyjs/ast": "1.11.0", "@webassemblyjs/wasm-edit": "1.11.0", "@webassemblyjs/wasm-parser": "1.11.0", "acorn": "^8.0.4", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.7.0", + "enhanced-resolve": "^5.8.0", "es-module-lexer": "^0.4.0", "eslint-scope": "^5.1.1", "events": "^3.2.0", diff --git a/package.json b/package.json index 61a068a61c..860f64a6e8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "c8 mocha 'build/test/**/test-*.js' --exclude 'build/test/functional/**/test-*.js'", "test:notification": "npm run compile && node build/test/functional/test-notification.js", "test:notification:production": "node build/test/functional/test-notification.js", - "test:captcha": "npm run compile && node build/test/functional/test-captcha.js", + "test:captcha": "npm run compile && node build/test/functional/test-captcha.js", "test:captcha:production": "node build/test/functional/test-captcha.js" }, "engines": { @@ -38,9 +38,9 @@ "@bridgerakol/samsung-smart-api": "^2.8.1", "@doridian/puppeteer-page-proxy": "^1.2.11", "@jef/pushbullet": "^2.4.3", - "@parse/node-apn": "^4.0.0", + "@parse/node-apn": "^4.1.1", "@slack/web-api": "^6.1.0", - "chalk": "^4.1.0", + "chalk": "^4.1.1", "cheerio": "^1.0.0-rc.6", "discord.js": "^12.5.3", "dotenv": "^8.2.0", @@ -51,14 +51,14 @@ "node-notifier": "^9.0.1", "node-pagerduty": "^1.3.6", "nodemailer": "^6.5.0", - "open": "^8.0.5", + "open": "^8.0.6", "play-sound": "^1.1.3", - "puppeteer": "^8.0.0", + "puppeteer": "^9.0.0", "puppeteer-extra-plugin-adblocker": "^2.11.11", "pushover-notifications": "^1.2.2", - "redis": "^3.1.1", + "redis": "^3.1.2", "top-user-agents": "^1.0.24", - "twilio": "^3.60.0", + "twilio": "^3.61.0", "twitch": "^4.5.5", "twitch-auth": "^4.5.5", "twitch-chat-client": "^4.5.5", @@ -69,7 +69,7 @@ "@types/async": "^3.2.6", "@types/cheerio": "^0.22.28", "@types/mocha": "^8.2.2", - "@types/node": "^14.14.37", + "@types/node": "^14.14.41", "@types/node-fetch": "^2.5.10", "@types/node-notifier": "^8.0.0", "@types/nodemailer": "^6.4.1", @@ -83,6 +83,6 @@ "sinon": "^10.0.0", "ts-node": "^9.1.1", "typescript": "^4.2.4", - "webpack": "^5.32.0" + "webpack": "^5.35.0" } } diff --git a/src/store/lookup.ts b/src/store/lookup.ts index 9bd284ab63..a73605e578 100644 --- a/src/store/lookup.ts +++ b/src/store/lookup.ts @@ -1,5 +1,6 @@ import { Browser, + PageEventObject, Page, HTTPRequest, HTTPResponse, @@ -198,7 +199,7 @@ async function lookup(browser: Browser, store: Store) { let adBlockRequestHandler: any; let pageProxy; if (useAdBlock) { - const onProxyFunc = (event: string, handler: any) => { + const onProxyFunc = (event: keyof PageEventObject, handler: any) => { if (event !== 'request') { page.on(event, handler); return; From a76ab8bb0677a2a2a0eb483d24b10612c7db8cbe Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 22 Apr 2021 08:25:48 -0400 Subject: [PATCH 2/2] chore: npm audit --- package-lock.json | 761 +++++++++++++++++++--------------------------- 1 file changed, 312 insertions(+), 449 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53eaca0fbc..cfd3e5e26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4296,8 +4296,7 @@ "node_modules/ini": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", - "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==", - "dev": true + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==" }, "node_modules/inquirer": { "version": "7.3.3", @@ -6092,135 +6091,35 @@ } }, "node_modules/npm": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.4.2.tgz", - "integrity": "sha512-N722v+UZ0PiwZG53xLM70bKNxpkG2M+KHCHjLpWnc0mYNs/Ddk4K1dmCEwLWOneUBozfqSSuMbeIdxmFYJ3Cfw==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-7.10.0.tgz", + "integrity": "sha512-DD4eEB71HGVt6pS6n4LmFD4eHsrglJ+QtLhv/kP2UWNKkJalL8TPfsiw9p8LmWKa6ed61LHPw5FE6krS3aGv0A==", "bundleDependencies": [ "@npmcli/arborist", "@npmcli/ci-detect", "@npmcli/config", - "@npmcli/git", - "@npmcli/installed-package-contents", - "@npmcli/map-workspaces", - "@npmcli/metavuln-calculator", - "@npmcli/move-file", - "@npmcli/name-from-folder", - "@npmcli/node-gyp", - "@npmcli/promise-spawn", "@npmcli/run-script", - "@tootallnate/once", "abbrev", - "agent-base", - "agentkeepalive", - "aggregate-error", - "ajv", - "ansi-regex", - "ansi-styles", "ansicolors", "ansistyles", - "aproba", "archy", - "are-we-there-yet", - "asap", - "asn1", - "assert-plus", - "asynckit", - "aws-sign2", - "aws4", - "balanced-match", - "bcrypt-pbkdf", - "bin-links", - "brace-expansion", - "builtins", "byte-size", "cacache", - "caseless", "chalk", "chownr", - "cidr-regex", - "clean-stack", "cli-columns", "cli-table3", - "clone", - "cmd-shim", - "code-point-at", - "color-convert", - "color-name", - "colors", "columnify", - "combined-stream", - "common-ancestor-path", - "concat-map", - "console-control-strings", - "core-util-is", - "dashdash", - "debug", - "debuglog", - "defaults", - "delayed-stream", - "delegates", - "depd", - "dezalgo", - "ecc-jsbn", - "emoji-regex", - "encoding", - "env-paths", - "err-code", - "extend", - "extsprintf", - "fast-deep-equal", - "fast-json-stable-stringify", - "forever-agent", - "form-data", - "fs-minipass", - "fs.realpath", - "function-bind", - "gauge", - "getpass", "glob", "graceful-fs", - "har-schema", - "har-validator", - "has", - "has-flag", - "has-unicode", "hosted-git-info", - "http-cache-semantics", - "http-proxy-agent", - "http-signature", - "https-proxy-agent", - "humanize-ms", - "iconv-lite", - "ignore-walk", - "imurmurhash", - "indent-string", - "infer-owner", - "inflight", - "inherits", "ini", "init-package-json", - "ip", - "ip-regex", "is-cidr", - "is-core-module", - "is-fullwidth-code-point", - "is-lambda", - "is-typedarray", - "isarray", - "isexe", - "isstream", - "jsbn", "json-parse-even-better-errors", - "json-schema", - "json-schema-traverse", - "json-stringify-nice", - "json-stringify-safe", - "jsonparse", - "jsprim", - "just-diff", - "just-diff-apply", "leven", "libnpmaccess", + "libnpmdiff", "libnpmfund", "libnpmhook", "libnpmorg", @@ -6229,146 +6128,75 @@ "libnpmsearch", "libnpmteam", "libnpmversion", - "lru-cache", "make-fetch-happen", - "mime-db", - "mime-types", - "minimatch", "minipass", - "minipass-collect", - "minipass-fetch", - "minipass-flush", - "minipass-json-stream", "minipass-pipeline", - "minipass-sized", - "minizlib", "mkdirp", "mkdirp-infer-owner", "ms", - "mute-stream", "node-gyp", "nopt", - "normalize-package-data", "npm-audit-report", - "npm-bundled", - "npm-install-checks", - "npm-normalize-package-bin", "npm-package-arg", - "npm-packlist", "npm-pick-manifest", "npm-profile", "npm-registry-fetch", "npm-user-validate", "npmlog", - "number-is-nan", - "oauth-sign", - "object-assign", - "once", "opener", - "p-map", "pacote", "parse-conflict-json", - "path-is-absolute", - "path-parse", - "performance-now", - "process-nextick-args", - "promise-all-reject-late", - "promise-call-limit", - "promise-inflight", - "promise-retry", - "promzard", - "psl", - "puka", - "punycode", "qrcode-terminal", - "qs", "read", - "read-cmd-shim", "read-package-json", "read-package-json-fast", - "readable-stream", "readdir-scoped-modules", - "request", - "resolve", - "retry", "rimraf", - "safe-buffer", - "safer-buffer", "semver", - "set-blocking", - "signal-exit", - "smart-buffer", - "socks", - "socks-proxy-agent", - "spdx-correct", - "spdx-exceptions", - "spdx-expression-parse", - "spdx-license-ids", - "sshpk", "ssri", - "string-width", - "string_decoder", - "stringify-package", - "strip-ansi", - "supports-color", "tar", "text-table", "tiny-relative-date", "treeverse", - "tunnel-agent", - "tweetnacl", - "typedarray-to-buffer", - "unique-filename", - "unique-slug", - "uri-js", - "util-deprecate", - "uuid", - "validate-npm-package-license", "validate-npm-package-name", - "verror", - "walk-up-path", - "wcwidth", "which", - "wide-align", - "wrappy", - "write-file-atomic", - "yallist" + "write-file-atomic" ], "dependencies": { - "@npmcli/arborist": "^2.0.5", + "@npmcli/arborist": "^2.3.0", "@npmcli/ci-detect": "^1.2.0", - "@npmcli/config": "^1.2.8", - "@npmcli/run-script": "^1.8.1", + "@npmcli/config": "^2.1.0", + "@npmcli/run-script": "^1.8.4", "abbrev": "~1.1.1", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", - "aproba": "^2.0.0", "archy": "~1.0.0", - "byte-size": "^7.0.0", - "cacache": "^15.0.5", + "byte-size": "^7.0.1", + "cacache": "^15.0.6", "chalk": "^4.1.0", "chownr": "^2.0.0", "cli-columns": "^3.1.2", "cli-table3": "^0.6.0", "columnify": "~1.5.4", "glob": "^7.1.4", - "graceful-fs": "^4.2.3", - "hosted-git-info": "^3.0.6", + "graceful-fs": "^4.2.6", + "hosted-git-info": "^4.0.2", "ini": "^2.0.0", - "init-package-json": "^2.0.1", + "init-package-json": "^2.0.2", "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "*", + "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", + "libnpmdiff": "^2.0.4", "libnpmfund": "^1.0.2", "libnpmhook": "^6.0.1", "libnpmorg": "^2.0.1", - "libnpmpack": "^2.0.0", + "libnpmpack": "^2.0.1", "libnpmpublish": "^4.0.0", "libnpmsearch": "^3.1.0", "libnpmteam": "^2.0.2", - "libnpmversion": "^1.0.7", - "make-fetch-happen": "^8.0.13", + "libnpmversion": "^1.2.0", + "make-fetch-happen": "^8.0.14", "minipass": "^3.1.3", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", @@ -6377,28 +6205,27 @@ "node-gyp": "^7.1.2", "nopt": "^5.0.0", "npm-audit-report": "^2.1.4", - "npm-package-arg": "^8.1.0", - "npm-pick-manifest": "^6.1.0", + "npm-package-arg": "^8.1.2", + "npm-pick-manifest": "^6.1.1", "npm-profile": "^5.0.2", "npm-registry-fetch": "^9.0.0", "npm-user-validate": "^1.0.1", "npmlog": "~4.1.2", "opener": "^1.5.2", - "pacote": "^11.2.1", + "pacote": "^11.3.1", "parse-conflict-json": "^1.1.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", - "read-package-json": "^3.0.0", - "read-package-json-fast": "^1.2.1", + "read-package-json": "^3.0.1", + "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.4", - "ssri": "^8.0.0", + "semver": "^7.3.5", + "ssri": "^8.0.1", "tar": "^6.1.0", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", "treeverse": "^1.0.4", - "uuid": "^8.3.1", "validate-npm-package-name": "~3.0.0", "which": "^2.0.2", "write-file-atomic": "^3.0.3" @@ -6424,37 +6251,40 @@ } }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "2.0.5", + "version": "2.3.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/installed-package-contents": "^1.0.5", - "@npmcli/map-workspaces": "^1.0.1", - "@npmcli/metavuln-calculator": "^1.0.1", + "@npmcli/installed-package-contents": "^1.0.7", + "@npmcli/map-workspaces": "^1.0.2", + "@npmcli/metavuln-calculator": "^1.1.0", "@npmcli/move-file": "^1.1.0", "@npmcli/name-from-folder": "^1.0.1", "@npmcli/node-gyp": "^1.0.1", - "@npmcli/run-script": "^1.8.1", + "@npmcli/run-script": "^1.8.2", "bin-links": "^2.2.1", "cacache": "^15.0.3", "common-ancestor-path": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.1", + "json-stringify-nice": "^1.1.2", "mkdirp-infer-owner": "^2.0.0", "npm-install-checks": "^4.0.0", "npm-package-arg": "^8.1.0", "npm-pick-manifest": "^6.1.0", "npm-registry-fetch": "^9.0.0", - "pacote": "^11.2.1", + "pacote": "^11.2.6", "parse-conflict-json": "^1.1.1", "promise-all-reject-late": "^1.0.0", "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^1.2.1", + "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", - "semver": "^7.3.4", + "semver": "^7.3.5", "tar": "^6.1.0", "treeverse": "^1.0.4", "walk-up-path": "^1.0.0" + }, + "bin": { + "arborist": "bin/index.js" } }, "node_modules/npm/node_modules/@npmcli/ci-detect": { @@ -6463,7 +6293,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "1.2.8", + "version": "2.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -6477,31 +6307,39 @@ "node": ">=10" } }, + "node_modules/npm/node_modules/@npmcli/disparity-colors": { + "version": "1.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "ansi-styles": "^4.3.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/npm/node_modules/@npmcli/git": { - "version": "2.0.4", + "version": "2.0.8", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/promise-spawn": "^1.1.0", + "@npmcli/promise-spawn": "^1.3.2", "lru-cache": "^6.0.0", - "mkdirp": "^1.0.3", - "npm-pick-manifest": "^6.0.0", + "mkdirp": "^1.0.4", + "npm-pick-manifest": "^6.1.1", "promise-inflight": "^1.0.1", - "promise-retry": "^1.1.1", - "semver": "^7.3.2", - "unique-filename": "^1.1.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", "which": "^2.0.2" } }, "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "1.0.5", + "version": "1.0.7", "inBundle": true, "license": "ISC", "dependencies": { "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1", - "read-package-json-fast": "^1.1.1", - "readdir-scoped-modules": "^1.1.0" + "npm-normalize-package-bin": "^1.0.1" }, "bin": { "installed-package-contents": "index.js" @@ -6511,21 +6349,21 @@ } }, "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "1.0.1", + "version": "1.0.3", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/name-from-folder": "^1.0.1", "glob": "^7.1.6", "minimatch": "^3.0.4", - "read-package-json-fast": "^1.2.1" + "read-package-json-fast": "^2.0.1" }, "engines": { "node": ">=10" } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "1.0.2", + "version": "1.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -6535,35 +6373,24 @@ } }, "node_modules/npm/node_modules/@npmcli/move-file": { - "version": "1.1.0", + "version": "1.1.2", "inBundle": true, "license": "MIT", "dependencies": { "mkdirp": "^1.0.4", - "rimraf": "^2.7.1" + "rimraf": "^3.0.2" }, "engines": { "node": ">=10" } }, - "node_modules/npm/node_modules/@npmcli/move-file/node_modules/rimraf": { - "version": "2.7.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, "node_modules/npm/node_modules/@npmcli/name-from-folder": { "version": "1.0.1", "inBundle": true, "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "1.0.1", + "version": "1.0.2", "inBundle": true, "license": "ISC" }, @@ -6576,16 +6403,15 @@ } }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "1.8.1", + "version": "1.8.4", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/node-gyp": "^1.0.0", - "@npmcli/promise-spawn": "^1.3.0", + "@npmcli/node-gyp": "^1.0.2", + "@npmcli/promise-spawn": "^1.3.2", "infer-owner": "^1.0.4", "node-gyp": "^7.1.0", - "puka": "^1.0.1", - "read-package-json-fast": "^1.1.3" + "read-package-json-fast": "^2.0.1" } }, "node_modules/npm/node_modules/@tootallnate/once": { @@ -6613,7 +6439,7 @@ } }, "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.1.3", + "version": "4.1.4", "inBundle": true, "license": "MIT", "dependencies": { @@ -6743,7 +6569,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/balanced-match": { - "version": "1.0.0", + "version": "1.0.2", "inBundle": true, "license": "MIT" }, @@ -6771,6 +6597,14 @@ "node": ">=10" } }, + "node_modules/npm/node_modules/binary-extensions": { + "version": "2.2.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/npm/node_modules/brace-expansion": { "version": "1.1.11", "inBundle": true, @@ -6786,7 +6620,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/byte-size": { - "version": "7.0.0", + "version": "7.0.1", "inBundle": true, "license": "MIT", "engines": { @@ -6794,7 +6628,7 @@ } }, "node_modules/npm/node_modules/cacache": { - "version": "15.0.5", + "version": "15.0.6", "inBundle": true, "license": "ISC", "dependencies": { @@ -6812,7 +6646,7 @@ "p-map": "^4.0.0", "promise-inflight": "^1.0.1", "rimraf": "^3.0.2", - "ssri": "^8.0.0", + "ssri": "^8.0.1", "tar": "^6.0.2", "unique-filename": "^1.1.1" }, @@ -6911,7 +6745,7 @@ } }, "node_modules/npm/node_modules/cli-table3/node_modules/string-width": { - "version": "4.2.0", + "version": "4.2.2", "inBundle": true, "license": "MIT", "dependencies": { @@ -6943,11 +6777,10 @@ } }, "node_modules/npm/node_modules/cmd-shim": { - "version": "4.0.2", + "version": "4.1.0", "inBundle": true, "license": "ISC", "dependencies": { - "graceful-fs": "^4.1.2", "mkdirp-infer-owner": "^2.0.0" }, "engines": { @@ -7105,6 +6938,14 @@ "wrappy": "1" } }, + "node_modules/npm/node_modules/diff": { + "version": "5.0.0", + "inBundle": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/npm/node_modules/ecc-jsbn": { "version": "0.1.2", "inBundle": true, @@ -7129,7 +6970,7 @@ } }, "node_modules/npm/node_modules/env-paths": { - "version": "2.2.0", + "version": "2.2.1", "inBundle": true, "license": "MIT", "engines": { @@ -7137,7 +6978,7 @@ } }, "node_modules/npm/node_modules/err-code": { - "version": "1.1.2", + "version": "2.0.3", "inBundle": true, "license": "MIT" }, @@ -7278,7 +7119,7 @@ } }, "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.4", + "version": "4.2.6", "inBundle": true, "license": "ISC" }, @@ -7327,7 +7168,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/hosted-git-info": { - "version": "3.0.7", + "version": "4.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -7453,7 +7294,7 @@ } }, "node_modules/npm/node_modules/init-package-json": { - "version": "2.0.1", + "version": "2.0.2", "inBundle": true, "license": "ISC", "dependencies": { @@ -7476,7 +7317,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/ip-regex": { - "version": "4.2.0", + "version": "4.3.0", "inBundle": true, "license": "MIT", "engines": { @@ -7558,7 +7399,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/json-stringify-nice": { - "version": "1.1.1", + "version": "1.1.3", "inBundle": true, "license": "ISC", "funding": { @@ -7593,7 +7434,7 @@ } }, "node_modules/npm/node_modules/just-diff": { - "version": "3.0.2", + "version": "3.1.1", "inBundle": true, "license": "MIT" }, @@ -7624,6 +7465,24 @@ "node": ">=10" } }, + "node_modules/npm/node_modules/libnpmdiff": { + "version": "2.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/disparity-colors": "^1.0.1", + "@npmcli/installed-package-contents": "^1.0.7", + "binary-extensions": "^2.2.0", + "diff": "^5.0.0", + "minimatch": "^3.0.4", + "npm-package-arg": "^8.1.1", + "pacote": "^11.3.0", + "tar": "^6.1.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/npm/node_modules/libnpmfund": { "version": "1.0.2", "inBundle": true, @@ -7657,13 +7516,13 @@ } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "2.0.0", + "version": "2.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/run-script": "^1.3.0", - "npm-package-arg": "^8.0.0", - "pacote": "^11.1.4" + "@npmcli/run-script": "^1.8.3", + "npm-package-arg": "^8.1.0", + "pacote": "^11.2.6" }, "engines": { "node": ">=10" @@ -7708,14 +7567,14 @@ } }, "node_modules/npm/node_modules/libnpmversion": { - "version": "1.0.7", + "version": "1.2.0", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/git": "^2.0.1", - "@npmcli/run-script": "^1.2.1", - "read-package-json-fast": "^1.2.1", - "semver": "^7.1.3", + "@npmcli/git": "^2.0.7", + "@npmcli/run-script": "^1.8.4", + "json-parse-even-better-errors": "^2.3.1", + "semver": "^7.3.5", "stringify-package": "^1.0.1" } }, @@ -7731,7 +7590,7 @@ } }, "node_modules/npm/node_modules/make-fetch-happen": { - "version": "8.0.13", + "version": "8.0.14", "inBundle": true, "license": "ISC", "dependencies": { @@ -7747,7 +7606,7 @@ "minipass-fetch": "^1.3.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", - "promise-retry": "^1.1.1", + "promise-retry": "^2.0.1", "socks-proxy-agent": "^5.0.0", "ssri": "^8.0.0" }, @@ -7756,7 +7615,7 @@ } }, "node_modules/npm/node_modules/mime-db": { - "version": "1.44.0", + "version": "1.47.0", "inBundle": true, "license": "MIT", "engines": { @@ -7764,11 +7623,11 @@ } }, "node_modules/npm/node_modules/mime-types": { - "version": "2.1.27", + "version": "2.1.30", "inBundle": true, "license": "MIT", "dependencies": { - "mime-db": "1.44.0" + "mime-db": "1.47.0" }, "engines": { "node": ">= 0.6" @@ -7808,7 +7667,7 @@ } }, "node_modules/npm/node_modules/minipass-fetch": { - "version": "1.3.2", + "version": "1.3.3", "inBundle": true, "license": "MIT", "dependencies": { @@ -7949,13 +7808,13 @@ } }, "node_modules/npm/node_modules/normalize-package-data": { - "version": "3.0.0", + "version": "3.0.2", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", + "hosted-git-info": "^4.0.1", + "resolve": "^1.20.0", + "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" }, "engines": { @@ -7998,12 +7857,12 @@ "license": "ISC" }, "node_modules/npm/node_modules/npm-package-arg": { - "version": "8.1.0", + "version": "8.1.2", "inBundle": true, "license": "ISC", "dependencies": { - "hosted-git-info": "^3.0.6", - "semver": "^7.0.0", + "hosted-git-info": "^4.0.1", + "semver": "^7.3.4", "validate-npm-package-name": "^3.0.0" }, "engines": { @@ -8011,7 +7870,7 @@ } }, "node_modules/npm/node_modules/npm-packlist": { - "version": "2.1.4", + "version": "2.1.5", "inBundle": true, "license": "ISC", "dependencies": { @@ -8028,13 +7887,14 @@ } }, "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "6.1.0", + "version": "6.1.1", "inBundle": true, "license": "ISC", "dependencies": { "npm-install-checks": "^4.0.0", - "npm-package-arg": "^8.0.0", - "semver": "^7.0.0" + "npm-normalize-package-bin": "^1.0.1", + "npm-package-arg": "^8.1.2", + "semver": "^7.3.4" } }, "node_modules/npm/node_modules/npm-profile": { @@ -8137,14 +7997,14 @@ } }, "node_modules/npm/node_modules/pacote": { - "version": "11.2.1", + "version": "11.3.1", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/git": "^2.0.1", - "@npmcli/installed-package-contents": "^1.0.5", + "@npmcli/installed-package-contents": "^1.0.6", "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^1.3.0", + "@npmcli/run-script": "^1.8.2", "cacache": "^15.0.5", "chownr": "^2.0.0", "fs-minipass": "^2.1.0", @@ -8155,10 +8015,10 @@ "npm-packlist": "^2.1.4", "npm-pick-manifest": "^6.0.0", "npm-registry-fetch": "^9.0.0", - "promise-retry": "^1.1.1", - "read-package-json-fast": "^1.1.3", + "promise-retry": "^2.0.1", + "read-package-json-fast": "^2.0.1", "rimraf": "^3.0.2", - "ssri": "^8.0.0", + "ssri": "^8.0.1", "tar": "^6.1.0" }, "bin": { @@ -8223,15 +8083,15 @@ "license": "ISC" }, "node_modules/npm/node_modules/promise-retry": { - "version": "1.1.1", + "version": "2.0.1", "inBundle": true, "license": "MIT", "dependencies": { - "err-code": "^1.0.0", - "retry": "^0.10.0" + "err-code": "^2.0.2", + "retry": "^0.12.0" }, "engines": { - "node": ">=0.12" + "node": ">=10" } }, "node_modules/npm/node_modules/promzard": { @@ -8249,7 +8109,6 @@ }, "node_modules/npm/node_modules/puka": { "version": "1.0.1", - "inBundle": true, "license": "MIT", "engines": { "node": ">=4" @@ -8295,7 +8154,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/read-package-json": { - "version": "3.0.0", + "version": "3.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -8309,12 +8168,15 @@ } }, "node_modules/npm/node_modules/read-package-json-fast": { - "version": "1.2.1", + "version": "2.0.2", "inBundle": true, "license": "ISC", "dependencies": { "json-parse-even-better-errors": "^2.3.0", "npm-normalize-package-bin": "^1.0.1" + }, + "engines": { + "node": ">=10" } }, "node_modules/npm/node_modules/readable-stream": { @@ -8384,20 +8246,12 @@ "node": ">=0.8" } }, - "node_modules/npm/node_modules/request/node_modules/uuid": { - "version": "3.4.0", - "inBundle": true, - "license": "MIT", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/npm/node_modules/resolve": { - "version": "1.19.0", + "version": "1.20.0", "inBundle": true, "license": "MIT", "dependencies": { - "is-core-module": "^2.1.0", + "is-core-module": "^2.2.0", "path-parse": "^1.0.6" }, "funding": { @@ -8405,11 +8259,11 @@ } }, "node_modules/npm/node_modules/retry": { - "version": "0.10.1", + "version": "0.12.0", "inBundle": true, "license": "MIT", "engines": { - "node": "*" + "node": ">= 4" } }, "node_modules/npm/node_modules/rimraf": { @@ -8437,7 +8291,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/semver": { - "version": "7.3.4", + "version": "7.3.5", "inBundle": true, "license": "ISC", "dependencies": { @@ -8470,7 +8324,7 @@ } }, "node_modules/npm/node_modules/socks": { - "version": "2.5.1", + "version": "2.6.0", "inBundle": true, "license": "MIT", "dependencies": { @@ -8543,7 +8397,7 @@ } }, "node_modules/npm/node_modules/ssri": { - "version": "8.0.0", + "version": "8.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -8691,7 +8545,7 @@ } }, "node_modules/npm/node_modules/uri-js": { - "version": "4.4.0", + "version": "4.4.1", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { @@ -8704,11 +8558,11 @@ "license": "MIT" }, "node_modules/npm/node_modules/uuid": { - "version": "8.3.2", + "version": "3.4.0", "inBundle": true, "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "bin/uuid" } }, "node_modules/npm/node_modules/validate-npm-package-license": { @@ -15547,8 +15401,7 @@ "ini": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", - "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==", - "dev": true + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==" }, "inquirer": { "version": "7.3.3", @@ -16985,44 +16838,44 @@ "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" }, "npm": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.4.2.tgz", - "integrity": "sha512-N722v+UZ0PiwZG53xLM70bKNxpkG2M+KHCHjLpWnc0mYNs/Ddk4K1dmCEwLWOneUBozfqSSuMbeIdxmFYJ3Cfw==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-7.10.0.tgz", + "integrity": "sha512-DD4eEB71HGVt6pS6n4LmFD4eHsrglJ+QtLhv/kP2UWNKkJalL8TPfsiw9p8LmWKa6ed61LHPw5FE6krS3aGv0A==", "requires": { - "@npmcli/arborist": "^2.0.5", + "@npmcli/arborist": "^2.3.0", "@npmcli/ci-detect": "^1.2.0", - "@npmcli/config": "^1.2.8", - "@npmcli/run-script": "^1.8.1", + "@npmcli/config": "^2.1.0", + "@npmcli/run-script": "^1.8.4", "abbrev": "~1.1.1", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", - "aproba": "^2.0.0", "archy": "~1.0.0", - "byte-size": "^7.0.0", - "cacache": "^15.0.5", + "byte-size": "^7.0.1", + "cacache": "^15.0.6", "chalk": "^4.1.0", "chownr": "^2.0.0", "cli-columns": "^3.1.2", "cli-table3": "^0.6.0", "columnify": "~1.5.4", "glob": "^7.1.4", - "graceful-fs": "^4.2.3", - "hosted-git-info": "^3.0.6", + "graceful-fs": "^4.2.6", + "hosted-git-info": "^4.0.2", "ini": "^2.0.0", - "init-package-json": "^2.0.1", + "init-package-json": "^2.0.2", "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "*", + "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", + "libnpmdiff": "^2.0.4", "libnpmfund": "^1.0.2", "libnpmhook": "^6.0.1", "libnpmorg": "^2.0.1", - "libnpmpack": "^2.0.0", + "libnpmpack": "^2.0.1", "libnpmpublish": "^4.0.0", "libnpmsearch": "^3.1.0", "libnpmteam": "^2.0.2", - "libnpmversion": "^1.0.7", - "make-fetch-happen": "^8.0.13", + "libnpmversion": "^1.2.0", + "make-fetch-happen": "^8.0.14", "minipass": "^3.1.3", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", @@ -17031,61 +16884,60 @@ "node-gyp": "^7.1.2", "nopt": "^5.0.0", "npm-audit-report": "^2.1.4", - "npm-package-arg": "^8.1.0", - "npm-pick-manifest": "^6.1.0", + "npm-package-arg": "^8.1.2", + "npm-pick-manifest": "^6.1.1", "npm-profile": "^5.0.2", "npm-registry-fetch": "^9.0.0", "npm-user-validate": "^1.0.1", "npmlog": "~4.1.2", "opener": "^1.5.2", - "pacote": "^11.2.1", + "pacote": "^11.3.1", "parse-conflict-json": "^1.1.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", - "read-package-json": "^3.0.0", - "read-package-json-fast": "^1.2.1", + "read-package-json": "^3.0.1", + "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.4", - "ssri": "^8.0.0", + "semver": "^7.3.5", + "ssri": "^8.0.1", "tar": "^6.1.0", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0", "treeverse": "^1.0.4", - "uuid": "^8.3.1", "validate-npm-package-name": "~3.0.0", "which": "^2.0.2", "write-file-atomic": "^3.0.3" }, "dependencies": { "@npmcli/arborist": { - "version": "2.0.5", + "version": "2.3.0", "bundled": true, "requires": { - "@npmcli/installed-package-contents": "^1.0.5", - "@npmcli/map-workspaces": "^1.0.1", - "@npmcli/metavuln-calculator": "^1.0.1", + "@npmcli/installed-package-contents": "^1.0.7", + "@npmcli/map-workspaces": "^1.0.2", + "@npmcli/metavuln-calculator": "^1.1.0", "@npmcli/move-file": "^1.1.0", "@npmcli/name-from-folder": "^1.0.1", "@npmcli/node-gyp": "^1.0.1", - "@npmcli/run-script": "^1.8.1", + "@npmcli/run-script": "^1.8.2", "bin-links": "^2.2.1", "cacache": "^15.0.3", "common-ancestor-path": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.1", + "json-stringify-nice": "^1.1.2", "mkdirp-infer-owner": "^2.0.0", "npm-install-checks": "^4.0.0", "npm-package-arg": "^8.1.0", "npm-pick-manifest": "^6.1.0", "npm-registry-fetch": "^9.0.0", - "pacote": "^11.2.1", + "pacote": "^11.2.6", "parse-conflict-json": "^1.1.1", "promise-all-reject-late": "^1.0.0", "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^1.2.1", + "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", - "semver": "^7.3.4", + "semver": "^7.3.5", "tar": "^6.1.0", "treeverse": "^1.0.4", "walk-up-path": "^1.0.0" @@ -17096,7 +16948,7 @@ "bundled": true }, "@npmcli/config": { - "version": "1.2.8", + "version": "2.1.0", "bundled": true, "requires": { "ini": "^2.0.0", @@ -17106,43 +16958,47 @@ "walk-up-path": "^1.0.0" } }, + "@npmcli/disparity-colors": { + "version": "1.0.1", + "bundled": true, + "requires": { + "ansi-styles": "^4.3.0" + } + }, "@npmcli/git": { - "version": "2.0.4", + "version": "2.0.8", "bundled": true, "requires": { - "@npmcli/promise-spawn": "^1.1.0", + "@npmcli/promise-spawn": "^1.3.2", "lru-cache": "^6.0.0", - "mkdirp": "^1.0.3", - "npm-pick-manifest": "^6.0.0", + "mkdirp": "^1.0.4", + "npm-pick-manifest": "^6.1.1", "promise-inflight": "^1.0.1", - "promise-retry": "^1.1.1", - "semver": "^7.3.2", - "unique-filename": "^1.1.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", "which": "^2.0.2" } }, "@npmcli/installed-package-contents": { - "version": "1.0.5", + "version": "1.0.7", "bundled": true, "requires": { "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1", - "read-package-json-fast": "^1.1.1", - "readdir-scoped-modules": "^1.1.0" + "npm-normalize-package-bin": "^1.0.1" } }, "@npmcli/map-workspaces": { - "version": "1.0.1", + "version": "1.0.3", "bundled": true, "requires": { "@npmcli/name-from-folder": "^1.0.1", "glob": "^7.1.6", "minimatch": "^3.0.4", - "read-package-json-fast": "^1.2.1" + "read-package-json-fast": "^2.0.1" } }, "@npmcli/metavuln-calculator": { - "version": "1.0.2", + "version": "1.1.1", "bundled": true, "requires": { "cacache": "^15.0.5", @@ -17151,20 +17007,11 @@ } }, "@npmcli/move-file": { - "version": "1.1.0", + "version": "1.1.2", "bundled": true, "requires": { "mkdirp": "^1.0.4", - "rimraf": "^2.7.1" - }, - "dependencies": { - "rimraf": { - "version": "2.7.1", - "bundled": true, - "requires": { - "glob": "^7.1.3" - } - } + "rimraf": "^3.0.2" } }, "@npmcli/name-from-folder": { @@ -17172,7 +17019,7 @@ "bundled": true }, "@npmcli/node-gyp": { - "version": "1.0.1", + "version": "1.0.2", "bundled": true }, "@npmcli/promise-spawn": { @@ -17183,15 +17030,14 @@ } }, "@npmcli/run-script": { - "version": "1.8.1", + "version": "1.8.4", "bundled": true, "requires": { - "@npmcli/node-gyp": "^1.0.0", - "@npmcli/promise-spawn": "^1.3.0", + "@npmcli/node-gyp": "^1.0.2", + "@npmcli/promise-spawn": "^1.3.2", "infer-owner": "^1.0.4", "node-gyp": "^7.1.0", - "puka": "^1.0.1", - "read-package-json-fast": "^1.1.3" + "read-package-json-fast": "^2.0.1" } }, "@tootallnate/once": { @@ -17210,7 +17056,7 @@ } }, "agentkeepalive": { - "version": "4.1.3", + "version": "4.1.4", "bundled": true, "requires": { "debug": "^4.1.0", @@ -17299,7 +17145,7 @@ "bundled": true }, "balanced-match": { - "version": "1.0.0", + "version": "1.0.2", "bundled": true }, "bcrypt-pbkdf": { @@ -17321,6 +17167,10 @@ "write-file-atomic": "^3.0.3" } }, + "binary-extensions": { + "version": "2.2.0", + "bundled": true + }, "brace-expansion": { "version": "1.1.11", "bundled": true, @@ -17334,11 +17184,11 @@ "bundled": true }, "byte-size": { - "version": "7.0.0", + "version": "7.0.1", "bundled": true }, "cacache": { - "version": "15.0.5", + "version": "15.0.6", "bundled": true, "requires": { "@npmcli/move-file": "^1.0.1", @@ -17355,7 +17205,7 @@ "p-map": "^4.0.0", "promise-inflight": "^1.0.1", "rimraf": "^3.0.2", - "ssri": "^8.0.0", + "ssri": "^8.0.1", "tar": "^6.0.2", "unique-filename": "^1.1.1" } @@ -17413,7 +17263,7 @@ "bundled": true }, "string-width": { - "version": "4.2.0", + "version": "4.2.2", "bundled": true, "requires": { "emoji-regex": "^8.0.0", @@ -17435,10 +17285,9 @@ "bundled": true }, "cmd-shim": { - "version": "4.0.2", + "version": "4.1.0", "bundled": true, "requires": { - "graceful-fs": "^4.1.2", "mkdirp-infer-owner": "^2.0.0" } }, @@ -17544,6 +17393,10 @@ "wrappy": "1" } }, + "diff": { + "version": "5.0.0", + "bundled": true + }, "ecc-jsbn": { "version": "0.1.2", "bundled": true, @@ -17565,11 +17418,11 @@ } }, "env-paths": { - "version": "2.2.0", + "version": "2.2.1", "bundled": true }, "err-code": { - "version": "1.1.2", + "version": "2.0.3", "bundled": true }, "extend": { @@ -17672,7 +17525,7 @@ } }, "graceful-fs": { - "version": "4.2.4", + "version": "4.2.6", "bundled": true }, "har-schema": { @@ -17703,7 +17556,7 @@ "bundled": true }, "hosted-git-info": { - "version": "3.0.7", + "version": "4.0.2", "bundled": true, "requires": { "lru-cache": "^6.0.0" @@ -17790,7 +17643,7 @@ "bundled": true }, "init-package-json": { - "version": "2.0.1", + "version": "2.0.2", "bundled": true, "requires": { "glob": "^7.1.1", @@ -17808,7 +17661,7 @@ "bundled": true }, "ip-regex": { - "version": "4.2.0", + "version": "4.3.0", "bundled": true }, "is-cidr": { @@ -17866,7 +17719,7 @@ "bundled": true }, "json-stringify-nice": { - "version": "1.1.1", + "version": "1.1.3", "bundled": true }, "json-stringify-safe": { @@ -17888,7 +17741,7 @@ } }, "just-diff": { - "version": "3.0.2", + "version": "3.1.1", "bundled": true }, "just-diff-apply": { @@ -17909,6 +17762,20 @@ "npm-registry-fetch": "^9.0.0" } }, + "libnpmdiff": { + "version": "2.0.4", + "bundled": true, + "requires": { + "@npmcli/disparity-colors": "^1.0.1", + "@npmcli/installed-package-contents": "^1.0.7", + "binary-extensions": "^2.2.0", + "diff": "^5.0.0", + "minimatch": "^3.0.4", + "npm-package-arg": "^8.1.1", + "pacote": "^11.3.0", + "tar": "^6.1.0" + } + }, "libnpmfund": { "version": "1.0.2", "bundled": true, @@ -17933,12 +17800,12 @@ } }, "libnpmpack": { - "version": "2.0.0", + "version": "2.0.1", "bundled": true, "requires": { - "@npmcli/run-script": "^1.3.0", - "npm-package-arg": "^8.0.0", - "pacote": "^11.1.4" + "@npmcli/run-script": "^1.8.3", + "npm-package-arg": "^8.1.0", + "pacote": "^11.2.6" } }, "libnpmpublish": { @@ -17968,13 +17835,13 @@ } }, "libnpmversion": { - "version": "1.0.7", + "version": "1.2.0", "bundled": true, "requires": { - "@npmcli/git": "^2.0.1", - "@npmcli/run-script": "^1.2.1", - "read-package-json-fast": "^1.2.1", - "semver": "^7.1.3", + "@npmcli/git": "^2.0.7", + "@npmcli/run-script": "^1.8.4", + "json-parse-even-better-errors": "^2.3.1", + "semver": "^7.3.5", "stringify-package": "^1.0.1" } }, @@ -17986,7 +17853,7 @@ } }, "make-fetch-happen": { - "version": "8.0.13", + "version": "8.0.14", "bundled": true, "requires": { "agentkeepalive": "^4.1.3", @@ -18001,20 +17868,20 @@ "minipass-fetch": "^1.3.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", - "promise-retry": "^1.1.1", + "promise-retry": "^2.0.1", "socks-proxy-agent": "^5.0.0", "ssri": "^8.0.0" } }, "mime-db": { - "version": "1.44.0", + "version": "1.47.0", "bundled": true }, "mime-types": { - "version": "2.1.27", + "version": "2.1.30", "bundled": true, "requires": { - "mime-db": "1.44.0" + "mime-db": "1.47.0" } }, "minimatch": { @@ -18039,7 +17906,7 @@ } }, "minipass-fetch": { - "version": "1.3.2", + "version": "1.3.3", "bundled": true, "requires": { "encoding": "^0.1.12", @@ -18130,12 +17997,12 @@ } }, "normalize-package-data": { - "version": "3.0.0", + "version": "3.0.2", "bundled": true, "requires": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", + "hosted-git-info": "^4.0.1", + "resolve": "^1.20.0", + "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" } }, @@ -18165,16 +18032,16 @@ "bundled": true }, "npm-package-arg": { - "version": "8.1.0", + "version": "8.1.2", "bundled": true, "requires": { - "hosted-git-info": "^3.0.6", - "semver": "^7.0.0", + "hosted-git-info": "^4.0.1", + "semver": "^7.3.4", "validate-npm-package-name": "^3.0.0" } }, "npm-packlist": { - "version": "2.1.4", + "version": "2.1.5", "bundled": true, "requires": { "glob": "^7.1.6", @@ -18184,12 +18051,13 @@ } }, "npm-pick-manifest": { - "version": "6.1.0", + "version": "6.1.1", "bundled": true, "requires": { "npm-install-checks": "^4.0.0", - "npm-package-arg": "^8.0.0", - "semver": "^7.0.0" + "npm-normalize-package-bin": "^1.0.1", + "npm-package-arg": "^8.1.2", + "semver": "^7.3.4" } }, "npm-profile": { @@ -18258,13 +18126,13 @@ } }, "pacote": { - "version": "11.2.1", + "version": "11.3.1", "bundled": true, "requires": { "@npmcli/git": "^2.0.1", - "@npmcli/installed-package-contents": "^1.0.5", + "@npmcli/installed-package-contents": "^1.0.6", "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^1.3.0", + "@npmcli/run-script": "^1.8.2", "cacache": "^15.0.5", "chownr": "^2.0.0", "fs-minipass": "^2.1.0", @@ -18275,10 +18143,10 @@ "npm-packlist": "^2.1.4", "npm-pick-manifest": "^6.0.0", "npm-registry-fetch": "^9.0.0", - "promise-retry": "^1.1.1", - "read-package-json-fast": "^1.1.3", + "promise-retry": "^2.0.1", + "read-package-json-fast": "^2.0.1", "rimraf": "^3.0.2", - "ssri": "^8.0.0", + "ssri": "^8.0.1", "tar": "^6.1.0" } }, @@ -18320,11 +18188,11 @@ "bundled": true }, "promise-retry": { - "version": "1.1.1", + "version": "2.0.1", "bundled": true, "requires": { - "err-code": "^1.0.0", - "retry": "^0.10.0" + "err-code": "^2.0.2", + "retry": "^0.12.0" } }, "promzard": { @@ -18339,8 +18207,7 @@ "bundled": true }, "puka": { - "version": "1.0.1", - "bundled": true + "version": "1.0.1" }, "punycode": { "version": "2.1.1", @@ -18366,7 +18233,7 @@ "bundled": true }, "read-package-json": { - "version": "3.0.0", + "version": "3.0.1", "bundled": true, "requires": { "glob": "^7.1.1", @@ -18376,7 +18243,7 @@ } }, "read-package-json-fast": { - "version": "1.2.1", + "version": "2.0.2", "bundled": true, "requires": { "json-parse-even-better-errors": "^2.3.0", @@ -18439,23 +18306,19 @@ "psl": "^1.1.28", "punycode": "^2.1.1" } - }, - "uuid": { - "version": "3.4.0", - "bundled": true } } }, "resolve": { - "version": "1.19.0", + "version": "1.20.0", "bundled": true, "requires": { - "is-core-module": "^2.1.0", + "is-core-module": "^2.2.0", "path-parse": "^1.0.6" } }, "retry": { - "version": "0.10.1", + "version": "0.12.0", "bundled": true }, "rimraf": { @@ -18474,7 +18337,7 @@ "bundled": true }, "semver": { - "version": "7.3.4", + "version": "7.3.5", "bundled": true, "requires": { "lru-cache": "^6.0.0" @@ -18493,7 +18356,7 @@ "bundled": true }, "socks": { - "version": "2.5.1", + "version": "2.6.0", "bundled": true, "requires": { "ip": "^1.1.5", @@ -18549,7 +18412,7 @@ } }, "ssri": { - "version": "8.0.0", + "version": "8.0.1", "bundled": true, "requires": { "minipass": "^3.1.1" @@ -18658,7 +18521,7 @@ } }, "uri-js": { - "version": "4.4.0", + "version": "4.4.1", "bundled": true, "requires": { "punycode": "^2.1.0" @@ -18669,7 +18532,7 @@ "bundled": true }, "uuid": { - "version": "8.3.2", + "version": "3.4.0", "bundled": true }, "validate-npm-package-license": {