Skip to content

Commit c73e0ca

Browse files
committed
Update dependency indexeddbshim to v6
1 parent 5fb352a commit c73e0ca

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"glob": "7.1.6",
7777
"http-server": "0.12.0",
7878
"husky": "3.1.0",
79-
"indexeddbshim": "5.0.0",
79+
"indexeddbshim": "6.0.1",
8080
"inquirer": "7.0.2",
8181
"istanbul-instrumenter-loader": "3.0.1",
8282
"js-yaml": "3.13.1",

yarn.lock

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,11 +4479,6 @@ copy-props@^2.0.1:
44794479
each-props "^1.3.0"
44804480
is-plain-object "^2.0.1"
44814481

4482-
core-js-bundle@^3.2.1:
4483-
version "3.3.2"
4484-
resolved "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.3.2.tgz#43cc34bcd6861c30321deff78b6d969fa770365e"
4485-
integrity sha512-R+BW+Ipno2LLGp8mY79/fJflACamQz61TN+COWG7t4s1p9x4Ijw7/Aorp47MbDsHSI15Ck4obIcasIUeIXwBww==
4486-
44874482
core-js-compat@^3.6.0:
44884483
version "3.6.2"
44894484
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.2.tgz#314ca8b84d5e71c27c19f1ecda966501b1cf1f10"
@@ -7748,17 +7743,16 @@ indent-string@^4.0.0:
77487743
resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
77497744
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
77507745

7751-
indexeddbshim@5.0.0:
7752-
version "5.0.0"
7753-
resolved "https://registry.npmjs.org/indexeddbshim/-/indexeddbshim-5.0.0.tgz#9cab3925abaf2795ebb889585cb23637c17a4c0d"
7754-
integrity sha512-jZz6HDO/zf9jMTnJ+wSsGI1n3G2K1/s0BuOA6aINAmk6ktoigPqTIwrHOrUvdxgjSCw/AeLO7vub8Q40YDgQtg==
7746+
indexeddbshim@6.0.1:
7747+
version "6.0.1"
7748+
resolved "https://registry.npmjs.org/indexeddbshim/-/indexeddbshim-6.0.1.tgz#6770e18475a76f967c3ef5bbcb79326a2aa6cb8d"
7749+
integrity sha512-zWUE735/xu49SLt76h565RTcoBTqNPSrn2bJv+5NUNLU3qnLRulPLSDAQOIrfiFErJAP4YlhxD5NLMAAHJD8DA==
77557750
dependencies:
7756-
core-js-bundle "^3.2.1"
77577751
eventtargeter "0.7.0"
77587752
regenerator-runtime "^0.13.3"
77597753
sync-promise "git+https://github.com/brettz9/sync-promise.git#full-sync-missing-promise-features"
7760-
typeson "5.13.0"
7761-
typeson-registry "1.0.0-alpha.28"
7754+
typeson "5.18.2"
7755+
typeson-registry "1.0.0-alpha.34"
77627756
websql "git+https://github.com/brettz9/node-websql.git#configurable-secure2"
77637757

77647758
@@ -14354,19 +14348,19 @@ [email protected]:
1435414348
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
1435514349
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
1435614350

14357-
14358-
version "1.0.0-alpha.28"
14359-
resolved "https://registry.npmjs.org/typeson-registry/-/typeson-registry-1.0.0-alpha.28.tgz#cc76b71cdafa7f39c0d39fba9573114675ff098b"
14360-
integrity sha512-WQD4dPXak+20mUiFFeaI0xh+dqiMQs2fmPFzX6akg1+WN74ocVFjYFwRbWNdtLuCUomxXrxAMP9dxjCakZQHvQ==
14351+
14352+
version "1.0.0-alpha.34"
14353+
resolved "https://registry.npmjs.org/typeson-registry/-/typeson-registry-1.0.0-alpha.34.tgz#1651a87c428fadadc17a453a7de10a9bac7a4930"
14354+
integrity sha512-2U0R5eFGJPaqha8HBAICJv6rW2x/cAVHizURHbcAo61Mpd47s+MDn67Ktxoyl9jWgsqCAibZsrldG8v/2ZuCaw==
1436114355
dependencies:
1436214356
base64-arraybuffer-es6 "0.5.0"
14363-
typeson "5.13.0"
14364-
whatwg-url "7.0.0"
14357+
typeson "5.18.2"
14358+
whatwg-url "7.1.0"
1436514359

14366-
typeson@5.13.0:
14367-
version "5.13.0"
14368-
resolved "https://registry.npmjs.org/typeson/-/typeson-5.13.0.tgz#dc65b23ea1978a315ed4c95e58a5b6936bcc3591"
14369-
integrity sha512-xcSaSt+hY/VcRYcqZuVkJwMjDXXJb4CZd51qDocpYw8waA314ygyOPlKhsGsw4qKuJ0tfLLUrxccrm+xvyS0AQ==
14360+
typeson@5.18.2:
14361+
version "5.18.2"
14362+
resolved "https://registry.npmjs.org/typeson/-/typeson-5.18.2.tgz#0d217fc0e11184a66aa7ca0076d9aa7707eb7bc2"
14363+
integrity sha512-Vetd+OGX05P4qHyHiSLdHZ5Z5GuQDrHHwSdjkqho9NSCYVSLSfRMjklD/unpHH8tXBR9Z/R05rwJSuMpMFrdsw==
1437014364

1437114365
uglify-js@^3.1.4, uglify-js@^3.4.9:
1437214366
version "3.6.1"
@@ -15071,7 +15065,16 @@ whatwg-fetch@>=0.10.0:
1507115065
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
1507215066
integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
1507315067

15074-
[email protected], whatwg-url@^7.0.0:
15068+
15069+
version "7.1.0"
15070+
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
15071+
integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
15072+
dependencies:
15073+
lodash.sortby "^4.7.0"
15074+
tr46 "^1.0.1"
15075+
webidl-conversions "^4.0.2"
15076+
15077+
whatwg-url@^7.0.0:
1507515078
version "7.0.0"
1507615079
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd"
1507715080
integrity sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==

0 commit comments

Comments
 (0)