Skip to content

Commit 0a336d6

Browse files
authored
chore(deps): update semver to v5.7.2 (#425)
* chore(deps): update semver to v5.7.2 * docs(changelog): mention change
1 parent 549ed47 commit 0a336d6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## [Unreleased]
88
*Please add entries here for your pull requests.*
9+
#### Fixed
10+
- Update `semver` to `v5.7.2` [PR425](https://github.com/shakacode/bootstrap-loader/pull/425) by [dargmuesli](https://github.com/dargmuesli).
911

1012
## [4.0.4] - 2023-03-07
1113
#### Fixed
@@ -18,7 +20,7 @@
1820
## [4.0.2] - 2023-01-04
1921
#### Dependabot
2022
- Bump is-my-json-valid from 2.15.0 to 2.20.6 (#406).
21-
- Bump ini from 1.3.4 to 1.3.8 (#405).
23+
- Bump ini from 1.3.4 to 1.3.8 (#405).
2224

2325
## [4.0.1] - 2022-11-08
2426
#### Improved

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"js-yaml": "3.13.1",
5353
"loader-utils": "1.4.2",
5454
"resolve": "1.10.0",
55-
"semver": "5.5.0",
55+
"semver": "5.7.2",
5656
"strip-json-comments": "^2.0.1"
5757
},
5858
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3436,10 +3436,10 @@ schema-utils@^3.1.0, schema-utils@^3.1.1:
34363436
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
34373437
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
34383438

3439-
semver@5.5.0:
3440-
version "5.5.0"
3441-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
3442-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
3439+
semver@5.7.2:
3440+
version "5.7.2"
3441+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
3442+
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
34433443

34443444
serialize-javascript@^6.0.0:
34453445
version "6.0.1"

0 commit comments

Comments
 (0)