build(deps): bump the npm group with 2 updates (#10)

* build(deps): bump the npm group with 2 updates

Updates the requirements on [bootstrap](https://github.com/twbs/bootstrap) and [dayjs](https://github.com/iamkun/dayjs) to permit the latest version.

Updates `bootstrap` to 5.3.2
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.1...v5.3.2)

Updates `dayjs` to 1.11.10
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.11.9...v1.11.10)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  dependency-group: npm
- dependency-name: dayjs
  dependency-type: direct:production
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: amend update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-04 15:07:27 -05:00
committed by GitHub
parent 13e6909cc4
commit fe66cdda15
10 changed files with 24 additions and 24 deletions

View File

@ -48,18 +48,18 @@ Static assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] b
## Versions ## Versions
| Dependency | Version | | Dependency | Version |
| :------------------------------------------------------- | -------: | | :------------------------------------------------------- | --------: |
| [Bootstrap][bootstrap] | `5.3.1` | | [Bootstrap][bootstrap] | `5.3.2` |
| [Clipboard][clipboard] | `2.0.11` | | [Clipboard][clipboard] | `2.0.11` |
| [Day.js][dayjs] | `1.11.9` | | [Day.js][dayjs] | `1.11.10` |
| [Font Awesome Free][fontawesome] | `6.4.2` | | [Font Awesome Free][fontawesome] | `6.4.2` |
| [jQuery][jquery] | `3.7.1` | | [jQuery][jquery] | `3.7.1` |
| [Loading-attribute-polyfill][loading-attribute-polyfill] | `2.1.1` | | [Loading-attribute-polyfill][loading-attribute-polyfill] | `2.1.1` |
| [Magnific Popup][magnific-popup] | `1.1.0` | | [Magnific Popup][magnific-popup] | `1.1.0` |
| [Mermaid][mermaid] | `10.4.0` | | [Mermaid][mermaid] | `10.4.0` |
| [Simple-Jekyll-Search][simple-jekyll-search] | `1.10.0` | | [Simple-Jekyll-Search][simple-jekyll-search] | `1.10.0` |
| [Tocbot][tocbot] | `4.21.1` | | [Tocbot][tocbot] | `4.21.1` |
[assets]: https://github.com/cotes2020/chirpy-static-assets [assets]: https://github.com/cotes2020/chirpy-static-assets
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy [chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dayjs/dayjs.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/** /**
* Skipped minification because the original files appears to be already minified. * Skipped minification because the original files appears to be already minified.
* Original file: /npm/dayjs@1.11.9/locale/en.js * Original file: /npm/dayjs@1.11.10/locale/en.js
* *
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Skipped minification because the original files appears to be already minified. * Skipped minification because the original files appears to be already minified.
* Original file: /npm/dayjs@1.11.9/plugin/localizedFormat.js * Original file: /npm/dayjs@1.11.10/plugin/localizedFormat.js
* *
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Skipped minification because the original files appears to be already minified. * Skipped minification because the original files appears to be already minified.
* Original file: /npm/dayjs@1.11.9/plugin/relativeTime.js * Original file: /npm/dayjs@1.11.10/plugin/relativeTime.js
* *
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/ */

View File

@ -1,9 +1,9 @@
{ {
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2", "@fortawesome/fontawesome-free": "^6.4.2",
"bootstrap": "^5.3.1", "bootstrap": "^5.3.2",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"dayjs": "^1.11.9", "dayjs": "^1.11.10",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"lazysizes": "^5.3.2", "lazysizes": "^5.3.2",
"magnific-popup": "^1.1.0", "magnific-popup": "^1.1.0",