Update to OL v2.2.1

This commit is contained in:
Alyxia Sother 2022-04-03 12:21:11 +02:00
parent 7c7cd6c7cf
commit 646198c7bc
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View File

@ -19,7 +19,7 @@
"moment": "^2.29.1", "moment": "^2.29.1",
"ms": "^2.1.3", "ms": "^2.1.3",
"node-wolfram-alpha": "^1.2.5", "node-wolfram-alpha": "^1.2.5",
"onion-lasers": "npm:onion-lasers-v13@^2.2.0", "onion-lasers": "npm:onion-lasers-v13@^2.2.1",
"pet-pet-gif": "^1.0.9", "pet-pet-gif": "^1.0.9",
"relevant-urban": "^2.0.0", "relevant-urban": "^2.0.0",
"weather-js": "^2.0.0" "weather-js": "^2.0.0"
@ -4573,10 +4573,9 @@
}, },
"node_modules/onion-lasers": { "node_modules/onion-lasers": {
"name": "onion-lasers-v13", "name": "onion-lasers-v13",
"version": "2.2.0", "version": "2.2.1",
"resolved": "https://npm.alyxia.dev/onion-lasers-v13/-/onion-lasers-v13-2.2.0.tgz", "resolved": "https://registry.npmjs.org/onion-lasers-v13/-/onion-lasers-v13-2.2.1.tgz",
"integrity": "sha512-gg/70mqKe53c+0zw7R+7taUOpcjIuD0Z6SX7xnDVJDcrKNc9iowDug4Rel8KeaOalGzy+WGqCyqns1YeyLhYFw==", "integrity": "sha512-tVM8xPnNvN6Zhsr8mGrKRmpjOdS4f45NkqJyY85WlX+gOVN3/67E1Rmjy6zDN8YtorG2stn44Xc2gx5MiOxWAw==",
"license": "MIT",
"dependencies": { "dependencies": {
"discord.js": "^13.3.0", "discord.js": "^13.3.0",
"glob": "^7.2.0" "glob": "^7.2.0"
@ -9324,9 +9323,9 @@
} }
}, },
"onion-lasers": { "onion-lasers": {
"version": "npm:onion-lasers-v13@2.2.0", "version": "npm:onion-lasers-v13@2.2.1",
"resolved": "https://npm.alyxia.dev/onion-lasers-v13/-/onion-lasers-v13-2.2.0.tgz", "resolved": "https://registry.npmjs.org/onion-lasers-v13/-/onion-lasers-v13-2.2.1.tgz",
"integrity": "sha512-gg/70mqKe53c+0zw7R+7taUOpcjIuD0Z6SX7xnDVJDcrKNc9iowDug4Rel8KeaOalGzy+WGqCyqns1YeyLhYFw==", "integrity": "sha512-tVM8xPnNvN6Zhsr8mGrKRmpjOdS4f45NkqJyY85WlX+gOVN3/67E1Rmjy6zDN8YtorG2stn44Xc2gx5MiOxWAw==",
"requires": { "requires": {
"discord.js": "^13.3.0", "discord.js": "^13.3.0",
"glob": "^7.2.0" "glob": "^7.2.0"

View File

@ -24,7 +24,7 @@
"moment": "^2.29.1", "moment": "^2.29.1",
"ms": "^2.1.3", "ms": "^2.1.3",
"node-wolfram-alpha": "^1.2.5", "node-wolfram-alpha": "^1.2.5",
"onion-lasers": "npm:onion-lasers-v13@^2.2.0", "onion-lasers": "npm:onion-lasers-v13@^2.2.1",
"pet-pet-gif": "^1.0.9", "pet-pet-gif": "^1.0.9",
"relevant-urban": "^2.0.0", "relevant-urban": "^2.0.0",
"weather-js": "^2.0.0" "weather-js": "^2.0.0"