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:
@ -49,10 +49,10 @@ Static assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] b
|
||||
## Versions
|
||||
|
||||
| Dependency | Version |
|
||||
| :------------------------------------------------------- | -------: |
|
||||
| [Bootstrap][bootstrap] | `5.3.1` |
|
||||
| :------------------------------------------------------- | --------: |
|
||||
| [Bootstrap][bootstrap] | `5.3.2` |
|
||||
| [Clipboard][clipboard] | `2.0.11` |
|
||||
| [Day.js][dayjs] | `1.11.9` |
|
||||
| [Day.js][dayjs] | `1.11.10` |
|
||||
| [Font Awesome Free][fontawesome] | `6.4.2` |
|
||||
| [jQuery][jquery] | `3.7.1` |
|
||||
| [Loading-attribute-polyfill][loading-attribute-polyfill] | `2.1.1` |
|
||||
|
4
bootstrap/bootstrap.bundle.min.js
vendored
4
bootstrap/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
bootstrap/bootstrap.min.css
vendored
4
bootstrap/bootstrap.min.css
vendored
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
2
dayjs/dayjs.min.js
vendored
File diff suppressed because one or more lines are too long
2
dayjs/locale/en.min.js
vendored
2
dayjs/locale/en.min.js
vendored
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
2
dayjs/plugin/localizedFormat.min.js
vendored
2
dayjs/plugin/localizedFormat.min.js
vendored
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
2
dayjs/plugin/relativeTime.min.js
vendored
2
dayjs/plugin/relativeTime.min.js
vendored
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.4.2",
|
||||
"bootstrap": "^5.3.1",
|
||||
"bootstrap": "^5.3.2",
|
||||
"clipboard": "^2.0.11",
|
||||
"dayjs": "^1.11.9",
|
||||
"dayjs": "^1.11.10",
|
||||
"jquery": "^3.7.1",
|
||||
"lazysizes": "^5.3.2",
|
||||
"magnific-popup": "^1.1.0",
|
||||
|
Reference in New Issue
Block a user