chore: update commitlint monorepo
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
396945e091
commit
ae50f5dfca
|
@ -17,10 +17,10 @@
|
|||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.0.3",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"chai": "^4.3.6",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^17.0.3",
|
||||
"commitlint": "^17.1.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^4.27.1",
|
||||
|
@ -478,15 +478,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.3.tgz",
|
||||
"integrity": "sha512-oAo2vi5d8QZnAbtU5+0cR2j+A7PO8zuccux65R/EycwvsZrDVyW518FFrnJK2UQxbRtHFFIG+NjQ6vOiJV0Q8A==",
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.1.2.tgz",
|
||||
"integrity": "sha512-h/4Hlka3bvCLbnxf0Er2ri5A44VMlbMSkdTRp8Adv2tRiklSTRIoPGs7OEXDv3EoDs2AAzILiPookgM4Gi7LOw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.3",
|
||||
"@commitlint/load": "^17.0.3",
|
||||
"@commitlint/read": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/read": "^17.1.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
@ -502,9 +502,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz",
|
||||
"integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz",
|
||||
"integrity": "sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
|
@ -514,9 +514,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-validator": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.3.tgz",
|
||||
"integrity": "sha512-3tLRPQJKapksGE7Kee9axv+9z5I2GDHitDH4q63q7NmNA0wkB+DAorJ0RHz2/K00Zb1/MVdHzhCga34FJvDihQ==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.1.0.tgz",
|
||||
"integrity": "sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
|
@ -562,9 +562,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.3.tgz",
|
||||
"integrity": "sha512-/wgCXAvPtFTQZxsVxj7owLeRf5wwzcXLaYmrZPR4a87iD4sCvUIRl1/ogYrtOyUmHwWfQsvjqIB4mWE/SqWSnA==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.1.0.tgz",
|
||||
"integrity": "sha512-JITWKDMHhIh8IpdIbcbuH9rEQJty1ZWelgjleTFrVRAcEwN/sPzk1aVUXRIZNXMJWbZj8vtXRJnFihrml8uECQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
|
@ -575,12 +575,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.3.tgz",
|
||||
"integrity": "sha512-2o1fk7JUdxBUgszyt41sHC/8Nd5PXNpkmuOo9jvGIjDHzOwXyV0PSdbEVTH3xGz9NEmjohFHr5l+N+T9fcxong==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.1.0.tgz",
|
||||
"integrity": "sha512-ltpqM2ogt/+SDhUaScFo0MdscncEF96lvQTPMM/VTTWlw7sTGLLWkOOppsee2MN/uLNNWjQ7kqkd4h6JqoM9AQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^17.0.3",
|
||||
"@commitlint/is-ignored": "^17.1.0",
|
||||
"@commitlint/parse": "^17.0.0",
|
||||
"@commitlint/rules": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
|
@ -590,21 +590,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.3.tgz",
|
||||
"integrity": "sha512-3Dhvr7GcKbKa/ey4QJ5MZH3+J7QFlARohUow6hftQyNjzoXXROm+RwpBes4dDFrXG1xDw9QPXA7uzrOShCd4bw==",
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
|
||||
"integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
"@commitlint/resolve-extends": "^17.0.3",
|
||||
"@commitlint/resolve-extends": "^17.1.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"@types/node": ">=12",
|
||||
"@types/node": "^14.0.0",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"cosmiconfig-typescript-loader": "^2.0.0",
|
||||
"cosmiconfig-typescript-loader": "^4.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0",
|
||||
"ts-node": "^10.8.1",
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -635,27 +636,28 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/read": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.0.0.tgz",
|
||||
"integrity": "sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.1.0.tgz",
|
||||
"integrity": "sha512-73BoFNBA/3Ozo2JQvGsE0J8SdrJAWGfZQRSHqvKaqgmY042Su4gXQLqvAzgr55S9DI1l9TiU/5WDuh8IE86d/g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/top-level": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"git-raw-commits": "^2.0.0"
|
||||
"git-raw-commits": "^2.0.0",
|
||||
"minimist": "^1.2.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.3.tgz",
|
||||
"integrity": "sha512-H/RFMvrcBeJCMdnVC4i8I94108UDccIHrTke2tyQEg9nXQnR5/Hd6MhyNWkREvcrxh9Y+33JLb+PiPiaBxCtBA==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz",
|
||||
"integrity": "sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
@ -954,9 +956,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "18.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz",
|
||||
"integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==",
|
||||
"version": "14.18.29",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.29.tgz",
|
||||
"integrity": "sha512-LhF+9fbIX4iPzhsRLpK5H7iPdvW8L4IwGciXQIOEcuF62+9nw/VQVsOViAOOGxY3OlOKGLFv0sWwJXdwQeTn6A==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/normalize-package-data": {
|
||||
|
@ -1506,12 +1508,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/commitlint": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.0.3.tgz",
|
||||
"integrity": "sha512-/KbIyrd6nmrRvu5zj8KKrjoC4z5V6hBmYphHgCFu75kPjHODg1XTtGFgbnb0AdSGBHlGMzmDvykO7ETs8wBKFg==",
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.1.2.tgz",
|
||||
"integrity": "sha512-ykPXC3TUfYlL8tqz/VOeaJpTPNrcdKrR4Y7ShxjF6l8SlBN/+4YhBJpomG2dx8Ac43FM9OE5rdn1+h7NxsIcAQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -1637,14 +1639,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cosmiconfig-typescript-loader": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.2.tgz",
|
||||
"integrity": "sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.1.0.tgz",
|
||||
"integrity": "sha512-HbWIuR5O+XO5Oj9SZ5bzgrD4nN+rfhrm2PMb0FVx+t+XIvC45n8F0oTNnztXtspWGw0i2IzHaUWFD5LzV1JB4A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cosmiconfig": "^7",
|
||||
"ts-node": "^10.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12",
|
||||
"npm": ">=6"
|
||||
|
@ -1652,6 +1650,7 @@
|
|||
"peerDependencies": {
|
||||
"@types/node": "*",
|
||||
"cosmiconfig": ">=7",
|
||||
"ts-node": ">=10",
|
||||
"typescript": ">=3"
|
||||
}
|
||||
},
|
||||
|
@ -3367,6 +3366,12 @@
|
|||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/minimist": {
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
||||
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/minimist-options": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
|
||||
|
@ -5132,9 +5137,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "4.7.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
|
||||
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
|
||||
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
|
@ -5804,15 +5809,15 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.3.tgz",
|
||||
"integrity": "sha512-oAo2vi5d8QZnAbtU5+0cR2j+A7PO8zuccux65R/EycwvsZrDVyW518FFrnJK2UQxbRtHFFIG+NjQ6vOiJV0Q8A==",
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.1.2.tgz",
|
||||
"integrity": "sha512-h/4Hlka3bvCLbnxf0Er2ri5A44VMlbMSkdTRp8Adv2tRiklSTRIoPGs7OEXDv3EoDs2AAzILiPookgM4Gi7LOw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.3",
|
||||
"@commitlint/load": "^17.0.3",
|
||||
"@commitlint/read": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/read": "^17.1.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
@ -5822,18 +5827,18 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-conventional": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz",
|
||||
"integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz",
|
||||
"integrity": "sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/config-validator": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.3.tgz",
|
||||
"integrity": "sha512-3tLRPQJKapksGE7Kee9axv+9z5I2GDHitDH4q63q7NmNA0wkB+DAorJ0RHz2/K00Zb1/MVdHzhCga34FJvDihQ==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.1.0.tgz",
|
||||
"integrity": "sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
|
@ -5867,9 +5872,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.3.tgz",
|
||||
"integrity": "sha512-/wgCXAvPtFTQZxsVxj7owLeRf5wwzcXLaYmrZPR4a87iD4sCvUIRl1/ogYrtOyUmHwWfQsvjqIB4mWE/SqWSnA==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.1.0.tgz",
|
||||
"integrity": "sha512-JITWKDMHhIh8IpdIbcbuH9rEQJty1ZWelgjleTFrVRAcEwN/sPzk1aVUXRIZNXMJWbZj8vtXRJnFihrml8uECQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
|
@ -5877,33 +5882,34 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.3.tgz",
|
||||
"integrity": "sha512-2o1fk7JUdxBUgszyt41sHC/8Nd5PXNpkmuOo9jvGIjDHzOwXyV0PSdbEVTH3xGz9NEmjohFHr5l+N+T9fcxong==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.1.0.tgz",
|
||||
"integrity": "sha512-ltpqM2ogt/+SDhUaScFo0MdscncEF96lvQTPMM/VTTWlw7sTGLLWkOOppsee2MN/uLNNWjQ7kqkd4h6JqoM9AQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^17.0.3",
|
||||
"@commitlint/is-ignored": "^17.1.0",
|
||||
"@commitlint/parse": "^17.0.0",
|
||||
"@commitlint/rules": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.3.tgz",
|
||||
"integrity": "sha512-3Dhvr7GcKbKa/ey4QJ5MZH3+J7QFlARohUow6hftQyNjzoXXROm+RwpBes4dDFrXG1xDw9QPXA7uzrOShCd4bw==",
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
|
||||
"integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
"@commitlint/resolve-extends": "^17.0.3",
|
||||
"@commitlint/resolve-extends": "^17.1.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"@types/node": ">=12",
|
||||
"@types/node": "^14.0.0",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"cosmiconfig-typescript-loader": "^2.0.0",
|
||||
"cosmiconfig-typescript-loader": "^4.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
"resolve-from": "^5.0.0",
|
||||
"ts-node": "^10.8.1",
|
||||
"typescript": "^4.6.4"
|
||||
}
|
||||
},
|
||||
|
@ -5925,24 +5931,25 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/read": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.0.0.tgz",
|
||||
"integrity": "sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.1.0.tgz",
|
||||
"integrity": "sha512-73BoFNBA/3Ozo2JQvGsE0J8SdrJAWGfZQRSHqvKaqgmY042Su4gXQLqvAzgr55S9DI1l9TiU/5WDuh8IE86d/g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/top-level": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"git-raw-commits": "^2.0.0"
|
||||
"git-raw-commits": "^2.0.0",
|
||||
"minimist": "^1.2.6"
|
||||
}
|
||||
},
|
||||
"@commitlint/resolve-extends": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.3.tgz",
|
||||
"integrity": "sha512-H/RFMvrcBeJCMdnVC4i8I94108UDccIHrTke2tyQEg9nXQnR5/Hd6MhyNWkREvcrxh9Y+33JLb+PiPiaBxCtBA==",
|
||||
"version": "17.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz",
|
||||
"integrity": "sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
@ -6189,9 +6196,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "18.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz",
|
||||
"integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==",
|
||||
"version": "14.18.29",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.29.tgz",
|
||||
"integrity": "sha512-LhF+9fbIX4iPzhsRLpK5H7iPdvW8L4IwGciXQIOEcuF62+9nw/VQVsOViAOOGxY3OlOKGLFv0sWwJXdwQeTn6A==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/normalize-package-data": {
|
||||
|
@ -6608,12 +6615,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"commitlint": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.0.3.tgz",
|
||||
"integrity": "sha512-/KbIyrd6nmrRvu5zj8KKrjoC4z5V6hBmYphHgCFu75kPjHODg1XTtGFgbnb0AdSGBHlGMzmDvykO7ETs8wBKFg==",
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.1.2.tgz",
|
||||
"integrity": "sha512-ykPXC3TUfYlL8tqz/VOeaJpTPNrcdKrR4Y7ShxjF6l8SlBN/+4YhBJpomG2dx8Ac43FM9OE5rdn1+h7NxsIcAQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
}
|
||||
},
|
||||
|
@ -6720,14 +6727,11 @@
|
|||
}
|
||||
},
|
||||
"cosmiconfig-typescript-loader": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.2.tgz",
|
||||
"integrity": "sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.1.0.tgz",
|
||||
"integrity": "sha512-HbWIuR5O+XO5Oj9SZ5bzgrD4nN+rfhrm2PMb0FVx+t+XIvC45n8F0oTNnztXtspWGw0i2IzHaUWFD5LzV1JB4A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cosmiconfig": "^7",
|
||||
"ts-node": "^10.8.1"
|
||||
}
|
||||
"requires": {}
|
||||
},
|
||||
"create-require": {
|
||||
"version": "1.1.1",
|
||||
|
@ -8013,6 +8017,12 @@
|
|||
"brace-expansion": "^1.1.7"
|
||||
}
|
||||
},
|
||||
"minimist": {
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
||||
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
|
||||
"dev": true
|
||||
},
|
||||
"minimist-options": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
|
||||
|
@ -9352,9 +9362,9 @@
|
|||
}
|
||||
},
|
||||
"typescript": {
|
||||
"version": "4.7.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
|
||||
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
|
||||
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
|
||||
"dev": true
|
||||
},
|
||||
"universalify": {
|
||||
|
|
|
@ -33,10 +33,10 @@
|
|||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/config-conventional": "^17.0.3",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"chai": "^4.3.6",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^17.0.3",
|
||||
"commitlint": "^17.1.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^4.27.1",
|
||||
|
|
Loading…
Reference in New Issue