diff options
author | stuebinm | 2021-02-25 17:57:18 +0100 |
---|---|---|
committer | stuebinm | 2021-02-25 17:57:18 +0100 |
commit | fedeaa88fc6347103706f65d666f6612987d7cec (patch) | |
tree | 40e8ca54a230cb2d795f2429fcc8cc788ab9b1a4 /back/yarn.nix | |
parent | 86799d84ff58fd43488dcdd5b75d5a07c12ed973 (diff) |
Update to Version v1.1.0 of workadventure
Diffstat (limited to '')
-rw-r--r-- | back/yarn.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/back/yarn.nix b/back/yarn.nix index 81a7691..e3e38e2 100644 --- a/back/yarn.nix +++ b/back/yarn.nix @@ -426,11 +426,11 @@ }; } { - name = "axios___axios_0.20.0.tgz"; + name = "axios___axios_0.21.1.tgz"; path = fetchurl { - name = "axios___axios_0.20.0.tgz"; - url = "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz"; - sha1 = "057ba30f04884694993a8cd07fa394cff11c50bd"; + name = "axios___axios_0.21.1.tgz"; + url = "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz"; + sha1 = "22563481962f4d6bde9a76d516ef0e5d3c09b2b8"; }; } { @@ -3178,11 +3178,11 @@ }; } { - name = "systeminformation___systeminformation_4.30.5.tgz"; + name = "systeminformation___systeminformation_4.31.1.tgz"; path = fetchurl { - name = "systeminformation___systeminformation_4.30.5.tgz"; - url = "https://registry.yarnpkg.com/systeminformation/-/systeminformation-4.30.5.tgz"; - sha1 = "2219c305c8be56a2cfa527a5519c45bc81d4916c"; + name = "systeminformation___systeminformation_4.31.1.tgz"; + url = "https://registry.yarnpkg.com/systeminformation/-/systeminformation-4.31.1.tgz"; + sha1 = "2e02c26987494d4b6a4d2d83138724593bc98d50"; }; } { |