2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

build(deps-dev): bump @commitlint/config-conventional (#174)

This commit is contained in:
dependabot[bot] 2021-08-12 11:17:28 +02:00 committed by GitHub
parent c82aa67e4e
commit 1409c25824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -14,7 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "13.1.0", "@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "12.1.4", "@commitlint/config-conventional": "13.1.0",
"@types/express": "4.17.13", "@types/express": "4.17.13",
"@types/jest": "27.0.0", "@types/jest": "27.0.0",
"@types/jsonwebtoken": "8.5.4", "@types/jsonwebtoken": "8.5.4",
@ -735,15 +735,15 @@
} }
}, },
"node_modules/@commitlint/config-conventional": { "node_modules/@commitlint/config-conventional": {
"version": "12.1.4", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz",
"integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==", "integrity": "sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"conventional-changelog-conventionalcommits": "^4.3.1" "conventional-changelog-conventionalcommits": "^4.3.1"
}, },
"engines": { "engines": {
"node": ">=v10" "node": ">=v12"
} }
}, },
"node_modules/@commitlint/ensure": { "node_modules/@commitlint/ensure": {
@ -14710,9 +14710,9 @@
} }
}, },
"@commitlint/config-conventional": { "@commitlint/config-conventional": {
"version": "12.1.4", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz",
"integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==", "integrity": "sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==",
"dev": true, "dev": true,
"requires": { "requires": {
"conventional-changelog-conventionalcommits": "^4.3.1" "conventional-changelog-conventionalcommits": "^4.3.1"

View File

@ -57,7 +57,7 @@
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "13.1.0", "@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "12.1.4", "@commitlint/config-conventional": "13.1.0",
"@types/express": "4.17.13", "@types/express": "4.17.13",
"@types/jest": "27.0.0", "@types/jest": "27.0.0",
"@types/jsonwebtoken": "8.5.4", "@types/jsonwebtoken": "8.5.4",