dependencies update

This commit is contained in:
David Miller 2021-10-18 17:25:29 -04:00
parent 8a22ea6516
commit 57f34b00a2
4 changed files with 8 additions and 8 deletions

2
dist/css/styles.css vendored
View File

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Start Bootstrap - Agency v7.0.9 (https://startbootstrap.com/theme/agency) * Start Bootstrap - Agency v7.0.10 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap * Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ */

2
dist/js/scripts.js vendored
View File

@ -1,5 +1,5 @@
/*! /*!
* Start Bootstrap - Agency v7.0.9 (https://startbootstrap.com/theme/agency) * Start Bootstrap - Agency v7.0.10 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2021 Start Bootstrap * Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE) * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ */

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"version": "7.0.9", "version": "7.0.10",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -1620,9 +1620,9 @@
"dev": true "dev": true
}, },
"sass": { "sass": {
"version": "1.42.1", "version": "1.43.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.42.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.2.tgz",
"integrity": "sha512-/zvGoN8B7dspKc5mC6HlaygyCBRvnyzzgD5khiaCfglWztY99cYoiTUksVx11NlnemrcfH5CEaCpsUKoW0cQqg==", "integrity": "sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=3.0.0 <4.0.0" "chokidar": ">=3.0.0 <4.0.0"

View File

@ -1,7 +1,7 @@
{ {
"title": "Agency", "title": "Agency",
"name": "startbootstrap-agency", "name": "startbootstrap-agency",
"version": "7.0.9", "version": "7.0.10",
"scripts": { "scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets", "build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js", "build:assets": "node scripts/build-assets.js",
@ -46,7 +46,7 @@
"postcss": "8.3.9", "postcss": "8.3.9",
"prettier": "2.4.1", "prettier": "2.4.1",
"pug": "3.0.2", "pug": "3.0.2",
"sass": "1.42.1", "sass": "1.43.2",
"shelljs": "0.8.4", "shelljs": "0.8.4",
"upath": "2.0.1" "upath": "2.0.1"
} }