diff --git a/package-lock.json b/package-lock.json index 7adf41cf7aa453d38c4c10211aa6f580b53a81f2..654466ce4026fa83c7eb99921c182de9b17ee019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4410,10 +4410,9 @@ } }, "natives": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz", - "integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==", - "dev": true + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", + "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==" }, "node-emoji": { "version": "1.8.1", diff --git a/package.json b/package.json index a1f0727678f93d6bdf3f984bd7f20dae861d84fa..d2d153851c7db2b53da78fbc069637a0906ab2e4 100755 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "watchify": "^3.8.0" }, "dependencies": { - "gogocarto-js": "^1.6.0" + "gogocarto-js": "^1.6.0", + "natives": "^1.1.6" } }