Skip to content

Commit b0d881e

Browse files
Bump @feathersjs/configuration from 4.5.15 to 5.0.6
Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers/tree/HEAD/packages/configuration) from 4.5.15 to 5.0.6. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/configuration/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.6/packages/configuration) --- updated-dependencies: - dependency-name: "@feathersjs/configuration" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fab638 commit b0d881e

2 files changed

Lines changed: 121 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@feathersjs/authentication-jwt": "^2.0.10",
4040
"@feathersjs/authentication-local": "^4.5.15",
4141
"@feathersjs/authentication-oauth": "^4.5.15",
42-
"@feathersjs/configuration": "^4.5.15",
42+
"@feathersjs/configuration": "^5.0.6",
4343
"@feathersjs/errors": "^5.0.6",
4444
"@feathersjs/express": "^4.5.15",
4545
"@feathersjs/feathers": "^4.5.15",

yarn.lock

Lines changed: 120 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@
258258
dependencies:
259259
"@babel/helper-plugin-utils" "^7.19.0"
260260

261+
"@babel/runtime@^7.18.3":
262+
version "7.22.5"
263+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec"
264+
integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==
265+
dependencies:
266+
regenerator-runtime "^0.13.11"
267+
261268
"@babel/template@^7.18.10", "@babel/template@^7.3.3":
262269
version "7.18.10"
263270
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -376,6 +383,15 @@
376383
"@feathersjs/errors" "^4.5.15"
377384
"@feathersjs/feathers" "^4.5.15"
378385

386+
"@feathersjs/adapter-commons@^5.0.6":
387+
version "5.0.6"
388+
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.6.tgz#b9ef1baafe00bd5411f0817c340327bd5e7e407e"
389+
integrity sha512-ilkKn3/Y9RQL/gk/3h7QbytDo49JdJUSkI4JaTuEnb55YjiVEJlECrfZz7yV0fFbBI1yRl+OHJsWjWKMAbkPEQ==
390+
dependencies:
391+
"@feathersjs/commons" "^5.0.6"
392+
"@feathersjs/errors" "^5.0.6"
393+
"@feathersjs/feathers" "^5.0.6"
394+
379395
"@feathersjs/authentication-jwt@^2.0.10":
380396
version "2.0.10"
381397
resolved "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.10.tgz#f8ec25d1230552b311af21822c5974cbc5f99b5e"
@@ -435,14 +451,21 @@
435451
resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
436452
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==
437453

438-
"@feathersjs/configuration@^4.5.15":
439-
version "4.5.15"
440-
resolved "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28"
441-
integrity sha512-Uj8/wZoWDOQC0gBitXHSQfmsF7WBFBSzOIlFPnJlrC9+L43fDnkkTRXWDZ5k2t7yFFHlnHOX7wl/TUSg/ZLrXg==
454+
"@feathersjs/commons@^5.0.6":
455+
version "5.0.6"
456+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.6.tgz#4f30d42414fcbaa3bf9b72ed1e8caf7ab0961da6"
457+
integrity sha512-AVX6+JPb+KT9Ya4ASMAErVfKnnEN1dzwiWK03cHA2IvUrhzLBPGNoe/t+ph4L7BNl8JSK/nds3XOvf3/IcdOcg==
458+
459+
"@feathersjs/configuration@^5.0.6":
460+
version "5.0.6"
461+
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-5.0.6.tgz#ee3348d1a041a5c13ce9ecd00b30ac0e5e616d9d"
462+
integrity sha512-S6MhGz10rjJMbR6yLVfWPucNDPD1AL4h3xzpCKC+dQj6XiwYtaNg8/rvId66uSVYc08WXWlGj/nX/OgWlybyYA==
442463
dependencies:
443-
"@feathersjs/feathers" "^4.5.15"
444-
config "^3.3.6"
445-
debug "^4.3.3"
464+
"@feathersjs/commons" "^5.0.6"
465+
"@feathersjs/feathers" "^5.0.6"
466+
"@feathersjs/schema" "^5.0.6"
467+
"@types/config" "^3.3.0"
468+
config "^3.3.9"
446469

