From aeaec3dee6cfd71c082a0e2d56decf8eaf4b1ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 04:19:03 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.2 in /example Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index b51c06e..bc6cb46 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -20,11 +20,13 @@ } }, "..": { - "version": "0.4.7", + "name": "@cobuildlab/auth0-utils", + "version": "0.8.0", "license": "ISC", "dependencies": { + "@types/node-fetch": "^2.5.10", "nanoid": "^3.1.22", - "node-fetch": "^2.6.1" + "node-fetch": "^2.6.6" }, "devDependencies": { "@babel/core": "^7.13.16", @@ -32,7 +34,6 @@ "@babel/preset-typescript": "^7.13.0", "@types/jest": "^26.0.22", "@types/node": "^14.14.41", - "@types/node-fetch": "^2.5.10", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "babel-jest": "^26.6.3", @@ -46,6 +47,9 @@ "prettier": "^2.2.1", "ts-jest": "^26.5.5", "typescript": "^4.2.4" + }, + "peerDependencies": { + "node-fetch": "^2.6.6" } }, "node_modules/@babel/code-frame": { @@ -3476,9 +3480,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -5883,7 +5887,7 @@ "jest": "^26.6.3", "lint-staged": "^10.5.4", "nanoid": "^3.1.22", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.6", "prettier": "^2.2.1", "ts-jest": "^26.5.5", "typescript": "^4.2.4" @@ -8105,9 +8109,9 @@ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "requires": { "brace-expansion": "^1.1.7" }