Skip to content

Commit 0d181d8

Browse files
authored
Merge pull request #15 from tobischulz/dependabot/npm_and_yarn/axios-1.6.0
Bump axios from 1.3.5 to 1.6.0
2 parents 5c92120 + 96b6db1 commit 0d181d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"autoprefixer": "^10.4.14",
14-
"axios": "^1.3.5",
14+
"axios": "^1.6.0",
1515
"laravel-mix": "^6.0.6",
1616
"postcss": "^8.4.31",
1717
"tailwindcss": "^3.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,10 +1755,10 @@ autoprefixer@^10.4.14:
17551755
picocolors "^1.0.0"
17561756
postcss-value-parser "^4.2.0"
17571757

1758-
axios@^1.3.5:
1759-
version "1.3.5"
1760-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542"
1761-
integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==
1758+
axios@^1.6.0:
1759+
version "1.6.0"
1760+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
1761+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
17621762
dependencies:
17631763
follow-redirects "^1.15.0"
17641764
form-data "^4.0.0"

0 commit comments

Comments
 (0)