From 683aea2a5bae27bef9523b3916f0ba1e96460ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 06:07:53 +0000 Subject: [PATCH] Bump json5 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [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/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lessons/03-angular-pass-data-to-a-dynamic-ng-template-using-ngtemplateoutletcontext-in-angular/package-lock.json b/lessons/03-angular-pass-data-to-a-dynamic-ng-template-using-ngtemplateoutletcontext-in-angular/package-lock.json index ebf3b40..e6ee212 100644 --- a/lessons/03-angular-pass-data-to-a-dynamic-ng-template-using-ngtemplateoutletcontext-in-angular/package-lock.json +++ b/lessons/03-angular-pass-data-to-a-dynamic-ng-template-using-ngtemplateoutletcontext-in-angular/package-lock.json @@ -1,6 +1,6 @@ { "name": "dynamic-tabs", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5534,9 +5534,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"