Skip to content

Commit 024bba6

Browse files
Bump the all group across 1 directory with 9 updates
Bumps the all group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bootstrap](https://github.com/twbs/bootstrap) | `5.3.3` | `5.3.6` | | [bootstrap-icons](https://github.com/twbs/icons) | `1.11.3` | `1.13.1` | | [browser-sync](https://github.com/BrowserSync/browser-sync) | `3.0.3` | `3.0.4` | | [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.4` | | [sass](https://github.com/sass/dart-sass) | `1.86.1` | `1.89.1` | | [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.2` | | [shelljs](https://github.com/shelljs/shelljs) | `0.9.2` | `0.10.0` | | [webpack](https://github.com/webpack/webpack) | `5.98.0` | `5.99.9` | | [yaml](https://github.com/eemeli/yaml) | `2.7.1` | `2.8.0` | Updates `bootstrap` from 5.3.3 to 5.3.6 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v5.3.3...v5.3.6) Updates `bootstrap-icons` from 1.11.3 to 1.13.1 - [Release notes](https://github.com/twbs/icons/releases) - [Commits](twbs/icons@v1.11.3...v1.13.1) Updates `browser-sync` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js) - [Commits](BrowserSync/browser-sync@v3.0.3...v3.0.4) Updates `postcss` from 8.5.3 to 8.5.4 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.4) Updates `sass` from 1.86.1 to 1.89.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.86.1...1.89.1) Updates `sharp` from 0.33.5 to 0.34.2 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.33.5...v0.34.2) Updates `shelljs` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/main/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.9.2...v0.10.0) Updates `webpack` from 5.98.0 to 5.99.9 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.98.0...v5.99.9) Updates `yaml` from 2.7.1 to 2.8.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bootstrap-icons dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: browser-sync dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss dependency-version: 8.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: sass dependency-version: 1.89.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: sharp dependency-version: 0.34.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: shelljs dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: webpack dependency-version: 5.99.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: yaml dependency-version: 2.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e181920 commit 024bba6

File tree

2 files changed

+1570
-2967
lines changed

2 files changed

+1570
-2967
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"author": "Liam Keegan",
1919
"dependencies": {
2020
"@popperjs/core": "2.11.8",
21-
"bootstrap": "5.3.3",
22-
"bootstrap-icons": "1.11.3"
21+
"bootstrap": "5.3.6",
22+
"bootstrap-icons": "1.13.1"
2323
},
2424
"devDependencies": {
2525
"autoprefixer": "10.4.21",
26-
"browser-sync": "3.0.3",
26+
"browser-sync": "3.0.4",
2727
"chokidar": "4.0.3",
2828
"concurrently": "9.1.2",
2929
"css-loader": "7.1.2",
3030
"css-minimizer-webpack-plugin": "7.0.2",
3131
"html-minifier": "4.0.0",
3232
"mini-css-extract-plugin": "2.9.2",
33-
"postcss": "8.5.3",
33+
"postcss": "8.5.4",
3434
"postcss-loader": "8.1.1",
3535
"pug": "3.0.3",
36-
"sass": "1.86.1",
36+
"sass": "1.89.1",
3737
"sass-loader": "16.0.5",
38-
"sharp": "0.33.5",
39-
"shelljs": "0.9.2",
38+
"sharp": "0.34.2",
39+
"shelljs": "0.10.0",
4040
"style-loader": "4.0.0",
4141
"uglify-js": "3.19.3",
4242
"upath": "2.0.1",
43-
"webpack": "5.98.0",
44-
"yaml": "2.7.1"
43+
"webpack": "5.99.9",
44+
"yaml": "2.8.0"
4545
}
4646
}

0 commit comments

Comments
 (0)