Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-01 23:23:39 +0300
committerGitHub <noreply@github.com>2022-08-01 23:23:39 +0300
commitd7c118dd367e281a801fb5bc0140731e4e3aeba5 (patch)
treea2c1766e19e2975d518ae3e252abde7d006b4483
parent6fd454051cd1d6fa66a42d6d05117c448313ca66 (diff)
build(deps-dev): bump bootstrap from 5.2.0-beta1 to 5.2.0 (#1393)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.0-beta1 to 5.2.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.2.0-beta1...v5.2.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 215643f75..c1581a1ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.7",
- "bootstrap": "5.2.0-beta1",
+ "bootstrap": "5.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"fantasticon": "^1.2.3",
@@ -1098,9 +1098,9 @@
"dev": true
},
"node_modules/bootstrap": {
- "version": "5.2.0-beta1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0-beta1.tgz",
- "integrity": "sha512-6qbgs177WZEFY4SLQUq3tEHayYG80nfDmyTpdKi0MJqRMdS+HAoq24+YKfx6wf+nHY0rx8zrh477J1lFu4WzOA==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz",
+ "integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==",
"dev": true,
"funding": [
{
@@ -8844,9 +8844,9 @@
"dev": true
},
"bootstrap": {
- "version": "5.2.0-beta1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0-beta1.tgz",
- "integrity": "sha512-6qbgs177WZEFY4SLQUq3tEHayYG80nfDmyTpdKi0MJqRMdS+HAoq24+YKfx6wf+nHY0rx8zrh477J1lFu4WzOA==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz",
+ "integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==",
"dev": true,
"requires": {}
},
diff --git a/package.json b/package.json
index 978c1218b..dea7a9c9f 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"sass": "font/bootstrap-icons.scss",
"devDependencies": {
"autoprefixer": "^10.4.7",
- "bootstrap": "5.2.0-beta1",
+ "bootstrap": "5.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"fantasticon": "^1.2.3",