chore: update gas-client

This commit is contained in:
Elisha Nuchi
2021-05-29 14:02:11 -04:00
parent 7e3d346468
commit 3499a8ffcc
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -7211,17 +7211,17 @@
"dev": true "dev": true
}, },
"gas-client": { "gas-client": {
"version": "0.1.0", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/gas-client/-/gas-client-0.1.0.tgz", "resolved": "https://registry.npmjs.org/gas-client/-/gas-client-0.2.1.tgz",
"integrity": "sha512-loAmZ7TBK+O+XzH0eWM3pHEyJiHdJNtZ/KygTM3Kuz9k+akREpRrHwZ3ZZWPvRDboPH8DReVairtMZT2jgkWdA==", "integrity": "sha512-cOTSGtPc3L3/BKwyDvDKqvY2jYO/VB1MRbjEoUrbi/CRRYoROPFQyzxBhaYUE0mokXjXGyy8Ykix5yjiSpoRng==",
"requires": { "requires": {
"uuid": "^8.2.0" "uuid": "^8.2.0"
}, },
"dependencies": { "dependencies": {
"uuid": { "uuid": {
"version": "8.2.0", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
} }
} }
}, },
+1 -1
View File
@@ -33,7 +33,7 @@
"npm": ">=6.0.0" "npm": ">=6.0.0"
}, },
"dependencies": { "dependencies": {
"gas-client": "^0.1.0", "gas-client": "^0.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^17.0.2", "react": "^17.0.2",
"react-bootstrap": "^1.3.0", "react-bootstrap": "^1.3.0",