Skip to content

Commit edffebd

Browse files
chore(deps): update all non-major dependencies (#1438)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8e1c713 commit edffebd

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@nuxtjs/axios": "^5.13.6",
42-
"axios": "^0.24.0",
42+
"axios": "^0.25.0",
4343
"body-parser": "^1.19.1",
4444
"consola": "^2.15.3",
4545
"cookie": "^0.4.1",
@@ -62,14 +62,14 @@
6262
"@types/cookie-parser": "^1.4.2",
6363
"@types/express-jwt": "^6.0.4",
6464
"@types/jest": "^27.4.0",
65-
"@types/jsonwebtoken": "^8.5.7",
65+
"@types/jsonwebtoken": "^8.5.8",
6666
"@types/lodash.get": "^4.4.6",
67-
"@types/node": "^16.11.19",
67+
"@types/node": "^16.11.21",
6868
"@types/puppeteer": "^5.4.4",
6969
"babel-jest": "^27.4.6",
7070
"bootstrap-vue": "^2.21.2",
7171
"cookie-parser": "^1.4.6",
72-
"eslint": "^8.6.0",
72+
"eslint": "^8.7.0",
7373
"eslint-config-prettier": "^8.3.0",
7474
"eslint-plugin-prettier": "^4.0.0",
7575
"express": "^4.17.2",
@@ -85,7 +85,7 @@
8585
"prettier": "^2.5.1",
8686
"siroc": "^0.16.0",
8787
"standard-version": "^9.3.2",
88-
"ts-jest": "^27.1.2",
88+
"ts-jest": "^27.1.3",
8989
"ts-loader": "^8.3.0",
9090
"typescript": "^4.5.4",
9191
"vue": "2.6.14",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,10 +2173,10 @@
21732173
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
21742174
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
21752175

2176-
"@types/jsonwebtoken@^8.5.7":
2177-
version "8.5.7"
2178-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.7.tgz#e5dd6832215c48f61c8b79cb1747abc97a337367"
2179-
integrity sha512-CBHN+1unePowgS94ayLE7aVp7AfyhgG/3l2O+AjkhOMY4kAAfVI1OnbbLnOeDMAdTNLP5ZjJ3kdZanRtRQaK3Q==
2176+
"@types/jsonwebtoken@^8.5.8":
2177+
version "8.5.8"
2178+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
2179+
integrity sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==
21802180
dependencies:
21812181
"@types/node" "*"
21822182

@@ -2267,10 +2267,10 @@
22672267
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.24.tgz#c37ac69cb2948afb4cef95f424fa0037971a9a5c"
22682268
integrity sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ==
22692269

2270-
"@types/node@^16.11.19":
2271-
version "16.11.19"
2272-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.19.tgz#1afa165146997b8286b6eabcb1c2d50729055169"
2273-
integrity sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng==
2270+
"@types/node@^16.11.21":
2271+
version "16.11.21"
2272+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.21.tgz#474d7589a30afcf5291f59bd49cca9ad171ffde4"
2273+
integrity sha512-Pf8M1XD9i1ksZEcCP8vuSNwooJ/bZapNmIzpmsMaL+jMI+8mEYU3PKvs+xDNuQcJWF/x24WzY4qxLtB0zNow9A==
22742274

22752275
"@types/normalize-package-data@^2.4.0":
22762276
version "2.4.1"
@@ -3149,12 +3149,12 @@ axios@^0.21.1:
31493149
dependencies:
31503150
follow-redirects "^1.14.0"
31513151

3152-
axios@^0.24.0:
3153-
version "0.24.0"
3154-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
3155-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
3152+
axios@^0.25.0:
3153+
version "0.25.0"
3154+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
3155+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
31563156
dependencies:
3157-
follow-redirects "^1.14.4"
3157+
follow-redirects "^1.14.7"
31583158

31593159
babel-jest@^27.4.6:
31603160
version "27.4.6"
@@ -5571,7 +5571,7 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2
55715571
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
55725572
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
55735573

5574-
eslint@^8.6.0:
5574+
eslint@^8.7.0:
55755575
version "8.7.0"
55765576
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c"
55775577
integrity sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==
@@ -6051,7 +6051,7 @@ flush-write-stream@^1.0.0:
60516051
inherits "^2.0.3"
60526052
readable-stream "^2.3.6"
60536053

6054-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.4:
6054+
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.7:
60556055
version "1.14.7"
60566056
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
60576057
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
@@ -12026,7 +12026,7 @@ trim-newlines@^3.0.0:
1202612026
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1202712027
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1202812028

12029-
ts-jest@^27.1.2:
12029+
ts-jest@^27.1.3:
1203012030
version "27.1.3"
1203112031
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957"
1203212032
integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==

0 commit comments

Comments
 (0)