diff options
author | dependabot[bot] | 2021-06-21 17:13:48 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 8afb644982fc842512099530d1ce6aa4abc2292d (patch) | |
tree | bd183b0252442c7a02c9148314967fc007ea9c8f | |
parent | b68a367310361b4d5b9c3bbae99c67536564268e (diff) |
Bump eslint from 7.28.0 to 7.29.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.28.0...v7.29.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 12 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 019c56a7..8a4c267f 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -8593,9 +8593,9 @@ } }, "eslint": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", - "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", @@ -17574,9 +17574,9 @@ } }, "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", - "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true }, "regexpu-core": { diff --git a/vnext/package.json b/vnext/package.json index 49c2c109..37bae076 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -21,7 +21,7 @@ "css-loader": "^5.2.6", "css-minimizer-webpack-plugin": "^3.0.1", "error-overlay-webpack-plugin": "^0.4.2", - "eslint": "^7.28.0", + "eslint": "^7.29.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-only-ascii": "^0.0.0", |