From 996bf63d9ce5ab6cac4d2442235b3f601e70a57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:39:47 +0000 Subject: [PATCH] build(deps): bump json5 from 2.2.1 to 2.2.3 in /angular-workspace Bumps [json5](https://github.com/json5/json5) from 2.2.1 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.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- angular-workspace/package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/angular-workspace/package-lock.json b/angular-workspace/package-lock.json index 0400aee..06f6363 100644 --- a/angular-workspace/package-lock.json +++ b/angular-workspace/package-lock.json @@ -24,10 +24,10 @@ "@angular-devkit/build-angular": "^14.0.5", "@angular/cli": "^14.0.5", "@angular/compiler-cli": "^14.0.5", - "@tailwindcss/aspect-ratio": "latest", - "@tailwindcss/forms": "latest", - "@tailwindcss/line-clamp": "latest", - "@tailwindcss/typography": "latest", + "@tailwindcss/aspect-ratio": "*", + "@tailwindcss/forms": "*", + "@tailwindcss/line-clamp": "*", + "@tailwindcss/typography": "*", "@types/node": "^16.11.7", "autoprefixer": "^10.4.7", "postcss": "^8.4.14", @@ -6791,9 +6791,9 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "bin": { "json5": "lib/cli.js" @@ -16577,9 +16577,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, "jsonc-parser": {