From bc0f04c81bec9d04606abd53b1d02196293d832c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Aug 2023 10:27:16 -0700
Subject: [PATCH] build(deps): bump semver from 7.5.1 to 7.5.4 (#14)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.4.
Release notes
Sourced from semver's
releases.
v7.5.4
7.5.4
(2023-07-07)
Bug Fixes
v7.5.3
7.5.3
(2023-06-22)
Bug Fixes
Documentation
v7.5.2
7.5.2
(2023-06-15)
Bug Fixes
Changelog
Sourced from semver's
changelog.
7.5.4
(2023-07-07)
Bug Fixes
7.5.3
(2023-06-22)
Bug Fixes
Documentation
7.5.2
(2023-06-15)
Bug Fixes
Commits
36cd334
chore: release 7.5.4
8456d87
chore: postinstall for dependabot template-oss PR
dde1f00
chore: postinstall for dependabot template-oss PR
dffcd1b
chore: bump @npmcli/template-oss from 4.16.0 to
4.17.0
d619f66
chore: postinstall for dependabot template-oss PR
3bc4247
chore: bump @npmcli/template-oss from 4.15.1 to
4.16.0
cc6fde2
fix: trim each range set before parsing
99d8287
fix: correctly parse long build ids as valid (#583)
4f0f6b1
chore: fix arguments in whitespace test (#574)
6bd1a37
chore: remove duplicate test in semver class (#575)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/actions/create-github-app-token/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index ef772bf..f7a3183 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -725,9 +725,9 @@
]
},
"node_modules/semver": {
- "version": "7.5.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
- "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
+ "version": "7.5.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},