From 0b028d5d32f73fe7bbfc4b57f00f5d5e61d47482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:37:53 +0000 Subject: [PATCH] Bump json5 from 1.0.1 to 1.0.2 in /projects/immutable-data-strategy 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] --- .../immutable-data-strategy/package-lock.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/immutable-data-strategy/package-lock.json b/projects/immutable-data-strategy/package-lock.json index 280f5a8..eeea35e 100644 --- a/projects/immutable-data-strategy/package-lock.json +++ b/projects/immutable-data-strategy/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ng-state/immer-data-strategy", - "version": "1.0.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -24,10 +24,10 @@ "js-tokens": "^4.0.0" } }, - "@ng-state/data-strategy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ng-state/data-strategy/-/data-strategy-1.0.2.tgz", - "integrity": "sha512-6Md9c5N+7n3II1OabEBTryEiKLhefrDH7F9YD5WJU0nLDTavfa3dimJjSjur0uSDHJ54WUQMKzZ9fra7akXTWw==", + "@react-state/data-strategy": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@react-state/data-strategy/-/data-strategy-1.8.2.tgz", + "integrity": "sha512-Iy3RInRLLNDCmuim2wybDIq/fGZqI+9WJT+uhpWozHOIkhGinVI4YWm839hVXxP9WW/DrccEEJkqAP/pKtpnJA==", "dev": true }, "@types/node": { @@ -894,9 +894,9 @@ "dev": true }, "immer": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/immer/-/immer-3.1.2.tgz", - "integrity": "sha512-pi8JuvJ9c+98DlpDms/o0YLLg5khP8Qzjd8CtIGc4qVm2eoLdQGivJL266nWccofKT/oBSxnhAh/o+nmOXtLXw==", + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/immer/-/immer-5.3.6.tgz", + "integrity": "sha512-pqWQ6ozVfNOUDjrLfm4Pt7q4Q12cGw2HUZgry4Q5+Myxu9nmHRkWBpI0J4+MK0AxbdFtdMTwEGVl7Vd+vEiK+A==", "dev": true }, "indent-string": { @@ -1080,9 +1080,9 @@ } }, "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"