Skip to content

Commit d60c4c9

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554
1 parent efd5870 commit d60c4c9

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
],
9090
"dependencies": {
9191
"deep-diff": "^1.0.2",
92-
"inquirer": "^8.2.6",
92+
"inquirer": "^8.2.7",
9393
"object-hash": "^3.0.0",
9494
"prettier": "^2.8.0",
9595
"sequelize": "^6.29.0",

yarn.lock

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,14 @@
724724
update-notifier "^2.2.0"
725725
yargs "^8.0.2"
726726

727+
"@inquirer/external-editor@^1.0.0":
728+
version "1.0.0"
729+
resolved "https://registry.yarnpkg.com/@inquirer/external-editor/-/external-editor-1.0.0.tgz#a4b53af494049093ebc3c5c73fa949258e013cec"
730+
integrity sha512-5v3YXc5ZMfL6OJqXPrX9csb4l7NlQA2doO1yynUjpUChT9hg4JcuBVP0RbsEJ/3SL/sxWEyFjT2W69ZhtoBWqg==
731+
dependencies:
732+
chardet "^2.1.0"
733+
iconv-lite "^0.6.3"
734+
727735
"@istanbuljs/load-nyc-config@^1.0.0":
728736
version "1.1.0"
729737
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -2741,6 +2749,11 @@ chardet@^0.7.0:
27412749
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
27422750
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
27432751

2752+
chardet@^2.1.0:
2753+
version "2.1.0"
2754+
resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.0.tgz#1007f441a1ae9f9199a4a67f6e978fb0aa9aa3fe"
2755+
integrity sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==
2756+
27442757
chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4:
27452758
version "1.1.4"
27462759
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -4682,6 +4695,13 @@ iconv-lite@^0.6.2:
46824695
dependencies:
46834696
safer-buffer ">= 2.1.2 < 3.0.0"
46844697

4698+
iconv-lite@^0.6.3:
4699+
version "0.6.3"
4700+
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
4701+
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
4702+
dependencies:
4703+
safer-buffer ">= 2.1.2 < 3.0.0"
4704+
46854705
ieee754@^1.1.13:
46864706
version "1.2.1"
46874707
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
@@ -4813,16 +4833,16 @@ inquirer@^7.0.0:
48134833
strip-ansi "^6.0.0"
48144834
through "^2.3.6"
48154835

4816-
inquirer@^8.2.6:
4817-
version "8.2.6"
4818-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562"
4819-
integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==
4836+
inquirer@^8.2.7:
4837+
version "8.2.7"
4838+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.7.tgz#62f6b931a9b7f8735dc42db927316d8fb6f71de8"
4839+
integrity sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==
48204840
dependencies:
4841+
"@inquirer/external-editor" "^1.0.0"
48214842
ansi-escapes "^4.2.1"
48224843
chalk "^4.1.1"
48234844
cli-cursor "^3.1.0"
48244845
cli-width "^3.0.0"
4825-
external-editor "^3.0.3"
48264846
figures "^3.0.0"
48274847
lodash "^4.17.21"
48284848
mute-stream "0.0.8"

0 commit comments

Comments
 (0)