From 5ebf8000d319fd590d8d6d80184e8a6185cd955a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 04:12:11 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the /dashboard directory: [bootstrap-sass](https://github.com/twbs/bootstrap-sass), [moment](https://github.com/moment/moment), [node-sass](https://github.com/sass/node-sass) and [shelljs](https://github.com/shelljs/shelljs). Updates `bootstrap-sass` from 3.3.7 to 3.4.3 - [Release notes](https://github.com/twbs/bootstrap-sass/releases) - [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-sass/compare/v3.3.7...v3.4.3) Updates `moment` from 2.14.1 to 2.30.1 - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.14.1...2.30.1) Updates `node-sass` from 3.8.0 to 9.0.0 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v3.8.0...v9.0.0) Updates `shelljs` from 0.7.8 to 0.8.5 - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.7.8...v0.8.5) --- updated-dependencies: - dependency-name: bootstrap-sass dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: moment dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: node-sass dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: shelljs dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 4cde02717f..843ac95f78 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -21,12 +21,12 @@ ], "dependencies": { "babel-polyfill": "~6.16.0", - "bootstrap-sass": "~3.3.7", + "bootstrap-sass": "~3.4.3", "chain-sdk": "file:../sdk/node", "classnames": "~2.2.5", "fetch-ponyfill": "~3.0.2", "lodash": "~4.17.4", - "moment": "~2.14.1", + "moment": "~2.30.1", "moment-timezone": "~0.5.5", "pluralize": "~3.0.0", "prop-types": "^15.5.8", @@ -70,13 +70,13 @@ "json-loader": "~0.5.4", "mocha": "~2.2.0", "nock": "~4.0.0", - "node-sass": "~3.8.0", + "node-sass": "~9.0.0", "postcss-loader": "~1.1.0", "react-hot-loader": "~1.3.0", "resolve-url-loader": "~1.6.0", "sass-loader": "~4.0.0", "sass-resources-loader": "~1.1.0", - "shelljs": "~0.7.4", + "shelljs": "~0.8.5", "style-loader": "~0.13.1", "url-loader": "~0.5.7", "wdio-browserstack-service": "~0.1.4",