Skip to content

Commit 3c57f72

Browse files
committed
chore: update @nuxtjs/proxy to 2.1
1 parent 55f994f commit 3c57f72

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "yarn lint && jest"
2121
},
2222
"dependencies": {
23-
"@nuxtjs/proxy": "^2.0.1",
23+
"@nuxtjs/proxy": "^2.1.0",
2424
"axios": "^0.21.0",
2525
"axios-retry": "^3.1.9",
2626
"consola": "^2.15.0",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,13 +1434,12 @@
14341434
eslint-plugin-unicorn "^23.0.0"
14351435
eslint-plugin-vue "^7.1.0"
14361436

1437-
"@nuxtjs/proxy@^2.0.1":
1438-
version "2.0.1"
1439-
resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-2.0.1.tgz#2469b6e316311aa8c60d348502a54bfe6d5536aa"
1440-
integrity sha512-RVZ6iYeAuWteot9oer3vTDCOEiTwg37Mqf6yy8vPD0QQaw4z3ykgM++MzfUl85jM14+qNnODZj5EATRoCY009Q==
1437+
"@nuxtjs/proxy@^2.1.0":
1438+
version "2.1.0"
1439+
resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-2.1.0.tgz#fa7715a11d237fa1273503c4e9e137dd1bf5575b"
1440+
integrity sha512-/qtoeqXgZ4Mg6LRg/gDUZQrFpOlOdHrol/vQYMnKu3aN3bP90UfOUB3QSDghUUK7OISAJ0xp8Ld78aHyCTcKCQ==
14411441
dependencies:
1442-
consola "^2.11.3"
1443-
http-proxy-middleware "^1.0.4"
1442+
http-proxy-middleware "^1.0.6"
14441443

14451444
"@nuxtjs/youch@^4.2.3":
14461445
version "4.2.3"
@@ -3215,7 +3214,7 @@ connect@^3.7.0:
32153214
parseurl "~1.3.3"
32163215
utils-merge "1.0.1"
32173216

3218-
consola@^2.10.0, consola@^2.11.3, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
3217+
consola@^2.10.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
32193218
version "2.15.0"
32203219
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
32213220
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
@@ -5584,7 +5583,7 @@ http-proxy-agent@^4.0.0:
55845583
agent-base "6"
55855584
debug "4"
55865585

5587-
http-proxy-middleware@^1.0.4:
5586+
http-proxy-middleware@^1.0.6:
55885587
version "1.0.6"
55895588
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz#0618557722f450375d3796d701a8ac5407b3b94e"
55905589
integrity sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg==

0 commit comments

Comments
 (0)