diff --git a/.travis.yml b/.travis.yml index 455fb9b4..9d2f2e21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - git submodule update --init --recursive language: node_js node_js: - - "6.5.0" + - "10.16.0" script: - npm run build - npm test diff --git a/package-lock.json b/package-lock.json index 66cd8229..9d6faf4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,9 +40,9 @@ } }, "@types/jquery": { - "version": "3.3.29", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.29.tgz", - "integrity": "sha512-FhJvBninYD36v3k6c+bVk1DSZwh7B5Dpb/Pyk3HKVsiohn0nhbefZZ+3JXbWQhFyt0MxSl2jRDdGQPHeOHFXrQ==", + "version": "3.3.31", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.31.tgz", + "integrity": "sha512-Lz4BAJihoFw5nRzKvg4nawXPzutkv7wmfQ5121avptaSIXlDNJCUuxZxX/G+9EVidZGuO0UBlk+YjKbwRKJigg==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index 9ecbcf5e..653ea6fd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/bootbox": "^4.4.36", "@types/bootstrap": "^3.3.42", - "@types/jquery": "^3.3.29", + "@types/jquery": "^3.3.31", "atob": "^2.1.x", "btoa": "^1.2.x", "chromedriver": "^76.0.1",