Skip to content

Commit

Permalink
fix(dependencies): Update dependencies. Bring in bug fix from passing…
Browse files Browse the repository at this point in the history
…-notes-ui
  • Loading branch information
vinsonchuong committed Mar 7, 2023
1 parent aaf225d commit fc5e0b9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"get-port": "^6.1.2",
"passing-notes": "^6.5.7",
"passing-notes-ui": "^1.2.0",
"passing-notes-ui": "^1.2.1",
"puppet-strings": "^4.1.3",
"puppet-strings-chrome": "^2.0.3"
},
Expand Down
30 changes: 26 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,21 @@
lodash "^4.17.4"
read-pkg-up "^7.0.0"

"@sindresorhus/slugify@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/slugify/-/slugify-2.2.0.tgz#42738974ff19a9a306d3523a8595152998cc758e"
integrity sha512-9Vybc/qX8Kj6pxJaapjkFbiUJPk7MAkCh/GFCxIBnnsuYCFPIXKvnLidG8xlepht3i24L5XemUmGtrJ3UWrl6w==
dependencies:
"@sindresorhus/transliterate" "^1.0.0"
escape-string-regexp "^5.0.0"

"@sindresorhus/transliterate@^1.0.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz#2309fff65a868047e6d2dd70dec747c5b36a8327"
integrity sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==
dependencies:
escape-string-regexp "^5.0.0"

"@tinyhttp/etag@^2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@tinyhttp/etag/-/etag-2.0.6.tgz#f7bda737f300624e1e2877d62e25ba758fbce266"
Expand Down Expand Up @@ -1922,6 +1937,11 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19
string.prototype.trimstart "^1.0.5"
unbox-primitive "^1.0.2"

es-module-lexer@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.2.0.tgz#812264973b613195ba214f69a84e05b0f4241a67"
integrity sha512-2BMfqBDeVCcOlLaL1ZAfp+D868SczNpKArrTM3dhpd7dK/OVlogzY15qpUngt+LMTq5UC/csb9vVQAgupucSbA==

es-shim-unscopables@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
Expand Down Expand Up @@ -4775,14 +4795,16 @@ passing-notes-static@^1.3.0:
strip-indent "^4.0.0"
url-parse "^1.5.10"

passing-notes-ui@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/passing-notes-ui/-/passing-notes-ui-1.2.0.tgz#57ad92b5ac6e77f6e524f6621ebfa231ca24cf5e"
integrity sha512-I5AV090Bvax+X06kmGFe0aRggdgR7Phh7Ml4+xE/KEoLgn8sLZGTVmbBzMVexFeOuQewjeFTa3DdzleL0rI9+w==
passing-notes-ui@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/passing-notes-ui/-/passing-notes-ui-1.2.1.tgz#51e770e169b4c9452e0164b50e8ca1decae14c2a"
integrity sha512-P2jr8FTGMmV14xDwu3/mwbIjjuyTVrUV7WRTLlRm/MNEnx6RrxbryC7JwjM+BxR5n1e3b46O3i/roV2Uy/7CGg==
dependencies:
"@babel/code-frame" "^7.18.6"
"@sindresorhus/slugify" "^2.2.0"
cjs-module-lexer "^1.2.2"
enhanced-resolve "^5.12.0"
es-module-lexer "^1.2.0"
esbuild "^0.17.10"
lodash "^4.17.21"
passing-notes "^6.5.7"
Expand Down

0 comments on commit fc5e0b9

Please sign in to comment.