3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

chore: update erlpack (#331)

This commit is contained in:
Almeida 2022-04-04 21:40:28 +01:00 committed by GitHub
parent 8f96fa4ec1
commit 280543df4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 12 deletions

View file

@ -17,7 +17,7 @@
"discord.js": "^13.6.0",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:almeidx/erlpack#f0c535f73817fd914806d6ca26a7730c14e0fb7c",
"erlpack": "github:discord/erlpack",
"escape-string-regexp": "^1.0.5",
"express": "^4.17.0",
"fp-ts": "^2.0.1",
@ -1812,13 +1812,12 @@
},
"node_modules/erlpack": {
"version": "0.1.3",
"resolved": "git+ssh://git@github.com/almeidx/erlpack.git#f0c535f73817fd914806d6ca26a7730c14e0fb7c",
"integrity": "sha512-2Tux713HiQIXdxv6nHBFmn6sOBKca5xQOyaIXMquNUTUEx56JhyBaguMWGWV73LM8xOZ/fAow4diI+4KfEAhkg==",
"resolved": "git+ssh://git@github.com/discord/erlpack.git#3b793a333dd3f6a140b9168ea91e9fa9660753ce",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
"nan": "^2.15.0"
}
},
"node_modules/error-ex": {
@ -3079,8 +3078,9 @@
}
},
"node_modules/nan": {
"version": "2.14.0",
"license": "MIT"
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
"integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
},
"node_modules/negotiator": {
"version": "0.6.2",
@ -6424,12 +6424,11 @@
"dev": true
},
"erlpack": {
"version": "git+ssh://git@github.com/almeidx/erlpack.git#f0c535f73817fd914806d6ca26a7730c14e0fb7c",
"integrity": "sha512-2Tux713HiQIXdxv6nHBFmn6sOBKca5xQOyaIXMquNUTUEx56JhyBaguMWGWV73LM8xOZ/fAow4diI+4KfEAhkg==",
"from": "erlpack@github:almeidx/erlpack#f0c535f73817fd914806d6ca26a7730c14e0fb7c",
"version": "git+ssh://git@github.com/discord/erlpack.git#3b793a333dd3f6a140b9168ea91e9fa9660753ce",
"from": "erlpack@github:discord/erlpack.git",
"requires": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
"nan": "^2.15.0"
}
},
"error-ex": {
@ -7218,7 +7217,9 @@
}
},
"nan": {
"version": "2.14.0"
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
"integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
},
"negotiator": {
"version": "0.6.2"

View file

@ -32,7 +32,7 @@
"discord.js": "^13.6.0",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:almeidx/erlpack#f0c535f73817fd914806d6ca26a7730c14e0fb7c",
"erlpack": "github:discord/erlpack",
"escape-string-regexp": "^1.0.5",
"express": "^4.17.0",
"fp-ts": "^2.0.1",