Fix language-python and first-mate versions in package-lock.json

/xref https://ci.appveyor.com/project/Atom/atom/builds/23980099/job/ccjdy5wjefa8ox1y
This commit is contained in:
Jason Rudolph 2019-04-19 17:31:38 -04:00
parent f3f32c45cc
commit 96124941f3
No known key found for this signature in database
GPG Key ID: B760F197E561DF15

10
package-lock.json generated
View File

@ -3543,9 +3543,9 @@
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ="
},
"first-mate": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.1.3.tgz",
"integrity": "sha512-Z9EifmteMsHbR99IiGKvzkhh5Woy774RlIW9UeXWlv/p+93OIi6FRECXHROafUlcdYl7HKEY9x5mggcpAn+GQQ==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.2.0.tgz",
"integrity": "sha512-BPFdMkXVqJyLL7ruL0rbFk0IPs2ECREHxzKx9WAFss9erxjA07znaka4Jlsj01encU/RVPsWfG8yWqwBJ/Q4HA==",
"requires": {
"emissary": "^1",
"event-kit": "^2.2.0",
@ -4721,8 +4721,8 @@
"integrity": "sha512-HD6HI41u57i0/Tu9catiriURhJsef0RDrzJDkGDtdFkE9F9KPxC9Fayq2JBLJrhIyADRVXFxwxsfwQ2Jmh6hxg=="
},
"language-python": {
"version": "https://www.atom.io/api/packages/language-python/versions/0.53.0/tarball",
"integrity": "sha512-ewcwJWY/gh2XQrR/q3HLLmUQjOLwFkKIAwLkkstwdqFl9WErZpZEdS5uOVYg5ODQ09RfvOkikR+WR8rcNGONow==",
"version": "https://www.atom.io/api/packages/language-python/versions/0.53.1/tarball",
"integrity": "sha512-yu2DU+Lqy0dzyMwzBIa6Oz6yvQiOeqwwnXl8Gbw4CasnTiAnEW9fk0wFOsUZOs1veqkZqP6Mdd5Zu7n5p1gLcw==",
"requires": {
"atom-grammar-test": "^0.6.4",
"tree-sitter-python": "^0.14.0"