447470
"@feathersjs/errors@^3.3.6":
448471
version "3.3.6"
@@ -486,6 +509,35 @@
486509
events "^3.3.0"
487510
uberproto "^2.0.6"
488511

512+
"@feathersjs/feathers@^5.0.6":
513+
version "5.0.6"
514+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.6.tgz#5761e798e91adcb8ae7df817cce335713007599d"
515+
integrity sha512-aYqeA7SyAhClxONhlVxY1zSlKTSef9OtpvInNpYvUHlJK4G9gRRk2KytwEG4W/ipCl88TLTXjZAaWyiMdfLgcw==
516+
dependencies:
517+
"@feathersjs/commons" "^5.0.6"
518+
"@feathersjs/hooks" "^0.8.1"
519+
events "^3.3.0"
520+
521+
"@feathersjs/hooks@^0.8.1":
522+
version "0.8.1"
523+
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f"
524+
integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==
525+
526+
"@feathersjs/schema@^5.0.6":
527+
version "5.0.6"
528+
resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.6.tgz#e0d2ff9d5fe5808fa77f7e2dc61385b2d5686f96"
529+
integrity sha512-2Vm3nD9mhvo2yY3AKkRaociNqEgWEb5DQcwkGdAtq/W7G2eOTYccTf41/ywfToCUBWh+kH+ncZ5W9+mGauG3tQ==
530+
dependencies:
531+
"@feathersjs/adapter-commons" "^5.0.6"
532+
"@feathersjs/commons" "^5.0.6"
533+
"@feathersjs/errors" "^5.0.6"
534+
"@feathersjs/feathers" "^5.0.6"
535+
"@feathersjs/hooks" "^0.8.1"
536+
"@types/json-schema" "^7.0.12"
537+
ajv "^8.12.0"
538+
ajv-formats "^2.1.1"
539+
json-schema-to-ts "^2.9.1"
540+
489541
"@feathersjs/socketio@^4.5.15":
490542
version "4.5.15"
491543
resolved "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.15.tgz#c3d881f78ea38acda94eb17a15f8a3026c3ed7a3"
@@ -960,6 +1012,11 @@
9601012
dependencies:
9611013
"@types/express" "*"
9621014

1015+
"@types/config@^3.3.0":
1016+
version "3.3.0"
1017+
resolved "https://registry.yarnpkg.com/@types/config/-/config-3.3.0.tgz#2b632cb37c639bf8d57054561f5a77d31dcebc1e"
1018+
integrity sha512-9kZSbl3/X3TVNowLCu5HFQdQmD+4287Om55avknEYkuo6R2dDrsp/EXEHUFvfYeG7m1eJ0WYGj+cbcUIhARJAQ==
1019+
9631020
"@types/connect@*":
9641021
version "3.4.35"
9651022
resolved "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1"
@@ -1041,6 +1098,11 @@
10411098
expect "^29.0.0"
10421099
pretty-format "^29.0.0"
10431100

1101+
"@types/json-schema@^7.0.12":
1102+
version "7.0.12"
1103+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1104+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1105+
10441106
"@types/json-schema@^7.0.9":
10451107
version "7.0.11"
10461108
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -1328,6 +1390,13 @@ agent-base@6:
13281390
dependencies:
13291391
debug "4"
13301392

1393+
ajv-formats@^2.1.1:
1394+
version "2.1.1"
1395+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
1396+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
1397+
dependencies:
1398+
ajv "^8.0.0"
1399+
13311400
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
13321401
version "6.12.6"
13331402
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1338,6 +1407,16 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
13381407
json-schema-traverse "^0.4.1"
13391408
uri-js "^4.2.2"
13401409

