Upgrade countries-list dependency

This commit is contained in:
Trevor Blades
2020-03-27 13:46:54 -07:00
parent 785d2739f8
commit c78571d130
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1300,9 +1300,9 @@
} }
}, },
"countries-list": { "countries-list": {
"version": "2.4.3", "version": "2.5.4",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-2.4.3.tgz", "resolved": "https://registry.npmjs.org/countries-list/-/countries-list-2.5.4.tgz",
"integrity": "sha512-3iIRoU2j6II5OCULdzvR+QS1DKMb776+r0e2oD98V0sX2a0SfTz/bnpwUPhOCM7jmzoEF5PgTMuPw9M7eeJrJA==" "integrity": "sha512-6+AIKth3MCOEWTLOVTgR7zTe6oH3JlL0MworsJwIyG0jQi+cKeChOEPvcKszNtGAuCp7p+OrqdxPWxjhu8LqoA=="
}, },
"create-error-class": { "create-error-class": {
"version": "3.0.2", "version": "3.0.2",

View File

@@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"apollo-server": "^2.10.1", "apollo-server": "^2.10.1",
"countries-list": "^2.4.3", "countries-list": "^2.5.4",
"graphql": "^14.6.0", "graphql": "^14.6.0",
"provinces": "^1.11.0" "provinces": "^1.11.0"
}, },