Skip to content

Commit b276071

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-AXIOS-6144788
1 parent 28bc704 commit b276071

File tree

2 files changed

+28
-17
lines changed

2 files changed

+28
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start:serverless": "NODE_OPTIONS=--max_old_space_size=4096 serverless offline --host 0.0.0.0 --stage dev --webpack-use-polling"
1313
},
1414
"dependencies": {
15-
"@slack/web-api": "^6.9.0",
15+
"@slack/web-api": "^6.9.1",
1616
"aws-lambda": "^1.0.7",
1717
"aws-sdk": "^2.1473.0",
1818
"aws-xray-sdk": "^3.5.2",

yarn.lock

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,21 +1485,21 @@
14851485
dependencies:
14861486
"@types/node" ">=12.0.0"
14871487

1488-
"@slack/types@^2.8.0":
1489-
version "2.9.0"
1490-
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.9.0.tgz#c4c7bc704a4c0c62a30490e85679febac9314543"
1491-
integrity sha512-YfZGo0xVOmI7CHhiwCmEC33HzjQl1lakNmyo5GPGb4KHKEaUoY7zenAdKsYCJqYwdaM9OL+hqYt/tZ2zgvVc7g==
1488+
"@slack/types@^2.11.0":
1489+
version "2.11.0"
1490+
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.11.0.tgz#948c556081c3db977dfa8433490cc2ff41f47203"
1491+
integrity sha512-UlIrDWvuLaDly3QZhCPnwUSI/KYmV1N9LyhuH6EDKCRS1HWZhyTG3Ja46T3D0rYfqdltKYFXbJSSRPwZpwO0cQ==
14921492

1493-
"@slack/web-api@^6.9.0":
1494-
version "6.9.0"
1495-
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-6.9.0.tgz#d829dcfef490dbce8e338912706b6f39dcde3ad2"
1496-
integrity sha512-RME5/F+jvQmZHkoP+ogrDbixq1Ms1mBmylzuWq4sf3f7GCpMPWoiZ+WqWk+sism3vrlveKWIgO9R4Qg9fiRyoQ==
1493+
"@slack/web-api@^6.9.1":
1494+
version "6.11.1"
1495+
resolved "https://registry.yarnpkg.com/@slack/web-api/-/web-api-6.11.1.tgz#a23552d9ee89fb5a727cce30ff58e4a3e3faf9ab"
1496+
integrity sha512-AU7Sty+NwkMU0qT/cKSIYV1NZ+bGDYqmJ3LAJD/3vtrxJvV9F9DdALgRSV2zRhrRjzjOgLhCRXVuOikQsKQhAg==
14971497
dependencies:
14981498
"@slack/logger" "^3.0.0"
1499-
"@slack/types" "^2.8.0"
1499+
"@slack/types" "^2.11.0"
15001500
"@types/is-stream" "^1.1.0"
15011501
"@types/node" ">=12.0.0"
1502-
axios "^0.27.2"
1502+
axios "^1.6.3"
15031503
eventemitter3 "^3.1.0"
15041504
form-data "^2.5.0"
15051505
is-electron "2.2.2"
@@ -2696,13 +2696,14 @@ axios@^0.21.1:
26962696
dependencies:
26972697
follow-redirects "^1.14.0"
26982698

2699-
axios@^0.27.2:
2700-
version "0.27.2"
2701-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2702-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
2699+
axios@^1.6.3:
2700+
version "1.6.4"
2701+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.4.tgz#184ee1f63d412caffcf30d2c50982253c3ee86e0"
2702+
integrity sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==
27032703
dependencies:
2704-
follow-redirects "^1.14.9"
2704+
follow-redirects "^1.15.4"
27052705
form-data "^4.0.0"
2706+
proxy-from-env "^1.1.0"
27062707

27072708
babel-jest@^29.7.0:
27082709
version "29.7.0"
@@ -3987,11 +3988,16 @@ flat@^5.0.2:
39873988
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
39883989
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
39893990

3990-
follow-redirects@^1.14.0, follow-redirects@^1.14.9:
3991+
follow-redirects@^1.14.0:
39913992
version "1.15.3"
39923993
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
39933994
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
39943995

3996+
follow-redirects@^1.15.4:
3997+
version "1.15.4"
3998+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
3999+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
4000+
39954001
for-each@^0.3.3:
39964002
version "0.3.3"
39974003
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -6047,6 +6053,11 @@ prompts@^2.0.1:
60476053
kleur "^3.0.3"
60486054
sisteransi "^1.0.5"
60496055

6056+
proxy-from-env@^1.1.0:
6057+
version "1.1.0"
6058+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
6059+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
6060+
60506061
pump@^3.0.0:
60516062
version "3.0.0"
60526063
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"

0 commit comments

Comments
 (0)