Skip to content

Commit

Permalink
fix: upgrade js-beautify from 1.14.2 to 1.14.4 (#110)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade js-beautify from 1.14.2 to 1.14.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/joeworkman/project/f4544a25-eeb6-4d5d-a05e-e6d4755c501d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored Jul 12, 2022
1 parent 9084f7f commit feda62e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"handlebars": "^4.5.3",
"highlight.js": "^9.16.2",
"inky": "^1.4.1",
"js-beautify": "^1.14.1",
"js-beautify": "^1.14.4",
"kebab-case": "^1.0.0",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ concat-with-sourcemaps@^1.0.0:
dependencies:
source-map "^0.6.1"

config-chain@^1.1.12:
config-chain@^1.1.13:
version "1.1.13"
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
Expand Down Expand Up @@ -4193,12 +4193,12 @@ js-base64@^2.1.8:
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==

js-beautify@^1.14.1:
version "1.14.2"
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.14.2.tgz#8180514fd4c7789c4ac4bcc327b6dda634c55666"
integrity sha512-H85kX95a53os+q1OCqtYe8AXAmgy3BvtysA/V83S3fdhznm6WlUpGi14DqSPbKFsL3dXZFXYl7YQwW9U1+76ng==
js-beautify@^1.14.4:
version "1.14.4"
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.14.4.tgz#187d600a835f84de67a6d09ceaf3f199b7284c82"
integrity sha512-+b4A9c3glceZEmxyIbxDOYB0ZJdReLvyU1077RqKsO4dZx9FUHjTOJn8VHwpg33QoucIykOiYbh7MfqBOghnrA==
dependencies:
config-chain "^1.1.12"
config-chain "^1.1.13"
editorconfig "^0.15.3"
glob "^7.1.3"
nopt "^5.0.0"
Expand Down

0 comments on commit feda62e

Please sign in to comment.