Skip to content

Commit 7c85a33

Browse files
Fixes security vuls by forcing updated deps (#1125)
* Fixes security vuls by forcing updated deps * Revert mew version change * Remove yarn error log - add to .gitignore
1 parent 82fae59 commit 7c85a33

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
package-lock.json
55
.rpt2_cache
66
.vscode
7+
yarn-error.log

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@
1515
"devDependencies": {
1616
"prettier": "^2.4.1",
1717
"prettier-plugin-svelte": "^2.4.0",
18-
"typescript": "^4.5.5",
18+
"typescript": "^4.5.5"
19+
},
20+
"dependencies": {
1921
"wsrun": "^5.2.4"
22+
},
23+
"resolutions": {
24+
"minimist": "^1.2.6",
25+
"axios": "^0.21.2",
26+
"async": "^2.6.4",
27+
"follow-redirects": "1.14.9",
28+
"ansi-regex": "^4.1.1",
29+
"got": "^11.8.5"
2030
}
2131
}

yarn.lock

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,9 +1972,9 @@
19721972
"@types/node" "*"
19731973

19741974
"@types/yargs-parser@*":
1975-
version "20.2.1"
1976-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
1977-
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
1975+
version "21.0.0"
1976+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
1977+
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
19781978

19791979
"@types/yargs@^13.0.0":
19801980
version "13.0.12"
@@ -5825,7 +5825,19 @@ glob@7.1.2:
58255825
once "^1.3.0"
58265826
path-is-absolute "^1.0.0"
58275827

5828-
glob@^7.1.2, glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
5828+
glob@^7.1.2:
5829+
version "7.2.3"
5830+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
5831+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
5832+
dependencies:
5833+
fs.realpath "^1.0.0"
5834+
inflight "^1.0.4"
5835+
inherits "2"
5836+
minimatch "^3.1.1"
5837+
once "^1.3.0"
5838+
path-is-absolute "^1.0.0"
5839+
5840+
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
58295841
version "7.2.0"
58305842
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
58315843
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -7299,7 +7311,7 @@ minimatch@3.0.4:
72997311
dependencies:
73007312
brace-expansion "^1.1.7"
73017313

7302-
minimatch@^3.0.4:
7314+
minimatch@^3.0.4, minimatch@^3.1.1:
73037315
version "3.1.2"
73047316
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
73057317
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -7624,7 +7636,7 @@ npm-packlist@^1.1.6:
76247636
npm-run-path@^2.0.0:
76257637
version "2.0.2"
76267638
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
7627-
integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
7639+
integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
76287640
dependencies:
76297641
path-key "^2.0.0"
76307642

@@ -7929,7 +7941,7 @@ path-is-absolute@^1.0.0:
79297941
path-key@^2.0.0, path-key@^2.0.1:
79307942
version "2.0.1"
79317943
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
7932-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
7944+
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
79337945

79347946
path-key@^3.0.0, path-key@^3.1.0:
79357947
version "3.1.1"
@@ -9046,7 +9058,7 @@ shallow-clone@^3.0.0:
90469058
shebang-command@^1.2.0:
90479059
version "1.2.0"
90489060
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
9049-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
9061+
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
90509062
dependencies:
90519063
shebang-regex "^1.0.0"
90529064

@@ -9060,7 +9072,7 @@ shebang-command@^2.0.0:
90609072
shebang-regex@^1.0.0:
90619073
version "1.0.0"
90629074
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
9063-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
9075+
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
90649076

90659077
shebang-regex@^3.0.0:
90669078
version "3.0.0"
@@ -9433,7 +9445,7 @@ strip-ansi@^7.0.0:
94339445
strip-eof@^1.0.0:
94349446
version "1.0.0"
94359447
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
9436-
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
9448+
integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
94379449

94389450
strip-final-newline@^2.0.0:
94399451
version "2.0.0"
@@ -9661,7 +9673,7 @@ text-table@^0.2.0:
96619673
throat@^4.0.0, throat@^4.1.0:
96629674
version "4.1.0"
96639675
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
9664-
integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=
9676+
integrity sha512-wCVxLDcFxw7ujDxaeJC6nfl2XfHJNYs8yUYJnvMgtPEFlttP9tHSfRUv2vBe6C4hkVFPWoP1P6ZccbYjmSEkKA==
96659677

96669678
through2@^2.0.2, through2@^2.0.3:
96679679
version "2.0.5"

0 commit comments

Comments
 (0)