Skip to content

Commit 64e7a0d

Browse files
authored
Merge pull request #344 from arduino/dependabot/npm_and_yarn/eslint-8.38.0
Bump eslint from 8.37.0 to 8.38.0
2 parents 835ec89 + 772d2d9 commit 64e7a0d

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"ajv-cli": "^5.0.0",
44
"ajv-formats": "^2.1.1",
5-
"eslint": "^8.37.0",
5+
"eslint": "^8.38.0",
66
"eslint-config-airbnb-base": "^15.0.0",
77
"eslint-config-prettier": "^8.8.0",
88
"eslint-plugin-import": "^2.27.5",

workflow-templates/check-javascript-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3131
Add the dependencies by running this command:
3232

3333
```text
34-
npm install --save-dev eslint@^8.37.0 eslint-config-prettier@^8.8.0
34+
npm install --save-dev eslint@^8.38.0 eslint-config-prettier@^8.8.0
3535
npx install-peerdeps --dev eslint-config-airbnb-base
3636
```
3737

0 commit comments

Comments
 (0)