Skip to content

Commit f1ac288

Browse files
Update dependency axios to ^0.28.0 [SECURITY]
1 parent be6b339 commit f1ac288

File tree

3 files changed

+129
-16
lines changed

3 files changed

+129
-16
lines changed

modules/st2-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"axios": "^0.21.1",
30+
"axios": "^0.28.0",
3131
"lodash": "4.17.21",
3232
"moxios": "^0.4.0",
3333
"react": "16.8.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@stackstorm/module-router": "^2.4.3",
7070
"@stackstorm/module-store": "^2.4.3",
7171
"acorn": "^6.4.1",
72-
"axios": "^0.24.0",
72+
"axios": "^0.28.0",
7373
"elliptic": "^6.5.4",
7474
"glob-parent": "^6.0.2",
7575
"js-yaml": "^3.13.1",

yarn.lock

Lines changed: 127 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,19 +2452,14 @@ [email protected]:
24522452
follow-redirects "^1.3.0"
24532453
is-buffer "^1.1.5"
24542454

2455-
axios@^0.21.1:
2456-
version "0.21.4"
2457-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
2458-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
2455+
axios@^0.28.0:
2456+
version "0.28.1"
2457+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
2458+
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
24592459
dependencies:
2460-
follow-redirects "^1.14.0"
2461-
2462-
axios@^0.24.0:
2463-
version "0.24.0"
2464-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
2465-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
2466-
dependencies:
2467-
follow-redirects "^1.14.4"
2460+
follow-redirects "^1.15.0"
2461+
form-data "^4.0.0"
2462+
proxy-from-env "^1.1.0"
24682463

24692464
24702465
version "10.0.1"
@@ -2984,6 +2979,14 @@ cached-path-relative@^1.0.0, cached-path-relative@^1.0.2:
29842979
resolved "https://registry.yarnpkg.com/cached-path-relative/-/cached-path-relative-1.1.0.tgz#865576dfef39c0d6a7defde794d078f5308e3ef3"
29852980
integrity sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==
29862981

2982+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2983+
version "1.0.2"
2984+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2985+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2986+
dependencies:
2987+
es-errors "^1.3.0"
2988+
function-bind "^1.1.2"
2989+
29872990
call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4:
29882991
version "1.0.5"
29892992
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
@@ -3384,7 +3387,7 @@ combine-source-map@^0.8.0, combine-source-map@~0.8.0:
33843387
lodash.memoize "~3.0.3"
33853388
source-map "~0.5.3"
33863389

3387-
combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@~1.0.6:
3390+
combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
33883391
version "1.0.8"
33893392
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
33903393
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4255,6 +4258,15 @@ dot-prop@^5.1.0:
42554258
dependencies:
42564259
is-obj "^2.0.0"
42574260

4261+
dunder-proto@^1.0.1:
4262+
version "1.0.1"
4263+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
4264+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
4265+
dependencies:
4266+
call-bind-apply-helpers "^1.0.1"
4267+
es-errors "^1.3.0"
4268+
gopd "^1.2.0"
4269+
42584270
42594271
version "0.0.2"
42604272
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db"
@@ -4436,6 +4448,16 @@ es-array-method-boxes-properly@^1.0.0:
44364448
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
44374449
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
44384450

4451+
es-define-property@^1.0.1:
4452+
version "1.0.1"
4453+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
4454+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
4455+
4456+
es-errors@^1.3.0:
4457+
version "1.3.0"
4458+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
4459+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
4460+
44394461
es-iterator-helpers@^1.0.12:
44404462
version "1.0.15"
44414463
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz#bd81d275ac766431d19305923707c3efd9f1ae40"
@@ -4456,6 +4478,13 @@ es-iterator-helpers@^1.0.12:
44564478
iterator.prototype "^1.1.2"
44574479
safe-array-concat "^1.0.1"
44584480

4481+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
4482+
version "1.1.1"
4483+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
4484+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
4485+
dependencies:
4486+
es-errors "^1.3.0"
4487+
44594488
es-set-tostringtag@^2.0.1:
44604489
version "2.0.1"
44614490
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -4465,6 +4494,16 @@ es-set-tostringtag@^2.0.1:
44654494
has "^1.0.3"
44664495
has-tostringtag "^1.0.0"
44674496

4497+
es-set-tostringtag@^2.1.0:
4498+
version "2.1.0"
4499+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
4500+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
4501+
dependencies:
4502+
es-errors "^1.3.0"
4503+
get-intrinsic "^1.2.6"
4504+
has-tostringtag "^1.0.2"
4505+
hasown "^2.0.2"
4506+
44684507
es-shim-unscopables@^1.0.0:
44694508
version "1.0.0"
44704509
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -5269,7 +5308,12 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
52695308
inherits "^2.0.3"
52705309
readable-stream "^2.3.6"
52715310

