Skip to content

Commit 266d2b2

Browse files
Bump the npm_and_yarn group across 2 directories with 8 updates
Bumps the npm_and_yarn group with 1 update in the /backend/w3bstreaming directory: [express](https://github.com/expressjs/express). Bumps the npm_and_yarn group with 8 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.21` | `8.4.31` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.3.9` | `4.5.2` | | [axios](https://github.com/axios/axios) | `1.4.0` | `1.6.0` | | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.5` | `1.15.6` | | [ip](https://github.com/indutny/node-ip) | `2.0.0` | `2.0.1` | | [undici](https://github.com/nodejs/undici) | `5.28.2` | `5.28.3` | | [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `5.3.3` | `5.3.4` | Updates `express` from 4.18.2 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) Updates `express` from 4.18.2 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) Updates `postcss` from 8.4.21 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.31) Updates `vite` from 4.3.9 to 4.5.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) Updates `axios` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.4.0...v1.6.0) Updates `follow-redirects` from 1.15.5 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) Updates `ip` from 2.0.0 to 2.0.1 - [Commits](indutny/node-ip@v2.0.0...v2.0.1) Updates `undici` from 5.28.2 to 5.28.3 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.2...v5.28.3) Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: postcss dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: undici dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: webpack-dev-middleware dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c23dce commit 266d2b2

File tree

14 files changed

+95
-498
lines changed

14 files changed

+95
-498
lines changed

backend/w3bstreaming/yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -586,21 +586,21 @@ bn.js@^5.2.1:
586586
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
587587
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
588588

589-
590-
version "1.20.1"
591-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
592-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
589+
590+
version "1.20.2"
591+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
592+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
593593
dependencies:
594594
bytes "3.1.2"
595-
content-type "~1.0.4"
595+
content-type "~1.0.5"
596596
debug "2.6.9"
597597
depd "2.0.0"
598598
destroy "1.2.0"
599599
http-errors "2.0.0"
600600
iconv-lite "0.4.24"
601601
on-finished "2.4.1"
602602
qs "6.11.0"
603-
raw-body "2.5.1"
603+
raw-body "2.5.2"
604604
type-is "~1.6.18"
605605
unpipe "1.0.0"
606606

@@ -665,7 +665,7 @@ [email protected]:
665665
dependencies:
666666
safe-buffer "5.2.1"
667667

668-
content-type@~1.0.4:
668+
content-type@~1.0.4, content-type@~1.0.5:
669669
version "1.0.5"
670670
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
671671
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -675,10 +675,10 @@ [email protected]:
675675
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
676676
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
677677

678-
cookie@0.5.0:
679-
version "0.5.0"
680-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
681-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
678+
cookie@0.6.0:
679+
version "0.6.0"
680+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
681+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
682682

683683
cookie@~0.4.1:
684684
version "0.4.2"
@@ -800,16 +800,16 @@ eventemitter3@^5.0.1:
800800
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
801801

802802
express@^4.18.2:
803-
version "4.18.2"
804-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
805-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
803+
version "4.19.2"
804+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
805+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
806806
dependencies:
807807
accepts "~1.3.8"
808808
array-flatten "1.1.1"
809-
body-parser "1.20.1"
809+
body-parser "1.20.2"
810810
content-disposition "0.5.4"
811811
content-type "~1.0.4"
812-
cookie "0.5.0"
812+
cookie "0.6.0"
813813
cookie-signature "1.0.6"
814814
debug "2.6.9"
815815
depd "2.0.0"
@@ -1209,10 +1209,10 @@ range-parser@~1.2.1:
12091209
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
12101210
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
12111211

1212-
1213-
version "2.5.1"
1214-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
1215-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
1212+
1213+
version "2.5.2"
1214+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
1215+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
12161216
dependencies:
12171217
bytes "3.1.2"
12181218
http-errors "2.0.0"

frontend/apps/battleship/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"eslint": "8.43.0",
5252
"eslint-config-react-app": "7.0.1",
5353
"node-stdlib-browser": "1.2.0",
54-
"postcss": "8.4.24",
54+
"postcss": "8.4.31",
5555
"prettier": "2.8.8",
5656
"tailwindcss": "3.3.2",
5757
"typescript": "4.9.5",
58-
"vite": "4.3.9",
58+
"vite": "4.5.2",
5959
"vite-plugin-eslint": "1.8.1",
6060
"vite-plugin-node-stdlib-browser": "0.2.1",
6161
"vite-plugin-svgr": "3.2.0",

frontend/apps/racing-car-game/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@polkadot/util": "12.3.2",
2222
"@radix-ui/react-scroll-area": "1.0.4",
2323
"assert": "2.1.0",
24-
"axios": "1.4.0",
24+
"axios": "1.6.0",
2525
"babel-polyfill": "6.26.0",
2626
"buffer": "6.0.3",
2727
"clsx": "1.2.1",

frontend/apps/tamagotchi-battle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-jsx-a11y": "6.7.1",
5757
"eslint-plugin-react": "7.32.2",
5858
"eslint-plugin-react-hooks": "4.6.0",
59-
"postcss": "8.4.25",
59+
"postcss": "8.4.31",
6060
"prettier": "3.0.0",
6161
"react-app-rewired": "2.2.1",
6262
"react-transition-group": "4.4.5",

frontend/apps/tamagotchi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"eslint": "8.44.0",
4040
"eslint-config-react-app": "7.0.1",
4141
"node-stdlib-browser": "1.2.0",
42-
"postcss": "8.4.24",
42+
"postcss": "8.4.31",
4343
"prettier": "2.8.8",
4444
"sass": "1.62.0",
4545
"tailwind-merge": "1.13.2",
4646
"tailwindcss": "3.3.2",
4747
"typescript": "4.9.5",
48-
"vite": "4.4.8",
48+
"vite": "4.5.2",
4949
"vite-plugin-checker": "^0.6.2",
5050
"vite-plugin-eslint": "1.8.1",
5151
"vite-plugin-node-stdlib-browser": "0.2.1",

frontend/apps/tequila-train/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-jsx-a11y": "6.7.1",
5959
"eslint-plugin-react": "7.32.2",
6060
"eslint-plugin-react-hooks": "4.6.0",
61-
"postcss": "8.4.23",
61+
"postcss": "8.4.31",
6262
"prettier": "2.8.8",
6363
"react-app-rewired": "2.2.1",
6464
"tailwind-merge": "1.12.0",

frontend/apps/tic-tac-toe/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"eslint": "8.48.0",
4646
"eslint-config-react-app": "7.0.1",
4747
"node-stdlib-browser": "1.2.0",
48-
"postcss": "8.4.29",
48+
"postcss": "8.4.31",
4949
"prettier": "3.0.3",
5050
"rollup-plugin-visualizer": "5.9.2",
5151
"tailwindcss": "3.3.3",
5252
"typescript": "4.9.5",
53-
"vite": "4.4.9",
53+
"vite": "4.5.2",
5454
"vite-plugin-eslint": "1.8.1",
5555
"vite-plugin-node-stdlib-browser": "0.2.1",
5656
"vite-plugin-svgr": "3.2.0"

frontend/apps/vara-man/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"eslint": "8.46.0",
4242
"eslint-config-react-app": "7.0.1",
4343
"node-stdlib-browser": "1.2.0",
44-
"postcss": "8.4.21",
44+
"postcss": "8.4.31",
4545
"prettier": "2.8.8",
4646
"sass": "1.62.0",
4747
"tailwind-merge": "1.12.0",
4848
"tailwindcss": "3.3.1",
4949
"tailwindcss-radix": "2.8.0",
5050
"typescript": "4.9.5",
51-
"vite": "4.4.8",
51+
"vite": "4.5.2",
5252
"vite-plugin-eslint": "1.8.1",
5353
"vite-plugin-node-stdlib-browser": "0.2.1",
5454
"vite-plugin-top-level-await": "1.3.1",

frontend/apps/w3bstreaming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/react-datepicker": "4.11.2",
4242
"@types/react-dom": "18.2.14",
4343
"assert": "2.0.0",
44-
"axios": "1.4.0",
44+
"axios": "1.6.0",
4545
"babel-polyfill": "6.26.0",
4646
"buffer": "6.0.3",
4747
"clsx": "1.2.1",

frontend/packages/gasless-transactions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-hooks": "4.6.0",
2727
"eslint-plugin-react-refresh": "0.4.3",
2828
"typescript": "5.0.2",
29-
"vite": "4.4.5",
29+
"vite": "4.5.2",
3030
"vite-plugin-dts": "3.5.1",
3131
"vite-plugin-svgr": "3.2.0"
3232
},

frontend/packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-hooks": "4.6.0",
2828
"eslint-plugin-react-refresh": "0.4.3",
2929
"typescript": "5.0.2",
30-
"vite": "4.4.5",
30+
"vite": "4.5.2",
3131
"vite-plugin-dts": "3.5.1"
3232
},
3333
"files": [

frontend/packages/signless-transactions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "4.6.0",
3535
"eslint-plugin-react-refresh": "0.4.3",
3636
"typescript": "5.0.2",
37-
"vite": "4.4.5",
37+
"vite": "4.5.2",
3838
"vite-plugin-dts": "3.5.1",
3939
"vite-plugin-svgr": "3.2.0"
4040
},

frontend/packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "4.6.0",
3535
"eslint-plugin-react-refresh": "0.4.3",
3636
"typescript": "5.0.2",
37-
"vite": "4.4.5",
37+
"vite": "4.5.2",
3838
"vite-plugin-dts": "3.5.1",
3939
"vite-plugin-svgr": "3.2.0"
4040
},

0 commit comments

Comments
 (0)