Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@commitlint/config-conventional": "19.8.1",
"@commitlint/cz-commitlint": "19.8.1",
"@softwareventures/eslint-config": "9.2.3",
"@softwareventures/precise-commits": "4.0.23",
"@softwareventures/precise-commits": "4.0.26",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "5.1.1",
"@softwareventures/tsconfig": "8.1.1",
Expand Down
36 changes: 10 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2563,14 +2563,14 @@ __metadata:
languageName: node
linkType: hard

"@softwareventures/precise-commits@npm:4.0.23":
version: 4.0.23
resolution: "@softwareventures/precise-commits@npm:4.0.23"
"@softwareventures/precise-commits@npm:4.0.26":
version: 4.0.26
resolution: "@softwareventures/precise-commits@npm:4.0.26"
dependencies:
"@softwareventures/array": "npm:7.0.1"
"@softwareventures/nullable": "npm:3.2.0"
execa: "npm:5.1.1"
glob: "npm:10.4.5"
glob: "npm:10.5.0"
ignore: "npm:5.3.2"
mri: "npm:1.2.0"
ora: "npm:5.4.1"
Expand All @@ -2581,7 +2581,7 @@ __metadata:
prettier: ^1.8.0 || ^2.0.0 || ^3.0.0
bin:
precise-commits: lib/cli.js
checksum: 10c0/f055dfe59d1362745a984ba0995a027f219eb3eb00a29b41ea569a554c5d40794766b50092531fe68cbea3babcff0a475173f609c3b88d51db86c25cc49788e3
checksum: 10c0/2a1a8954fad44b65d2036171bb00fa10a933f98a3133d85317989c21bb5b8c9c09ef81a5f29bb8f8f3a1bc40435f1a52cb00253db12a6e4c32bbda041450f5ee
languageName: node
linkType: hard

Expand Down Expand Up @@ -2616,7 +2616,7 @@ __metadata:
"@commitlint/config-conventional": "npm:19.8.1"
"@commitlint/cz-commitlint": "npm:19.8.1"
"@softwareventures/eslint-config": "npm:9.2.3"
"@softwareventures/precise-commits": "npm:4.0.23"
"@softwareventures/precise-commits": "npm:4.0.26"
"@softwareventures/prettier-config": "npm:4.0.0"
"@softwareventures/semantic-release-config": "npm:5.1.1"
"@softwareventures/tsconfig": "npm:8.1.1"
Expand Down Expand Up @@ -5846,9 +5846,9 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:10.4.5":
version: 10.4.5
resolution: "glob@npm:10.4.5"
"glob@npm:10.5.0, glob@npm:^10.2.2, glob@npm:^10.4.5":
version: 10.5.0
resolution: "glob@npm:10.5.0"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^3.1.2"
Expand All @@ -5858,7 +5858,7 @@ __metadata:
path-scurry: "npm:^1.11.1"
bin:
glob: dist/esm/bin.mjs
checksum: 10c0/19a9759ea77b8e3ca0a43c2f07ecddc2ad46216b786bb8f993c445aee80d345925a21e5280c7b7c6c59e860a0154b84e4b2b60321fea92cd3c56b4a7489f160e
checksum: 10c0/100705eddbde6323e7b35e1d1ac28bcb58322095bd8e63a7d0bef1a2cdafe0d0f7922a981b2b48369a4f8c1b077be5c171804534c3509dfe950dde15fbe6d828
languageName: node
linkType: hard

Expand All @@ -5876,22 +5876,6 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.4.5":
version: 10.5.0
resolution: "glob@npm:10.5.0"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^3.1.2"
minimatch: "npm:^9.0.4"
minipass: "npm:^7.1.2"
package-json-from-dist: "npm:^1.0.0"
path-scurry: "npm:^1.11.1"
bin:
glob: dist/esm/bin.mjs
checksum: 10c0/100705eddbde6323e7b35e1d1ac28bcb58322095bd8e63a7d0bef1a2cdafe0d0f7922a981b2b48369a4f8c1b077be5c171804534c3509dfe950dde15fbe6d828
languageName: node
linkType: hard

"global-directory@npm:^4.0.1":
version: 4.0.1
resolution: "global-directory@npm:4.0.1"
Expand Down
Loading