Skip to content

Commit cc4a226

Browse files
Bump xmldom and plist in /CosyncStorage/React-Native/CosyncStorageSample
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 - [Release notes](https://github.com/TooTallNate/node-plist/releases) - [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md) - [Commits](https://github.com/TooTallNate/node-plist/commits) --- updated-dependencies: - dependency-name: xmldom dependency-type: indirect - dependency-name: plist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8e7392 commit cc4a226

File tree

2 files changed

+34
-56
lines changed

2 files changed

+34
-56
lines changed

CosyncStorage/React-Native/CosyncStorageSample/package-lock.json

+24-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CosyncStorage/React-Native/CosyncStorageSample/yarn.lock

+10-16
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ balanced-match@^1.0.0:
17581758
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
17591759
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
17601760

1761-
base64-js@^1.1.2, base64-js@^1.2.3, base64-js@^1.3.1:
1761+
base64-js@^1.1.2, base64-js@^1.3.1, base64-js@^1.5.1:
17621762
version "1.5.1"
17631763
resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
17641764
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
@@ -5727,13 +5727,12 @@ pkg-dir@^4.2.0:
57275727
find-up "^4.0.0"
57285728

57295729
plist@^3.0.1:
5730-
version "3.0.1"
5731-
resolved "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz"
5732-
integrity sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==
5730+
version "3.0.6"
5731+
resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.6.tgz#7cfb68a856a7834bca6dbfe3218eb9c7740145d3"
5732+
integrity sha512-WiIVYyrp8TD4w8yCvyeIr+lkmrGRd5u0VbRnU+tP/aRLxP/YadJUYOMZJ/6hIa3oUyVCsycXvtNRgd5XBJIbiA==
57335733
dependencies:
5734-
base64-js "^1.2.3"
5735-
xmlbuilder "^9.0.7"
5736-
xmldom "0.1.x"
5734+
base64-js "^1.5.1"
5735+
xmlbuilder "^15.1.1"
57375736

57385737
plugin-error@^0.1.2:
57395738
version "0.1.2"
@@ -7605,10 +7604,10 @@ xml-name-validator@^3.0.0:
76057604
resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"
76067605
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
76077606

7608-
xmlbuilder@^9.0.7:
7609-
version "9.0.7"
7610-
resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz"
7611-
integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=
7607+
xmlbuilder@^15.1.1:
7608+
version "15.1.1"
7609+
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
7610+
integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==
76127611

76137612
xmlchars@^2.1.1:
76147613
version "2.2.0"
@@ -7622,11 +7621,6 @@ xmldoc@^1.1.2:
76227621
dependencies:
76237622
sax "^1.2.1"
76247623

7625-
xmldom@0.1.x:
7626-
version "0.1.31"
7627-
resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz"
7628-
integrity sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==
7629-
76307624
xpipe@^1.0.5:
76317625
version "1.0.5"
76327626
resolved "https://registry.npmjs.org/xpipe/-/xpipe-1.0.5.tgz"

0 commit comments

Comments
 (0)