Skip to content

Commit

Permalink
Bump plist from 3.0.2 to 3.1.0 in /example/e2e (#241)
Browse files Browse the repository at this point in the history
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.1.0.
- [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: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Scanlan <[email protected]>
  • Loading branch information
dependabot[bot] and bscanlan authored Jan 2, 2025
1 parent 979b18f commit 495f511
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 33 deletions.
55 changes: 33 additions & 22 deletions example/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 16 additions & 11 deletions example/e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,11 @@
"@wdio/logger" "7.7.0"
"@wdio/types" "7.7.3"

"@xmldom/xmldom@^0.8.8":
version "0.8.10"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==

accepts@~1.3.8:
version "1.3.8"
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
Expand Down Expand Up @@ -5368,13 +5373,13 @@ pkg-dir@^4.2.0:
find-up "^4.0.0"

plist@^3.0.1:
version "3.0.2"
resolved "https://registry.npmjs.org/plist/-/plist-3.0.2.tgz"
integrity sha512-MSrkwZBdQ6YapHy87/8hDU8MnIcyxBKjeF+McXnr5A9MtffPewTs7G3hlpodT5TacyfIyFTaJEhh3GGcmasTgQ==
version "3.1.0"
resolved "https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz#797a516a93e62f5bde55e0b9cc9c967f860893c9"
integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==
dependencies:
"@xmldom/xmldom" "^0.8.8"
base64-js "^1.5.1"
xmlbuilder "^9.0.7"
xmldom "^0.5.0"
xmlbuilder "^15.1.1"

pluralize@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -6890,7 +6895,12 @@ xml2js@^0.4.17, xml2js@^0.4.5:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

xmlbuilder@^9.0.1, xmlbuilder@^9.0.7:
xmlbuilder@^15.1.1:
version "15.1.1"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==

xmlbuilder@^9.0.1:
version "9.0.7"
resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz"
integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=
Expand All @@ -6900,11 +6910,6 @@ xmlbuilder@~11.0.0:
resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz"
integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==

xmldom@^0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz"
integrity sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==

xmldom@^0.x:
version "0.6.0"
resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz"
Expand Down

0 comments on commit 495f511

Please sign in to comment.