Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v8 and couple other deps pa…
Browse files Browse the repository at this point in the history
…tch (#550)
  • Loading branch information
ghiscoding committed Apr 6, 2023
1 parent dfd18e3 commit e7d29f1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
// allow Node14/npm8 until it is EOL on June 2023
{
packageNames: ['node'],
allowedVersions: '14.15.0',
allowedVersions: '16.15.0',
},
{
packageNames: ['npm'],
allowedVersions: '8.0.0',
allowedVersions: '8.5.0',
},
],
schedule: ['on Thursday'],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"inquirer": "^9.1.5",
"is-ci": "^3.0.1",
"load-json-file": "^7.0.1",
"minimatch": "^7.4.5",
"minimatch": "^8.0.3",
"npm-package-arg": "^10.1.0",
"npmlog": "^7.0.1",
"p-map": "^5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.2.6",
"@npmcli/arborist": "^6.2.7",
"byte-size": "^8.1.0",
"chalk": "^5.2.0",
"columnify": "^1.6.0",
Expand All @@ -71,7 +71,7 @@
"pify": "^6.1.0",
"read-package-json": "^6.0.1",
"semver": "^7.3.8",
"ssri": "^10.0.1",
"ssri": "^10.0.2",
"tar": "^6.1.13",
"temp-dir": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"is-stream": "^3.0.0",
"load-json-file": "^7.0.1",
"make-dir": "^3.1.0",
"minimatch": "^7.4.5",
"minimatch": "^8.0.3",
"new-github-release-url": "^2.0.0",
"node-fetch": "^3.3.1",
"npm-package-arg": "^10.1.0",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7d29f1

Please sign in to comment.