From f7b2d30dac1c3e048a174af4eefd6699b0b312c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:55:27 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directories with 8 updates Bumps the npm_and_yarn group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [angular](https://github.com/angular/angular.js) | `1.3.9` | `1.8.3` | | [bcrypt](https://github.com/kelektiv/node.bcrypt.js) | `3.0.8` | `5.1.1` | | [bootstrap](https://github.com/twbs/bootstrap) | `4.0.0` | `4.3.1` | | [express-fileupload](https://github.com/richardgirges/express-fileupload) | `1.1.7-alpha.4` | `1.4.0` | | [jquery](https://github.com/jquery/jquery) | `1.11.1` | `3.5.0` | | [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `8.5.1` | `9.0.2` | | [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | `0.4.23` | `0.6.2` | | [xmldom](https://github.com/xmldom/xmldom) | `0.4.0` | `0.6.0` | Updates `angular` from 1.3.9 to 1.8.3 - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.3.9...v1.8.3) Updates `bcrypt` from 3.0.8 to 5.1.1 - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.8...v5.1.1) Updates `bootstrap` from 4.0.0 to 4.3.1 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.0.0...v4.3.1) Updates `express-fileupload` from 1.1.7-alpha.4 to 1.4.0 - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/1.1.7-alpha.4...v1.4.0) Updates `jquery` from 1.11.1 to 3.5.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.1...3.5.0) Updates `jsonwebtoken` from 8.5.1 to 9.0.2 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.2) Updates `xml2js` from 0.4.23 to 0.6.2 - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2) Updates `xmldom` from 0.4.0 to 0.6.0 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.4.0...0.6.0) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: bcrypt dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: bootstrap dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: express-fileupload dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: jquery dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: jsonwebtoken dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: xml2js dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: xmldom dependency-type: direct:production dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index db2d837..478c7da 100644 --- a/package.json +++ b/package.json @@ -20,24 +20,24 @@ "homepage": "https://github.com/snoopysecurity/dvws-node#readme", "dependencies": { "@graphql-tools/schema": "^8.3.1", - "angular": "1.3.9", + "angular": "1.8.3", "apollo-server": "^3.5.0", - "bcrypt": "^3.0.1", + "bcrypt": "^5.1.1", "bindings": "^1.5.0", "body-parser": "^1.18.3", - "bootstrap": "4.0.0", + "bootstrap": "4.3.1", "cors": "^2.8.5", "dotenv": "^6.0.0", "express": "^4.16.3", - "express-fileupload": "1.1.7-alpha.4", + "express-fileupload": "1.4.0", "express-jwt": "^5.3.1", "express-jwt-permissions": "^1.3.3", "graphql": "^16.1.0", "graphql-tools": "^8.2.0", "http-proxy-middleware": "^1.0.3", "install": "^0.13.0", - "jquery": "1.11.1", - "jsonwebtoken": "^8.3.0", + "jquery": "3.5.0", + "jsonwebtoken": "^9.0.2", "libxmljs": "^0.19.7", "mocha": "^10.0.0", "mongoose": "^5.10.15", @@ -50,8 +50,8 @@ "sequelize": "^6.31.1", "superagent-proxy": "^3.0.0", "swagger-ui-express": "^4.1.4", - "xml2js": "^0.4.23", - "xmldom": "^0.4.0", + "xml2js": "^0.6.2", + "xmldom": "^0.6.0", "xmlrpc": "^1.3.2", "xpath": "0.0.32" },