From 904c68dfb62afefc2e4d00c2f2fbe54d72367cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:55:28 +0000 Subject: [PATCH] chore(deps): bump p-limit from 3.1.0 to 4.0.0 Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 128 ++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 86 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42c00234..e133caee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "globby": "^11.0.0", "meow": "^9.0.0", "nunjucks": "^3.2.3", - "p-limit": "^3.1.0", + "p-limit": "^4.0.0", "parse-json": "^5.2.0", "resolve-from": "^5.0.0", "svg2ttf": "^6.0.2", @@ -28,38 +28,38 @@ "webfont": "dist/cli.js" }, "devDependencies": { - "@babel/eslint-plugin": "latest", - "@babel/preset-env": "latest", - "@babel/preset-typescript": "latest", - "@rollup/plugin-commonjs": "latest", - "@rollup/plugin-typescript": "latest", + "@babel/eslint-plugin": "*", + "@babel/preset-env": "*", + "@babel/preset-typescript": "*", + "@rollup/plugin-commonjs": "*", + "@rollup/plugin-typescript": "*", "@types/jest": "26.0.24", "@types/node": "15.14.9", - "@types/nunjucks": "latest", - "@types/rimraf": "latest", - "@typescript-eslint/eslint-plugin": "latest", - "@typescript-eslint/parser": "latest", + "@types/nunjucks": "*", + "@types/rimraf": "*", + "@typescript-eslint/eslint-plugin": "*", + "@typescript-eslint/parser": "*", "babel-jest": "27.0.6", - "eslint": "latest", - "eslint-plugin-import": "latest", - "eslint-plugin-jest": "latest", - "eslint-plugin-node": "latest", - "eslint-plugin-promise": "latest", - "eslint-plugin-unicorn": "latest", - "husky": "latest", - "is-eot": "latest", - "is-svg": "latest", - "is-ttf": "latest", - "is-woff": "latest", - "is-woff2": "latest", + "eslint": "*", + "eslint-plugin-import": "*", + "eslint-plugin-jest": "*", + "eslint-plugin-node": "*", + "eslint-plugin-promise": "*", + "eslint-plugin-unicorn": "*", + "husky": "*", + "is-eot": "*", + "is-svg": "*", + "is-ttf": "*", + "is-woff": "*", + "is-woff2": "*", "jest": "27.1.0", "lint-staged": "11.1.1", - "rimraf": "latest", + "rimraf": "*", "rollup": "2.56.3", - "standard-version": "latest", - "ts-node": "latest", - "tslib": "latest", - "typescript": "latest" + "standard-version": "*", + "ts-node": "*", + "tslib": "*", + "typescript": "*" }, "engines": { "node": ">= 12.0.0" @@ -10688,14 +10688,14 @@ } }, "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", "dependencies": { - "yocto-queue": "^0.1.0" + "yocto-queue": "^1.0.0" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -11957,6 +11957,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/standard-version/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/standard-version/node_modules/p-locate": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", @@ -11987,6 +12002,18 @@ "node": ">=10" } }, + "node_modules/standard-version/node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -13186,11 +13213,11 @@ } }, "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", "engines": { - "node": ">=10" + "node": ">=12.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -21080,11 +21107,11 @@ "dev": true }, "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", "requires": { - "yocto-queue": "^0.1.0" + "yocto-queue": "^1.0.0" } }, "p-locate": { @@ -22040,6 +22067,15 @@ "p-locate": "^5.0.0" } }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, "p-locate": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", @@ -22057,6 +22093,12 @@ "requires": { "lru-cache": "^6.0.0" } + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true } } }, @@ -22971,9 +23013,9 @@ "dev": true }, "yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" } } } diff --git a/package.json b/package.json index 07513ccb..f2ac0fa9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "globby": "^11.0.0", "meow": "^9.0.0", "nunjucks": "^3.2.3", - "p-limit": "^3.1.0", + "p-limit": "^4.0.0", "parse-json": "^5.2.0", "resolve-from": "^5.0.0", "svg2ttf": "^6.0.2",