Skip to content

Commit bec8f21

Browse files
authored
Merge pull request #2 from clojure-lsp/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
2 parents 6751a5b + 971b465 commit bec8f21

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@actions/core": "^1.2.6",
3030
"@actions/exec": "^1.0.4",
3131
"@actions/tool-cache": "^1.6.1",
32-
"axios": "^0.21.1",
32+
"axios": "^0.21.2",
3333
"typescript-formatter": "^7.2.2",
3434
"uuid": "^8.3.1"
3535
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ astral-regex@^2.0.0:
285285
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
286286
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
287287

288-
axios@^0.21.1:
289-
version "0.21.1"
290-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
291-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
288+
axios@^0.21.2:
289+
version "0.21.2"
290+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
291+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
292292
dependencies:
293-
follow-redirects "^1.10.0"
293+
follow-redirects "^1.14.0"
294294

295295
balanced-match@^1.0.0:
296296
version "1.0.2"
@@ -783,10 +783,10 @@ flatted@^3.1.0:
783783
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.0.tgz#da07fb8808050aba6fdeac2294542e5043583f05"
784784
integrity sha512-XprP7lDrVT+kE2c2YlfiV+IfS9zxukiIOvNamPNsImNhXadSsQEbosItdL9bUQlCZXR13SvPk20BjWSWLA7m4A==
785785

786-
follow-redirects@^1.10.0:
787-
version "1.14.1"
788-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
789-
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
786+
follow-redirects@^1.14.0:
787+
version "1.14.4"
788+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
789+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
790790

791791
fs.realpath@^1.0.0:
792792
version "1.0.0"

0 commit comments

Comments
 (0)