Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 0e06765 commit 97a7bd1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-react": "4.2.1",
"axios": "0.27.2",
"axios": "0.28.0",
"concurrently": "8.2.2",
"cypress": "13.6.4",
"env-cmd": "10.1.0",
Expand All @@ -87,9 +87,9 @@
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"miragejs": "0.1.48",
"nock": "13.4.0",
"nock": "13.5.1",
"nyc": "15.1.0",
"prettier": "3.1.1",
"prettier": "3.2.5",
"uuid": "9.0.1",
"vite": "5.1.2",
"vite-plugin-checker": "0.6.4",
Expand Down
35 changes: 23 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4210,6 +4210,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.28.0":
version: 0.28.0
resolution: "axios@npm:0.28.0"
dependencies:
follow-redirects: "npm:^1.15.0"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 3bc408a75530cdccfa2537a8713f66d4b84cb1d93a31b59c0f1a247ffce955d8a739862365135b687bcef83763b8c3a42330dc3628b406c9ffca320bce608f0a
languageName: node
linkType: hard

"axios@npm:^1.3.5":
version: 1.6.7
resolution: "axios@npm:1.6.7"
Expand Down Expand Up @@ -6371,7 +6382,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.4":
"follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.0, follow-redirects@npm:^1.15.4":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
Expand Down Expand Up @@ -6792,7 +6803,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:6.18.1"
"@typescript-eslint/parser": "npm:6.18.1"
"@vitejs/plugin-react": "npm:4.2.1"
axios: "npm:0.27.2"
axios: "npm:0.28.0"
concurrently: "npm:8.2.2"
cypress: "npm:13.6.4"
env-cmd: "npm:10.1.0"
Expand All @@ -6814,9 +6825,9 @@ __metadata:
lodash.sortby: "npm:4.7.0"
lodash.uniqby: "npm:4.7.0"
miragejs: "npm:0.1.48"
nock: "npm:13.4.0"
nock: "npm:13.5.1"
nyc: "npm:15.1.0"
prettier: "npm:3.1.1"
prettier: "npm:3.2.5"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-i18next: "npm:13.5.0"
Expand Down Expand Up @@ -8577,14 +8588,14 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:13.4.0":
version: 13.4.0
resolution: "nock@npm:13.4.0"
"nock@npm:13.5.1":
version: 13.5.1
resolution: "nock@npm:13.5.1"
dependencies:
debug: "npm:^4.1.0"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 269c4d4e2ae250e0af361548ab0ba11a18831cfb3edfd8c6f6b1e4b02c7ffc3b1c8ac04ac33edfd3e114110f4836ab8bb8df398da893cd18fef47d9c256acf7f
checksum: 92d57f8bb452af8c07e0a0813dd39c8b315718b60a075aceca5db241904b0d40867d2c6cd548ca6db880d014ed069920499a55497973a35df70e45e5c98f442a
languageName: node
linkType: hard

Expand Down Expand Up @@ -9136,12 +9147,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
"prettier@npm:3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 26a249f321b97d26c04483f1bf2eeb22e082a76f4222a2c922bebdc60111691aad4ec3979610e83942e0b956058ec361d9e9c81c185172264eb6db9aa678082b
checksum: d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
languageName: node
linkType: hard

Expand Down

0 comments on commit 97a7bd1

Please sign in to comment.