From a70b2bfa56e265b25a3aebc2d2ddcd96bd70363f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2019 07:54:06 +0000 Subject: [PATCH] fix: upgrade bootstrap from 4.4.0 to 4.4.1 Snyk has created this PR to upgrade bootstrap from 4.4.0 to 4.4.1. See this package in NPM: https://www.npmjs.com/package/bootstrap See this project in Snyk: https://app.snyk.io/org/vavdb/project/9a8abf45-8490-484a-8198-387f9785b709?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 165be1a..b4ddf28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2329,9 +2329,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.0.tgz", - "integrity": "sha512-dqCYJNs/Fxa3IVQ+v/lC694POCThUjZsA4wwqs8l+yk67B6ww2Ki++WaM6CVGe5+tArBBrknzjjh01/NT5rLjA==" + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", + "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" }, "bootstrap-vue": { "version": "2.1.0", diff --git a/package.json b/package.json index 22667bd..af98a7b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@gridsome/plugin-sitemap": "^0.1.1", "@gridsome/source-filesystem": "^0.3.0", "@gridsome/transformer-remark": "^0.2.1", - "bootstrap": "^4.3.1", + "bootstrap": "^4.4.1", "bootstrap-vue": "^2.0.0-rc.18", "gridsome": "^0.7.11", "jquery": "^3.4.1",