From 39907641b87a763f8cc33ea944ae06d1a2e5ac8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:01:49 +0000 Subject: [PATCH] Bump json5 and @feathersjs/configuration in /services/backend Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@feathersjs/configuration](https://github.com/feathersjs/feathers). These dependencies need to be updated together. Updates `json5` from 2.1.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.1.0...v2.2.3) Updates `@feathersjs/configuration` from 2.0.4 to 2.0.6 - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/compare/@feathersjs/configuration@2.0.4...@feathersjs/configuration@2.0.6) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@feathersjs/configuration" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/backend/package-lock.json | 41 +++++++++++------------------- services/backend/package.json | 2 +- 2 files changed, 16 insertions(+), 27 deletions(-) diff --git a/services/backend/package-lock.json b/services/backend/package-lock.json index 655c8488..2b8be0c1 100644 --- a/services/backend/package-lock.json +++ b/services/backend/package-lock.json @@ -101,15 +101,6 @@ "lodash": "^4.17.11", "to-fast-properties": "^2.0.0" } - }, - "json5": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz", - "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } } } }, @@ -406,11 +397,11 @@ "integrity": "sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==" }, "@feathersjs/configuration": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-2.0.4.tgz", - "integrity": "sha512-VpfjXpgINwe6FkegliPUaT6cT6K9mGIkf9AKtf3cdO9uht9LnCVKpbp/bQSsMjyLF6My/Yl4Vc3pCaEKjxX+fg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-2.0.6.tgz", + "integrity": "sha512-0MnbvbmCqr5o7cijCDejO2QsJybnGZmnQMNVZ05c50fQl35mldNex512Pt1qDqLY7oLfJZOLySJS0rbrkm4lIg==", "requires": { - "config": "^2.0.0", + "config": "^3.0.0", "debug": "^4.0.0" } }, @@ -1730,7 +1721,7 @@ }, "callsites": { "version": "0.2.0", - "resolved": "http://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", "dev": true }, @@ -2153,11 +2144,11 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "config": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/config/-/config-2.0.2.tgz", - "integrity": "sha512-duIbkKb0gls0bOtGwd1vaD4236MwepQlZcrMheOGrn3/9Px7oYFh8G4LB3ylGOlPr5wGoJRm8Grb2RihJZxuHQ==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz", + "integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==", "requires": { - "json5": "^1.0.1" + "json5": "^2.2.1" } }, "config-chain": { @@ -5490,12 +5481,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==", - "requires": { - "minimist": "^1.2.0" - } + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "jsonfile": { "version": "4.0.0", @@ -5919,7 +5907,8 @@ "minimist": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true }, "mixin-deep": { "version": "1.3.2", @@ -8957,7 +8946,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { diff --git a/services/backend/package.json b/services/backend/package.json index cbb415c9..85bd561b 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -21,7 +21,7 @@ "@feathersjs/authentication": "^2.1.16", "@feathersjs/authentication-jwt": "^2.0.10", "@feathersjs/authentication-local": "^1.2.9", - "@feathersjs/configuration": "^2.0.4", + "@feathersjs/configuration": "^2.0.6", "@feathersjs/errors": "^3.3.6", "@feathersjs/express": "^1.2.7", "@feathersjs/feathers": "^3.2.3",