Skip to content

Commit

Permalink
Merge pull request #665 from jupyterlab/dependabot/npm_and_yarn/fast-…
Browse files Browse the repository at this point in the history
…xml-parser-4.2.4

Bump fast-xml-parser from 4.1.1 to 4.2.4
  • Loading branch information
mbektas committed Jun 7, 2023
2 parents bff7ed0 + 69c2baf commit ba9cd82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"@lumino/signaling": "^1.10.0",
"ejs": "^3.1.7",
"electron-log": "^4.4.8",
"fast-xml-parser": "^4.0.12",
"fast-xml-parser": "^4.2.4",
"fix-path": "^3.0.0",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1906,10 +1906,10 @@ fast-levenshtein@^2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==

fast-xml-parser@^4.0.12:
version "4.1.1"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.1.1.tgz#28c878b7f1eb4555fa898f1c715adf9d4007306e"
integrity sha512-4gAP5PvNyrqePBOIIcpaEeE+nKBry1n6qTQiJsE59sLP0OC+YwhU7/XVmLLEMexbiluFQX1yEYm82Pk9B7xEiw==
fast-xml-parser@^4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz#6e846ede1e56ad9e5ef07d8720809edf0ed07e9b"
integrity sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==
dependencies:
strnum "^1.0.5"

Expand Down

0 comments on commit ba9cd82

Please sign in to comment.