Skip to content

Commit a88c184

Browse files
committed
Upgrade remote-data package
1 parent 7721e36 commit a88c184

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@beda.software/remote-data": "^1.1.3",
14+
"@beda.software/remote-data": "^1.1.4",
1515
"axios": "^1.8.4",
1616
"moment": "^2.29.1"
1717
},

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -933,12 +933,12 @@
933933
"@babel/helper-validator-identifier" "^7.19.1"
934934
to-fast-properties "^2.0.0"
935935

936-
"@beda.software/remote-data@^1.1.3":
937-
version "1.1.3"
938-
resolved "https://registry.yarnpkg.com/@beda.software/remote-data/-/remote-data-1.1.3.tgz#edd1194a65796fdffcf45235ff0d9463547d8c29"
939-
integrity sha512-HlyAELvpRv1xsoXUFeOnpUxSS+jrZ+zRu3bN7yGi2CD+Py5MzIjm3dy+MD41ZvpoFGlF/0IplIb8RXBm/vzHIg==
936+
"@beda.software/remote-data@^1.1.4":
937+
version "1.1.4"
938+
resolved "https://registry.yarnpkg.com/@beda.software/remote-data/-/remote-data-1.1.4.tgz#eeafbc4f380868e86a5194f3ef1c16779112195e"
939+
integrity sha512-EICOc7TeQOL0wlkEvCePjzLVFTG1IDkIyc+qCTWN3rHr/mplFLaTpjWW/2ND+oJ3AW4qw1+GiYgC/MOlCyL6Cg==
940940
dependencies:
941-
axios "^1.6.2"
941+
axios "^1.8.4"
942942

943943
"@cnakazawa/watch@^1.0.3":
944944
version "1.0.4"
@@ -1889,15 +1889,6 @@ aws4@^1.8.0:
18891889
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
18901890
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
18911891

1892-
axios@^1.6.2:
1893-
version "1.7.2"
1894-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
1895-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
1896-
dependencies:
1897-
follow-redirects "^1.15.6"
1898-
form-data "^4.0.0"
1899-
proxy-from-env "^1.1.0"
1900-
19011892
axios@^1.8.4:
19021893
version "1.8.4"
19031894
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"

0 commit comments

Comments
 (0)