diff --git a/package-lock.json b/package-lock.json index f2dcf32..730c796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "artibot", - "version": "4.1.4", + "version": "4.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "artibot", - "version": "4.1.4", + "version": "4.1.5", "license": "GPL-3.0-or-later", "dependencies": { "@discordjs/rest": "^1.0.1", - "artibot-localizer": "^1.0.2", + "artibot-localizer": "^2.0.2", "axios": "^0.27.2", "chalk": "^5.0.1", "discord-api-types": "^0.37.0", @@ -744,9 +744,9 @@ } }, "node_modules/artibot-localizer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/artibot-localizer/-/artibot-localizer-1.0.2.tgz", - "integrity": "sha512-jnk2J8Ct6Dh/lT0j9HiLOlL+HEUOKPq8lQuhHTYkCxp4S8FepkuSaziKM8HKXbn7Eoh5Wqufh9LfcYyhYNOEVA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/artibot-localizer/-/artibot-localizer-2.0.2.tgz", + "integrity": "sha512-NDBKFAbD9uVFeCNa0ftJmENyq1Dj43mBCJ/LvBBkHFy2E9KCr5E1AG8k2qKtzCnLm/nwpdhlpWGxI91nsgwX4A==", "funding": { "url": "https://paypal.me/artivain" } @@ -5384,9 +5384,9 @@ } }, "artibot-localizer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/artibot-localizer/-/artibot-localizer-1.0.2.tgz", - "integrity": "sha512-jnk2J8Ct6Dh/lT0j9HiLOlL+HEUOKPq8lQuhHTYkCxp4S8FepkuSaziKM8HKXbn7Eoh5Wqufh9LfcYyhYNOEVA==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/artibot-localizer/-/artibot-localizer-2.0.2.tgz", + "integrity": "sha512-NDBKFAbD9uVFeCNa0ftJmENyq1Dj43mBCJ/LvBBkHFy2E9KCr5E1AG8k2qKtzCnLm/nwpdhlpWGxI91nsgwX4A==" }, "asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index dc36dad..0be1a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artibot", - "version": "4.1.4", + "version": "4.1.5", "description": "Modern, fast and modular open-source Discord bot", "main": "index.js", "types": "dist/index.d.ts", @@ -60,7 +60,7 @@ "homepage": "https://artibot.artivain.com", "dependencies": { "@discordjs/rest": "^1.0.1", - "artibot-localizer": "^1.0.2", + "artibot-localizer": "^2.0.2", "axios": "^0.27.2", "chalk": "^5.0.1", "discord-api-types": "^0.37.0",