Skip to content

Commit af6d3db

Browse files
author
sanex3339
committed
Dependencies update
1 parent dd333cb commit af6d3db

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

dist/index.browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"class-validator": "0.12.2",
3030
"commander": "5.1.0",
3131
"escodegen": "1.14.2",
32-
"eslint-scope": "5.0.0",
32+
"eslint-scope": "5.1.0",
3333
"estraverse": "5.1.0",
3434
"eventemitter3": "4.0.4",
3535
"fast-deep-equal": "3.1.1",
@@ -65,7 +65,7 @@
6565
"coveralls": "3.1.0",
6666
"eslint": "7.1.0",
6767
"eslint-plugin-import": "2.20.2",
68-
"eslint-plugin-jsdoc": "27.0.2",
68+
"eslint-plugin-jsdoc": "27.0.3",
6969
"eslint-plugin-no-null": "1.0.2",
7070
"eslint-plugin-prefer-arrow": "1.2.1",
7171
"eslint-plugin-unicorn": "20.1.0",

test/performance-tests/JavaScriptObfuscatorMemory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const heapValueToMB = (value: number) => Math.round(value / 1024 / 1024 * 100) /
99
describe('JavaScriptObfuscator memory', function () {
1010
const iterationsCount: number = 500;
1111
const gcDiffThreshold: number = 10;
12-
const allowedHeapDiffThreshold: number = 50;
12+
const allowedHeapDiffThreshold: number = 80;
1313

1414
this.timeout(100000);
1515

yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,10 +1847,10 @@ eslint-plugin-import@2.20.2:
18471847
read-pkg-up "^2.0.0"
18481848
resolve "^1.12.0"
18491849

1850-
eslint-plugin-jsdoc@27.0.2:
1851-
version "27.0.2"
1852-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.0.2.tgz#5f518b23b1bd932e6ead55defa620a1999c138a2"
1853-
integrity sha512-Oa5khI+ZuokO4CW9TddcOLzd8IHn1LdHAM3XgmPiZ4FZX6gi/R4swySXPx5mRvBb4y4sSqB09li/qpjE7aHjHA==
1850+
eslint-plugin-jsdoc@27.0.3:
1851+
version "27.0.3"
1852+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.0.3.tgz#8dade43cc61cf220c72709477456c6437a7bcf8e"
1853+
integrity sha512-TWagiFwWFAq1rkl4cuoh6JHD7qAYCuYEinZe6Rxnfu7FvoxRnAMAu6zswADIzQXHoK2c+ueTDOKAQSHII0ttHg==
18541854
dependencies:
18551855
comment-parser "^0.7.4"
18561856
debug "^4.1.1"
@@ -1889,10 +1889,10 @@ eslint-plugin-unicorn@20.1.0:
18891889
safe-regex "^2.1.1"
18901890
semver "^7.3.2"
18911891

1892-
eslint-scope@5.0.0, eslint-scope@^5.0.0:
1893-
version "5.0.0"
1894-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
1895-
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
1892+
eslint-scope@5.1.0:
1893+
version "5.1.0"
1894+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
1895+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
18961896
dependencies:
18971897
esrecurse "^4.1.0"
18981898
estraverse "^4.1.1"
@@ -1905,6 +1905,14 @@ eslint-scope@^4.0.3:
19051905
esrecurse "^4.1.0"
19061906
estraverse "^4.1.1"
19071907

1908+
eslint-scope@^5.0.0:
1909+
version "5.0.0"
1910+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
1911+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
1912+
dependencies:
1913+
esrecurse "^4.1.0"
1914+
estraverse "^4.1.1"
1915+
19081916
eslint-template-visitor@^2.0.0:
19091917
version "2.0.0"
19101918
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.0.0.tgz#7cb6471ed29a53ab28a1dcbfca38355251c2be06"

0 commit comments

Comments
 (0)