5272-
follow-redirects@^1.14.0, follow-redirects@^1.14.4, follow-redirects@^1.3.0:
5311+
follow-redirects@^1.15.0:
5312+
version "1.15.11"
5313+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
5314+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
5315+
5316+
follow-redirects@^1.3.0:
52735317
version "1.15.3"
52745318
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
52755319
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
@@ -5328,6 +5372,17 @@ form-data@^1.0.0-rc3:
53285372
combined-stream "^1.0.5"
53295373
mime-types "^2.1.11"
53305374

5375+
form-data@^4.0.0:
5376+
version "4.0.4"
5377+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5378+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
5379+
dependencies:
5380+
asynckit "^0.4.0"
5381+
combined-stream "^1.0.8"
5382+
es-set-tostringtag "^2.1.0"
5383+
hasown "^2.0.2"
5384+
mime-types "^2.1.12"
5385+
53315386
form-data@~2.3.2:
53325387
version "2.3.3"
53335388
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -5502,6 +5557,22 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
55025557
has-proto "^1.0.1"
55035558
has-symbols "^1.0.3"
55045559

5560+
get-intrinsic@^1.2.6:
5561+
version "1.3.0"
5562+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
5563+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
5564+
dependencies:
5565+
call-bind-apply-helpers "^1.0.2"
5566+
es-define-property "^1.0.1"
5567+
es-errors "^1.3.0"
5568+
es-object-atoms "^1.1.1"
5569+
function-bind "^1.1.2"
5570+
get-proto "^1.0.1"
5571+
gopd "^1.2.0"
5572+
has-symbols "^1.1.0"
5573+
hasown "^2.0.2"
5574+
math-intrinsics "^1.1.0"
5575+
55055576
get-pkg-repo@^1.0.0:
55065577
version "1.4.0"
55075578
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
@@ -5518,6 +5589,14 @@ get-port@^4.2.0:
55185589
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
55195590
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
55205591

5592+
get-proto@^1.0.1:
5593+
version "1.0.1"
5594+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
5595+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
5596+
dependencies:
5597+
dunder-proto "^1.0.1"
5598+
es-object-atoms "^1.0.0"
5599+
55215600
get-stdin@^4.0.1:
55225601
version "4.0.1"
55235602
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -5818,6 +5897,11 @@ gopd@^1.0.1:
58185897
dependencies:
58195898
get-intrinsic "^1.1.3"
58205899

5900+
gopd@^1.2.0:
5901+
version "1.2.0"
5902+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
5903+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
5904+
58215905
58225906
version "4.1.11"
58235907
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
@@ -6160,13 +6244,25 @@ has-symbols@^1.0.0, has-symbols@^1.0.2, has-symbols@^1.0.3:
61606244
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
61616245
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
61626246

6247+
has-symbols@^1.1.0:
6248+
version "1.1.0"
6249+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
6250+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
6251+
61636252
has-tostringtag@^1.0.0:
61646253
version "1.0.0"
61656254
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
61666255
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
61676256
dependencies:
61686257
has-symbols "^1.0.2"
61696258

6259+
has-tostringtag@^1.0.2:
6260+
version "1.0.2"
6261+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
6262+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
6263+
dependencies:
6264+
has-symbols "^1.0.3"
6265+
61706266
has-unicode@^2.0.0, has-unicode@^2.0.1:
61716267
version "2.0.1"
61726268
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -6225,6 +6321,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
62256321
inherits "^2.0.3"
62266322
minimalistic-assert "^1.0.1"
62276323

6324+
hasown@^2.0.2:
6325+
version "2.0.2"
6326+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
6327+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
6328+
dependencies:
6329+
function-bind "^1.1.2"
6330+
62286331
62296332
version "1.1.1"
62306333
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
@@ -7995,6 +8098,11 @@ matchdep@^2.0.0:
79958098
resolve "^1.4.0"
79968099
stack-trace "0.0.10"
79978100

8101+
math-intrinsics@^1.1.0:
8102+
version "1.1.0"
8103+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
8104+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
8105+
79988106
math-random@^1.0.1:
79998107
version "1.0.4"
80008108
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
@@ -10055,6 +10163,11 @@ protoduck@^5.0.1:
1005510163
dependencies:
1005610164
genfun "^5.0.0"
1005710165

10166+
proxy-from-env@^1.1.0:
10167+
version "1.1.0"
10168+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
10169+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
10170+
1005810171
proxy-middleware@^0.5.0:
1005910172
version "0.5.1"
1006010173
resolved "https://registry.yarnpkg.com/proxy-middleware/-/proxy-middleware-0.5.1.tgz#da24d5d58c1ddf13dad237c7eca503849eaea903"

0 commit comments

Comments
 (0)