Skip to content

Commit 7fa55e3

Browse files
chore(deps): update dependency @types/lz-string to v1.5.0
1 parent 90b62ea commit 7fa55e3

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

packages/utils/graphql-codegen-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tslib": "~2.6.0"
4949
},
5050
"devDependencies": {
51-
"@types/lz-string": "1.3.34"
51+
"@types/lz-string": "1.5.0"
5252
},
5353
"publishConfig": {
5454
"directory": "dist",

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4763,10 +4763,12 @@
47634763
resolved "https://registry.yarnpkg.com/@types/katex/-/katex-0.16.3.tgz#a341c89705145b7dd8e2a133b282a133eabe6076"
47644764
integrity sha512-CeVMX9EhVUW8MWnei05eIRks4D5Wscw/W9Byz1s3PA+yJvcdvq9SaDjiUKvRvEgjpdTyJMjQA43ae4KTwsvOPg==
47654765

4766-
"@types/lz-string@1.3.34":
4767-
version "1.3.34"
4768-
resolved "https://registry.yarnpkg.com/@types/lz-string/-/lz-string-1.3.34.tgz#69bfadde419314b4a374bf2c8e58659c035ed0a5"
4769-
integrity sha512-j6G1e8DULJx3ONf6NdR5JiR2ZY3K3PaaqiEuKYkLQO0Czfi1AzrtjfnfCROyWGeDd5IVMKCwsgSmMip9OWijow==
4766+
"@types/lz-string@1.5.0":
4767+
version "1.5.0"
4768+
resolved "https://registry.yarnpkg.com/@types/lz-string/-/lz-string-1.5.0.tgz#2f15d2dd9dbfb344f3d31aee5a82cf350b037e5f"
4769+
integrity sha512-s84fKOrzqqNCAPljhVyC5TjAo6BH4jKHw9NRNFNiRUY5QSgZCmVm5XILlWbisiKl+0OcS7eWihmKGS5akc2iQw==
4770+
dependencies:
4771+
lz-string "*"
47704772

47714773
"@types/mdast@^3.0.0":
47724774
version "3.0.15"
@@ -4890,16 +4892,16 @@
48904892
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
48914893
integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
48924894

4893-
"@types/unist@*", "@types/unist@^3.0.0":
4894-
version "3.0.0"
4895-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
4896-
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
4897-
4898-
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
4895+
"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
48994896
version "2.0.11"
49004897
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
49014898
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
49024899

4900+
"@types/unist@^3.0.0":
4901+
version "3.0.0"
4902+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
4903+
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
4904+
49034905
"@types/ws@^8.0.0":
49044906
version "8.5.4"
49054907
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
@@ -10531,7 +10533,7 @@ lru-cache@^5.1.1:
1053110533
dependencies:
1053210534
yallist "^3.0.2"
1053310535

10534-
lz-string@^1.4.4:
10536+
lz-string@*, lz-string@^1.4.4:
1053510537
version "1.5.0"
1053610538
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
1053710539
integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==

0 commit comments

Comments
 (0)