From f500fcbdb696d07d1a1a695d7c00e83453592551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:22:32 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [jsdom](https://github.com/jsdom/jsdom), [node-sass](https://github.com/sass/node-sass) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `jsdom` from 9.12.0 to 24.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/9.12.0...24.0.0) Updates `node-sass` from 3.13.1 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.13.1...v9.0.0) Updates `webpack-dev-server` from 1.16.5 to 5.0.3 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v1.16.5...v5.0.3) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: node-sass dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: webpack-dev-server dependency-type: direct:development dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 495f0fa..639849e 100644 --- a/package.json +++ b/package.json @@ -61,12 +61,12 @@ "enzyme-adapter-react-16": "^1.1.1", "eslint-plugin-react": "^7.5.1", "extract-text-webpack-plugin": "^1.0.1", - "jsdom": "^9.9.1", + "jsdom": "^24.0.0", "jsdom-global": "2.1.1", "json-loader": "^0.5.4", "mocha": "^3.3.0", "mocha-lcov-reporter": "^1.2.0", - "node-sass": "^3.11.3", + "node-sass": "^9.0.0", "nyc": "^10.0.0", "postcss-loader": "^1.1.1", "react-addons-test-utils": "^15.5.1", @@ -77,7 +77,7 @@ "sinon": "^1.17.7", "style-loader": "^0.13.1", "webpack": "^1.13.3", - "webpack-dev-server": "^1.16.2" + "webpack-dev-server": "^5.0.3" }, "peerDependencies": { "react": "^15.5.4 || ^16.2.0",