diff --git a/.jekyll-metadata b/.jekyll-metadata index d35d8cf..cc9999c 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/Gemfile b/Gemfile index 6724511..274a05d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,3 +11,6 @@ gem "faraday-retry" gem "kramdown-parser-gfm", "~> 1.1.0" gem "kramdown-syntax-coderay" gem "jekyll-debug" +gem "base64" +gem "bigdecimal" +gem "csv" diff --git a/_config.yml b/_config.yml index fb99d29..c08c16a 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ categories : "bootstrap-theme, nocc, npm, jekyll" critical_css : false # Theme Notice (please don't remove it ;)) -theme_version : v1.3.8 +theme_version : v1.3.9 theme_name : NOCC Bootstrap Theme theme_bundle_repo : https://github.com/carlesloriente/bootstrap-theme-jekyll/ theme_repo : https://github.com/carlesloriente/nocc-bootstrap-theme/ diff --git a/_posts/2024-12-25-nocc-bootstrap-theme-v1.3.9.markdown b/_posts/2024-12-25-nocc-bootstrap-theme-v1.3.9.markdown new file mode 100644 index 0000000..2a976cf --- /dev/null +++ b/_posts/2024-12-25-nocc-bootstrap-theme-v1.3.9.markdown @@ -0,0 +1,32 @@ +--- +title: "NOCC Bootstrap Theme v1.3.9 released" +layout: post +comments: false +date: 2024-12-25 01:10:45 +0200 +categories: nocc npm +tags: +- nocc +- npm +- changelog +background: '/assets/images/bg-index-3.webp' +--- + +Say hello to NOCC v1.3.9 🎉: A Modern Bootstrap 5 Theme! + +An NPM Package that brings the power of NOCC directly to your NodeJS project. [Get it now!](https://www.npmjs.com/package/nocc-bootstrap-theme). + +{:.text-center} +![NOCC Thene](/assets/images/nocc-theme-showroom.png){:.img-fluid} + +{:.text-center} +**A Responsive Bootstrap 5 dual Theme** + +## What's Changed in version 1.3.9 + +A few security warnings fixed. + +### Security + +- Updated to last version third-party npm packages + +[Full Changelog](https://github.com/carlesloriente/nocc-bootstrap-theme/compare/v1.3.8...v1.3.9) diff --git a/package-lock.json b/package-lock.json index 136ee88..79550fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,14 @@ "packages": { "": { "dependencies": { - "nocc-bootstrap-theme": "^1.2.0" + "nocc-bootstrap-theme": "^1.3.9" } }, "node_modules/@popperjs/core": { "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -32,14 +33,15 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "@popperjs/core": "^2.11.8" } }, "node_modules/nocc-bootstrap-theme": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/nocc-bootstrap-theme/-/nocc-bootstrap-theme-1.2.2.tgz", - "integrity": "sha512-w4zupEvqUUG3lRD74v6tvov/n3BWMLFrMSR6pJUaLjthhHfTyOg8vJf30bjzJMhw/F8PinMT4XoxtiySF3KKsw==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/nocc-bootstrap-theme/-/nocc-bootstrap-theme-1.3.9.tgz", + "integrity": "sha512-YM5ncjSajjfqd4qIR6UWVo19IfoLGpegNduBupfu/eOfKpYg2O+oWGXrIlqCiIh8gVTiEY1BwGjnNrVmO8INUw==", "funding": [ { "type": "GitHub", @@ -50,6 +52,7 @@ "url": "https://ko-fi.com/carlesloriente" } ], + "license": "MIT", "dependencies": { "bootstrap": "^5.3.3" }, diff --git a/package.json b/package.json index 9f5f1bd..8bdf47b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "nocc-bootstrap-theme": "^1.2.0" + "nocc-bootstrap-theme": "^1.3.9" } }