Skip to content

Commit

Permalink
Merge pull request #292 from merative/feature/fix-express
Browse files Browse the repository at this point in the history
Fix express on windows
  • Loading branch information
bdjos1 authored Jun 28, 2023
2 parents 4cd3897 + 0b8beb5 commit 5ae2c8b
Show file tree
Hide file tree
Showing 11 changed files with 1,000 additions and 544 deletions.
2 changes: 1 addition & 1 deletion .docker-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ imageName: spm-ui-upgrade-helper
parserImageName: spm-ui-upgrade-helper_beanparser
nodeImageName: spm-ui-upgrade-helper_nodefront
runArgs: -p 3000:3000 -p 4000-4004:4000-4004
username: whgovspm
username: luiza1990
4 changes: 2 additions & 2 deletions packages/css-rules-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"css": "^3.0.0",
"date-format": "^3.0.0",
"express": "^4.10.0",
"express": "^4.17.1",
"mdast-util-from-markdown": "^0.8.5",
"nodemon": "^2.0.8"
"nodemon": "^2.0.7"
},
"devDependencies": {
"jest": "^26.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/css-rules-tool/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ expect@^26.6.2:
jest-message-util "^26.6.2"
jest-regex-util "^26.0.0"

express@^4.10.0:
express@^4.17.1:
version "4.18.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
Expand Down Expand Up @@ -2940,7 +2940,7 @@ node-releases@^2.0.12:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==

nodemon@^2.0.8:
nodemon@^2.0.7:
version "2.0.22"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-replacer-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"chalk": "^4.1.1",
"express": "^4.18.0",
"express": "^4.17.1",
"fast-glob": "^3.2.6",
"nodemon": "^2.0.8",
"nodemon": "^2.0.7",
"shelljs": "^0.8.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-replacer-tool/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ expect@^27.5.1:
jest-matcher-utils "^27.5.1"
jest-message-util "^27.5.1"

express@^4.18.0:
express@^4.17.1:
version "4.18.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
Expand Down Expand Up @@ -2464,7 +2464,7 @@ node-releases@^2.0.12:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==

nodemon@^2.0.8:
nodemon@^2.0.7:
version "2.0.22"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
Expand Down
4 changes: 2 additions & 2 deletions packages/js-rules-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"date-format": "^3.0.0",
"esprima": "^4.0.1",
"express": "^4.18.0",
"nodemon": "^2.0.8"
"express": "^4.17.1",
"nodemon": "^2.0.7"
},
"devDependencies": {
"jest": "^26.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/js-rules-tool/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ expect@^26.6.2:
jest-message-util "^26.6.2"
jest-regex-util "^26.0.0"

express@^4.18.0:
express@^4.17.1:
version "4.18.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
Expand Down Expand Up @@ -2862,7 +2862,7 @@ node-releases@^2.0.12:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==

nodemon@^2.0.8:
nodemon@^2.0.7:
version "2.0.22"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
Expand Down
4 changes: 2 additions & 2 deletions packages/main-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "jest"
},
"dependencies": {
"express": "^4.18.0",
"nodemon": "^2.0.8"
"express": "^4.17.1",
"nodemon": "^2.0.7"
},
"devDependencies": {
"fs-extra": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/main-tool/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ expect@^27.5.1:
jest-matcher-utils "^27.5.1"
jest-message-util "^27.5.1"

express@^4.18.0:
express@^4.17.1:
version "4.18.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
Expand Down Expand Up @@ -2438,7 +2438,7 @@ node-releases@^2.0.12:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==

nodemon@^2.0.8:
nodemon@^2.0.7:
version "2.0.22"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"commander": "^8.0.0",
"jest": "^29.5.0",
"jest": "^27.0.6",
"shelljs": "^0.8.5"
},
"resolutions":{
Expand Down
Loading

0 comments on commit 5ae2c8b

Please sign in to comment.