Skip to content

Commit ed24a22

Browse files
authored
Merge pull request #474 from arduino/dependabot/npm_and_yarn/ajv-formats-3.0.1
Bump ajv-formats from 2.1.1 to 3.0.1
2 parents b1b9d8a + ae2cdb4 commit ed24a22

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"ajv-cli": "^5.0.0",
4-
"ajv-formats": "^2.1.1",
4+
"ajv-formats": "^3.0.1",
55
"eslint": "^8.57.0",
66
"eslint-config-airbnb-base": "^15.0.0",
77
"eslint-config-prettier": "^9.1.0",

workflow-templates/check-taskfiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
1515
Add the dependencies by running this command:
1616

1717
```text
18-
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1
18+
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
1919
```
2020

2121
Commit the resulting changes to the `package.json` and `package-lock.json` files.

workflow-templates/check-workflows-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
2626
Add the dependencies by running this command:
2727

2828
```text
29-
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1
29+
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
3030
```
3131

3232
Commit the resulting changes to the `package.json` and `package-lock.json` files.

workflow-templates/sync-labels-npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
2121
Add the dependencies by running this command:
2222

2323
```text
24-
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1
24+
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
2525
npm install --save-dev --save-exact [email protected]
2626
```
2727

0 commit comments

Comments
 (0)