Skip to content

Commit 1a8e1c6

Browse files
committed
fix: upgrade unity-changeset from 2.1.0 to 2.3.0
Snyk has created this PR to upgrade unity-changeset from 2.1.0 to 2.3.0. See this package in yarn: unity-changeset See this project in Snyk: https://app.snyk.io/org/gableroux/project/0093f2b4-3941-4f68-a9bb-165f87558780?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 83c8532 commit 1a8e1c6

File tree

2 files changed

+57
-25
lines changed

2 files changed

+57
-25
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"reflect-metadata": "^0.1.13",
4646
"semver": "^7.5.2",
4747
"ts-md5": "^1.3.1",
48-
"unity-changeset": "^2.0.0",
48+
"unity-changeset": "^2.3.0",
4949
"uuid": "^9.0.0",
5050
"yaml": "^2.2.2"
5151
},

yarn.lock

+56-24
Original file line numberDiff line numberDiff line change
@@ -566,18 +566,18 @@
566566
dependencies:
567567
"@jridgewell/trace-mapping" "0.3.9"
568568

569-
"@deno/shim-deno-test@^0.4.0":
570-
version "0.4.0"
571-
resolved "https://registry.yarnpkg.com/@deno/shim-deno-test/-/shim-deno-test-0.4.0.tgz#2ff56821854c51323c0cd08a4a56d668f84367ba"
572-
integrity sha512-oYWcD7CpERZy/TXMTM9Tgh1HD/POHlbY9WpzmAk+5H8DohcxG415Qws8yLGlim3EaKBT2v3lJv01x4G0BosnaQ==
569+
"@deno/shim-deno-test@^0.5.0":
570+
version "0.5.0"
571+
resolved "https://registry.yarnpkg.com/@deno/shim-deno-test/-/shim-deno-test-0.5.0.tgz#7d5dd221c736d182e587b8fd9bfca49b4dc0aa79"
572+
integrity sha512-4nMhecpGlPi0cSzT67L+Tm+GOJqvuk8gqHBziqcUQOarnuIax1z96/gJHCSIz2Z0zhxE6Rzwb3IZXPtFh51j+w==
573573

574-
"@deno/shim-deno@~0.12.0":
575-
version "0.12.0"
576-
resolved "https://registry.yarnpkg.com/@deno/shim-deno/-/shim-deno-0.12.0.tgz#c5786cd535e7b3903e4d4e72b52b998d41e166e6"
577-
integrity sha512-nD/Izdp4RfU35rip2Jx4lP1WOWY8qAvGLpB3wvjlwgut237/RS4PwhLdmYnxDBXdsjjWMx8sDxmdHWs35GF3yA==
574+
"@deno/shim-deno@~0.18.0":
575+
version "0.18.2"
576+
resolved "https://registry.yarnpkg.com/@deno/shim-deno/-/shim-deno-0.18.2.tgz#9fe2fe7c91062bf2d127204f3110c09806cbef92"
577+
integrity sha512-oQ0CVmOio63wlhwQF75zA4ioolPvOwAoK0yuzcS5bDC1JUvH3y1GS8xPh8EOpcoDQRU4FTG8OQfxhpR+c6DrzA==
578578
dependencies:
579-
"@deno/shim-deno-test" "^0.4.0"
580-
which "^2.0.2"
579+
"@deno/shim-deno-test" "^0.5.0"
580+
which "^4.0.0"
581581

582582
"@eslint-community/eslint-utils@^4.4.0":
583583
version "4.4.0"
@@ -616,6 +616,11 @@
616616
resolved "https://registry.yarnpkg.com/@github/browserslist-config/-/browserslist-config-1.0.0.tgz#952fe6da3e6b8ed6a368f3a1a08a9d2ef84e8d04"
617617
integrity sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw==
618618

619+
"@graphql-typed-document-node/core@^3.2.0":
620+
version "3.2.0"
621+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
622+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
623+
619624
"@humanwhocodes/config-array@^0.5.0":
620625
version "0.5.0"
621626
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz"
@@ -2320,6 +2325,13 @@ cross-env@^7.0.3:
23202325
dependencies:
23212326
cross-spawn "^7.0.1"
23222327

