Skip to content

Commit

Permalink
Merge pull request #182 from pcdshub/dependabot/npm_and_yarn/frontend…
Browse files Browse the repository at this point in the history
…/axios-1.6.0

Bump axios from 1.5.0 to 1.6.0 in /frontend
  • Loading branch information
klauer authored Nov 14, 2023
2 parents b8fcaf0 + 8c0b776 commit af308c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file added frontend/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@types/d3-graphviz": "^2.6.7",
"@types/pako": "^2.0.0",
"axios": "^1.5.0",
"axios": "^1.6.0",
"d3-graphviz": "^5.1.0",
"d3-selection": "^3.0.0",
"es6-promise": "^4.2.8",
Expand Down
14 changes: 7 additions & 7 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -731,14 +731,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.5.0":
version: 1.5.0
resolution: "axios@npm:1.5.0"
"axios@npm:^1.6.0":
version: 1.6.1
resolution: "axios@npm:1.6.1"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: e7405a5dbbea97760d0e6cd58fecba311b0401ddb4a8efbc4108f5537da9b3f278bde566deb777935a960beec4fa18e7b8353881f2f465e4f2c0e949fead35be
checksum: 573f03f59b7487d54551b16f5e155d1d130ad4864ed32d1da93d522b78a57123b34e3bde37f822a65ee297e79f1db840f9ad6514addff50d3cbf5caeed39e8dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -2738,11 +2738,11 @@ __metadata:

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=85af82"
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
languageName: node
linkType: hard

Expand Down Expand Up @@ -2909,7 +2909,7 @@ __metadata:
"@types/d3-graphviz": ^2.6.7
"@types/pako": ^2.0.0
"@vitejs/plugin-vue": ^4.2.3
axios: ^1.5.0
axios: ^1.6.0
d3-graphviz: ^5.1.0
d3-selection: ^3.0.0
es6-promise: ^4.2.8
Expand Down

0 comments on commit af308c1

Please sign in to comment.