1410+
ajv@^8.0.0, ajv@^8.12.0:
1411+
version "8.12.0"
1412+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1413+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1414+
dependencies:
1415+
fast-deep-equal "^3.1.1"
1416+
json-schema-traverse "^1.0.0"
1417+
require-from-string "^2.0.2"
1418+
uri-js "^4.2.2"
1419+
13411420
ansi-escapes@^4.2.1:
13421421
version "4.3.2"
13431422
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -1847,12 +1926,12 @@ concat-map@0.0.1:
18471926
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
18481927
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
18491928

1850-
config@^3.3.6:
1851-
version "3.3.8"
1852-
resolved "https://registry.npmjs.org/config/-/config-3.3.8.tgz#14ef7aef22af25877fdaee696ec64d761feb7be0"
1853-
integrity sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==
1929+
config@^3.3.9:
1930+
version "3.3.9"
1931+
resolved "https://registry.yarnpkg.com/config/-/config-3.3.9.tgz#27fae95b43e0e1d5723e54143c090954d8e49572"
1932+
integrity sha512-G17nfe+cY7kR0wVpc49NCYvNtelm/pPy8czHoFkAgtV1lkmcp7DHtWCdDu+C9Z7gb2WVqa9Tm3uF9aKaPbCfhg==
18541933
dependencies:
1855-
json5 "^2.2.1"
1934+
json5 "^2.2.3"
18561935

18571936
configstore@^5.0.0:
18581937
version "5.0.1"
@@ -3463,11 +3542,25 @@ json-parse-even-better-errors@^2.3.0:
34633542
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
34643543
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
34653544

3545+
json-schema-to-ts@^2.9.1:
3546+
version "2.9.1"
3547+
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz#0e055b787587477abdb7e880c874efad3dba7779"
3548+
integrity sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ==
3549+
dependencies:
3550+
"@babel/runtime" "^7.18.3"
3551+
"@types/json-schema" "^7.0.9"
3552+
ts-algebra "^1.2.0"
3553+
34663554
json-schema-traverse@^0.4.1:
34673555
version "0.4.1"
34683556
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
34693557
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
34703558

3559+
json-schema-traverse@^1.0.0:
3560+
version "1.0.0"
3561+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
3562+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
3563+
34713564
json-stable-stringify-without-jsonify@^1.0.1:
34723565
version "1.0.1"
34733566
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -4286,6 +4379,11 @@ rechoir@^0.6.2:
42864379
dependencies:
42874380
resolve "^1.1.6"
42884381

4382+
regenerator-runtime@^0.13.11:
4383+
version "0.13.11"
4384+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
4385+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
4386+
42894387
request-compose@^1.2.1:
42904388
version "1.2.3"
42914389
resolved "https://registry.npmjs.org/request-compose/-/request-compose-1.2.3.tgz#b04110786cc25e3af6b1757553f5abcfefe0887b"
@@ -4305,6 +4403,11 @@ require-directory@^2.1.1:
43054403
resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
43064404
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
43074405

4406+
require-from-string@^2.0.2:
4407+
version "2.0.2"
4408+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
4409+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
4410+
43084411
resolve-cwd@^3.0.0:
43094412
version "3.0.0"
43104413
resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -4872,6 +4975,11 @@ triple-beam@^1.3.0:
48724975
resolved "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
48734976
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
48744977

4978+
ts-algebra@^1.2.0:
4979+
version "1.2.0"
4980+
resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.0.tgz#f91c481207a770f0d14d055c376cbee040afdfc9"
4981+
integrity sha512-kMuJJd8B2N/swCvIvn1hIFcIOrLGbWl9m/J6O3kHx9VRaevh00nvgjPiEGaRee7DRaAczMYR2uwWvXU22VFltw==
4982+
48754983
ts-jest@^29.1.1:
48764984
version "29.1.1"
48774985
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"

0 commit comments

Comments
 (0)