From 6023e93f4e990db9c88bb1f03acf40a65c0f4720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 12:26:43 +0000 Subject: [PATCH] Bump json5 from 2.2.0 to 2.2.3 in /example Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index b51c06e..2dd7268 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": { @@ -3309,12 +3313,9 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dependencies": { - "minimist": "^1.2.5" - }, + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" }, @@ -5883,7 +5884,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" @@ -7986,12 +7987,9 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "requires": { - "minimist": "^1.2.5" - } + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "kind-of": { "version": "6.0.3",