5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

Merge pull request #779 from wagoid/dependabot/npm_and_yarn/minor-and-patch-4da0c3c704

chore(deps-dev): bump the minor-and-patch group with 4 updates
This commit is contained in:
Wagner Santos 2024-04-10 09:45:24 -03:00 committed by GitHub
commit 8fa8a3e33d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1335 additions and 883 deletions

2210
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -41,8 +41,8 @@
"lerna": "^5.1.4" "lerna": "^5.1.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.19.3", "@babel/core": "^7.24.4",
"@babel/preset-env": "^7.19.3", "@babel/preset-env": "^7.24.4",
"@commitlint/cli": "^19.2.1", "@commitlint/cli": "^19.2.1",
"@commitlint/test": "^9.0.1", "@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1", "@commitlint/test-environment": "^9.0.1",
@ -57,7 +57,7 @@
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-node": "^4.1.0", "eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3", "husky": "^8.0.3",
@ -66,6 +66,6 @@
"prettier": "^2.8.4", "prettier": "^2.8.4",
"rollup": "^2.79.1", "rollup": "^2.79.1",
"testdouble": "^3.20.2", "testdouble": "^3.20.2",
"yaml": "^2.1.3" "yaml": "^2.4.1"
} }
} }