From 87279043ca660ee9f292126d448a989a0de4f08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:50:58 +0000 Subject: [PATCH] Bump the npm_and_yarn group with 10 updates Bumps the npm_and_yarn group with 10 updates: | Package | From | To | | --- | --- | --- | | [lodash](https://github.com/lodash/lodash) | `3.10.1` | `4.17.21` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.13.3` | `18.3.1` | | [superagent](https://github.com/ladjs/superagent) | `1.8.5` | `10.0.2` | | [validator](https://github.com/validatorjs/validator.js) | `4.9.0` | `13.12.0` | | [ecstatic](https://github.com/jfhbrook/node-ecstatic) | `1.4.1` | `4.1.4` | | [karma](https://github.com/karma-runner/karma) | `0.13.22` | `6.4.4` | | [node-sass](https://github.com/sass/node-sass) | `3.3.3` | `9.0.0` | | [npm](https://github.com/npm/cli) | `3.10.10` | `10.8.2` | | [phantomjs](https://github.com/Medium/phantomjs) | `1.9.20` | `2.1.7` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `1.16.5` | `5.0.4` | Updates `lodash` from 3.10.1 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.21) Updates `react` from 0.13.3 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `superagent` from 1.8.5 to 10.0.2 - [Release notes](https://github.com/ladjs/superagent/releases) - [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md) - [Commits](https://github.com/ladjs/superagent/commits/v10.0.2) Updates `validator` from 4.9.0 to 13.12.0 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/4.9.0...13.12.0) Updates `ecstatic` from 1.4.1 to 4.1.4 - [Release notes](https://github.com/jfhbrook/node-ecstatic/releases) - [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/master/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/node-ecstatic/compare/1.4.1...4.1.4) Updates `karma` from 0.13.22 to 6.4.4 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v0.13.22...v6.4.4) Updates `node-sass` from 3.3.3 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/3.3.3...v9.0.0) Updates `npm` from 3.10.10 to 10.8.2 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v3.10.10...v10.8.2) Updates `phantomjs` from 1.9.20 to 2.1.7 - [Release notes](https://github.com/Medium/phantomjs/releases) - [Commits](https://github.com/Medium/phantomjs/compare/v1.9.20...v2.1.7) Updates `webpack-dev-server` from 1.16.5 to 5.0.4 - [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.4) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: react dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: superagent dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: validator dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ecstatic dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: node-sass dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: npm dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: phantomjs dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c065bb2..eac3be1 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ "babel-runtime": "^5.8.24", "express": "^4.13.3", "flux": "^2.1.1", - "lodash": "^3.10.1", + "lodash": "^4.17.21", "material-ui": "^0.11.1", "null-loader": "^0.1.1", "object-assign": "^4.0.1", - "react": "^0.13.3", + "react": "^18.3.1", "react-proxy-loader": "^0.3.4", "react-router": "^1.0.0-rc1", - "superagent": "^1.4.0", + "superagent": "^10.0.2", "uuid": "^2.0.1", - "validator": "^4.0.6" + "validator": "^13.12.0" }, "devDependencies": { "async": "^1.4.2", @@ -38,7 +38,7 @@ "chunk-manifest-webpack-plugin": "0.0.1", "coveralls": "^2.11.4", "css-loader": "^0.18.0", - "ecstatic": "^1.0.0", + "ecstatic": "^4.1.4", "event-stream": "^3.3.1", "extend-shallow": "^2.0.1", "extract-text-webpack-plugin": "^0.8.2", @@ -58,7 +58,7 @@ "jshint": "^2.8.0", "jshint-loader": "^0.8.3", "jshint-stylish": "^2.0.1", - "karma": "^0.13.9", + "karma": "^6.4.4", "karma-chrome-launcher": "^0.2.0", "karma-cli": "0.1.0", "karma-coverage": "^0.5.2", @@ -71,11 +71,11 @@ "karma-webpack": "^1.7.0", "less-loader": "^2.2.1", "minimist": "^1.2.0", - "node-sass": "3.3.3", - "npm": "^3.3.3", + "node-sass": "9.0.0", + "npm": "^10.8.2", "npm-shrinkwrap": "^5.4.0", "path": "^0.12.7", - "phantomjs": "^1.9.18", + "phantomjs": "^2.1.7", "protractor": "^2.2.0", "psi": "^1.0.6", "react-hot-loader": "^1.3.0", @@ -87,6 +87,6 @@ "url-loader": "^0.5.6", "webpack": "^1.12.2", "webpack-compile-templates": "^0.1.4", - "webpack-dev-server": "^1.11.0" + "webpack-dev-server": "^5.0.4" } }