diff --git a/package-lock.json b/package-lock.json index 125ecf3..278b517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,9 +80,9 @@ } }, "@babel/eslint-parser": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz", - "integrity": "sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==", + "version": "7.16.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz", + "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==", "requires": { "eslint-scope": "^5.1.1", "eslint-visitor-keys": "^2.1.0", @@ -3074,9 +3074,9 @@ } }, "eslint-plugin-unicorn": { - "version": "38.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz", - "integrity": "sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz", + "integrity": "sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==", "requires": { "@babel/helper-validator-identifier": "^7.14.9", "ci-info": "^3.2.0", diff --git a/package.json b/package.json index b281a34..c7a9fee 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-mocha": "9.0.0", "eslint-plugin-radar": "0.2.1", "eslint-plugin-react": "7.27.1", - "eslint-plugin-unicorn": "38.0.1", + "eslint-plugin-unicorn": "39.0.0", "glob-parent": "6.0.2", "hosted-git-info": "4.0.2", "normalize-url": "7.0.2",