Browse Source

Fix `security alert`.

Marcelo Fornet 5 years ago
parent
commit
7e930ef20c
2 changed files with 8 additions and 4 deletions
  1. 4 0
      README.md
  2. 4 4
      package-lock.json

+ 4 - 0
README.md

@@ -12,6 +12,10 @@
 * Stressing solution against brute using a generator (Useful to find corner cases)
 * (WIP) Automatic generator creation from inputs/outputs structure
 
+## Join the conversation
+
+We have a group to discuss about this tool in Telegram. [Join here](https://t.me/acm_x).
+
 ## How am I supposed to use **acmX**
 
 **acmX** have been designed to run automatically boilerplate actions [I](https://codeforces.com/profile/marX) repeat often in competitive programming. Next is the expected pipeline to interact with it. It is important that you [setup some configurations](#getting-started) before start using the tool.

+ 4 - 4
package-lock.json

@@ -1,6 +1,6 @@
 {
     "name": "acmx",
-    "version": "0.2.0",
+    "version": "0.2.3",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
@@ -995,9 +995,9 @@
             }
         },
         "lodash": {
-            "version": "4.17.11",
-            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
-            "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
+            "version": "4.17.15",
+            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+            "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
         },
         "lowercase-keys": {
             "version": "1.0.1",