Skip to content

Commit 65ad9d6

Browse files
chore(deps): bump axios from 0.26.1 to 0.28.0 in /examples/language-sdk-instrumentation/nodejs/express-ts-inline (#3322)
* chore(deps): bump axios Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.26.1...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Use the one from express-ts --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Simon <[email protected]>
1 parent ed202fa commit 65ad9d6

File tree

2 files changed

+24
-31
lines changed

2 files changed

+24
-31
lines changed

examples/language-sdk-instrumentation/nodejs/express-ts-inline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"license": "Apache-2.0",
1212
"dependencies": {
1313
"@pyroscope/nodejs": "v0.3.11",
14-
"axios": "^0.26.1",
15-
"express": "^4.17.3",
14+
"axios": "^0.28.0",
15+
"express": "^4.19.2",
1616
"morgan": "^1.10.0",
1717
"typescript": "^4.6.2"
1818
},

examples/language-sdk-instrumentation/nodejs/express-ts-inline/yarn.lock

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,6 @@ asynckit@^0.4.0:
182182
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
183183
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
184184

185-
axios@^0.26.1:
186-
version "0.26.1"
187-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
188-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
189-
dependencies:
190-
follow-redirects "^1.14.8"
191-
192185
axios@^0.28.0:
193186
version "0.28.1"
194187
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
@@ -205,21 +198,21 @@ basic-auth@~2.0.1:
205198
dependencies:
206199
safe-buffer "5.1.2"
207200

208-
209-
version "1.20.1"
210-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
211-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
201+
202+
version "1.20.2"
203+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
204+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
212205
dependencies:
213206
bytes "3.1.2"
214-
content-type "~1.0.4"
207+
content-type "~1.0.5"
215208
debug "2.6.9"
216209
depd "2.0.0"
217210
destroy "1.2.0"
218211
http-errors "2.0.0"
219212
iconv-lite "0.4.24"
220213
on-finished "2.4.1"
221214
qs "6.11.0"
222-
raw-body "2.5.1"
215+
raw-body "2.5.2"
223216
type-is "~1.6.18"
224217
unpipe "1.0.0"
225218

@@ -258,7 +251,7 @@ [email protected]:
258251
dependencies:
259252
safe-buffer "5.2.1"
260253

261-
content-type@~1.0.4:
254+
content-type@~1.0.4, content-type@~1.0.5:
262255
version "1.0.5"
263256
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
264257
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -268,10 +261,10 @@ [email protected]:
268261
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
269262
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
270263

271-
cookie@0.5.0:
272-
version "0.5.0"
273-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
274-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
264+
cookie@0.6.0:
265+
version "0.6.0"
266+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
267+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
275268

276269
277270
version "2.6.9"
@@ -348,17 +341,17 @@ etag@~1.8.1:
348341
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
349342
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
350343

351-
express@^4.17.3:
352-
version "4.18.2"
353-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
354-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
344+
express@^4.19.2:
345+
version "4.19.2"
346+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
347+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
355348
dependencies:
356349
accepts "~1.3.8"
357350
array-flatten "1.1.1"
358-
body-parser "1.20.1"
351+
body-parser "1.20.2"
359352
content-disposition "0.5.4"
360353
content-type "~1.0.4"
361-
cookie "0.5.0"
354+
cookie "0.6.0"
362355
cookie-signature "1.0.6"
363356
debug "2.6.9"
364357
depd "2.0.0"
@@ -398,7 +391,7 @@ [email protected]:
398391
statuses "2.0.1"
399392
unpipe "~1.0.0"
400393

401-
follow-redirects@^1.14.8, follow-redirects@^1.15.0:
394+
follow-redirects@^1.15.0:
402395
version "1.15.6"
403396
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
404397
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
@@ -691,10 +684,10 @@ range-parser@~1.2.1:
691684
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
692685
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
693686

694-
695-
version "2.5.1"
696-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
697-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
687+
688+
version "2.5.2"
689+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
690+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
698691
dependencies:
699692
bytes "3.1.2"
700693
http-errors "2.0.0"

0 commit comments

Comments
 (0)