2328+
cross-fetch@^3.1.5:
2329+
version "3.1.8"
2330+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
2331+
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
2332+
dependencies:
2333+
node-fetch "^2.6.12"
2334+
23232335
cross-spawn@^5.1.0:
23242336
version "5.1.0"
23252337
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
@@ -3475,6 +3487,14 @@ graphemer@^1.4.0:
34753487
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
34763488
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
34773489

3490+
3491+
version "6.1.0"
3492+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.1.0.tgz#f4eb2107967af3c7a5907eb3131c671eac89be4f"
3493+
integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
3494+
dependencies:
3495+
"@graphql-typed-document-node/core" "^3.2.0"
3496+
cross-fetch "^3.1.5"
3497+
34783498
har-schema@^2.0.0:
34793499
version "2.0.0"
34803500
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
@@ -3909,6 +3929,11 @@ isexe@^2.0.0:
39093929
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
39103930
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
39113931

3932+
isexe@^3.1.1:
3933+
version "3.1.1"
3934+
resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d"
3935+
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
3936+
39123937
isomorphic-ws@^4.0.1:
39133938
version "4.0.1"
39143939
resolved "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz"
@@ -4911,6 +4936,13 @@ nmtree@^1.0.6:
49114936
dependencies:
49124937
commander "^2.11.0"
49134938

4939+
node-fetch@^2.6.12:
4940+
version "2.7.0"
4941+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
4942+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
4943+
dependencies:
4944+
whatwg-url "^5.0.0"
4945+
49144946
node-fetch@^2.6.7:
49154947
version "2.6.12"
49164948
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
@@ -6251,27 +6283,20 @@ underscore@^1.9.1:
62516283
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
62526284
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
62536285

6254-
undici@^5.14.0:
6255-
version "5.28.3"
6256-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
6257-
integrity "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA=="
6258-
dependencies:
6259-
"@fastify/busboy" "^2.0.0"
6260-
62616286
undici@^5.25.4:
62626287
version "5.28.3"
62636288
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
62646289
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
62656290
dependencies:
62666291
"@fastify/busboy" "^2.0.0"
62676292

6268-
unity-changeset@^2.0.0:
6269-
version "2.1.0"
6270-
resolved "https://registry.yarnpkg.com/unity-changeset/-/unity-changeset-2.1.0.tgz#0efd872afa6310a54934a7eb49e634214c6f0936"
6271-
integrity sha512-i+Ot3/+ZHaxoPong1anXXxhb+6N+fMg8rdIk7HmBT7QWEhs5nrk3TQ4/44qcFL/p0svY8y5lHNi94P11JnAITQ==
6293+
unity-changeset@^2.3.0:
6294+
version "2.4.0"
6295+
resolved "https://registry.yarnpkg.com/unity-changeset/-/unity-changeset-2.4.0.tgz#5385d05c29820d6b56b64662c547adbf92053d23"
6296+
integrity sha512-6eE2rcK3rOj88vjLEyaLmNxutOtFwRFMrWZpFizUv7tGDXs/sNazdE3rF7A+bD5GG0V2adAy+wz74zV+mOEyLQ==
62726297
dependencies:
6273-
"@deno/shim-deno" "~0.12.0"
6274-
undici "^5.14.0"
6298+
"@deno/shim-deno" "~0.18.0"
6299+
graphql-request "6.1.0"
62756300

62766301
universal-user-agent@^6.0.0:
62776302
version "6.0.0"
@@ -6497,13 +6522,20 @@ which@^1.2.9:
64976522
dependencies:
64986523
isexe "^2.0.0"
64996524

6500-
which@^2.0.1, which@^2.0.2:
6525+
which@^2.0.1:
65016526
version "2.0.2"
65026527
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
65036528
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
65046529
dependencies:
65056530
isexe "^2.0.0"
65066531

6532+
which@^4.0.0:
6533+
version "4.0.0"
6534+
resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a"
6535+
integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==
6536+
dependencies:
6537+
isexe "^3.1.1"
6538+
65076539
wrap-ansi@^7.0.0:
65086540
version "7.0.0"
65096541
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"

0 commit comments

Comments
 (0)