Skip to content

Commit 7485d98

Browse files
chore(deps): update dependency vite to v4.5.3 [security] (#330)
2 parents 099e339 + acef221 commit 7485d98

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

build-a-university-certification-nft/client/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-a-university-certification-nft/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"rollup-plugin-node-polyfills": "0.2.1",
2626
"typescript": "4.9.3",
2727
"util": "0.12.5",
28-
"vite": "4.5.1"
28+
"vite": "4.5.3"
2929
}
3030
}

learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"vite": "4.5.1"
12+
"vite": "4.5.3"
1313
},
1414
"dependencies": {}
1515
}

learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ source-map-js@^1.0.2:
176176
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
177177
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
178178

179-
180-
version "4.5.1"
181-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
182-
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
179+
180+
version "4.5.3"
181+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
182+
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
183183
dependencies:
184184
esbuild "^0.18.10"
185185
postcss "^8.4.27"

learn-how-to-build-a-client-side-app-part-2/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"vite": "4.5.1"
12+
"vite": "4.5.3"
1313
},
1414
"dependencies": {
1515
"@solana/web3.js": "1.87.7",

learn-how-to-build-a-client-side-app-part-2/app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,10 @@ uuid@^8.3.2:
661661
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
662662
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
663663

664-
665-
version "4.5.1"
666-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
667-
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
664+
665+
version "4.5.3"
666+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
667+
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
668668
dependencies:
669669
esbuild "^0.18.10"
670670
postcss "^8.4.27"

learn-how-to-build-for-mainnet/_answer/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"eslint-plugin-react-hooks": "4.6.0",
2727
"eslint-plugin-react-refresh": "0.4.3",
2828
"typescript": "5.1.6",
29-
"vite": "4.5.1"
29+
"vite": "4.5.3"
3030
}
3131
}

learn-how-to-build-for-mainnet/_answer/app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1981,10 +1981,10 @@ uuid@^8.3.2:
19811981
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
19821982
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
19831983

1984-
1985-
version "4.5.1"
1986-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
1987-
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
1984+
1985+
version "4.5.3"
1986+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
1987+
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
19881988
dependencies:
19891989
esbuild "^0.18.10"
19901990
postcss "^8.4.27"

learn-how-to-build-for-mainnet/todo/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"eslint-plugin-react-hooks": "4.6.0",
2424
"eslint-plugin-react-refresh": "0.4.3",
2525
"typescript": "5.1.6",
26-
"vite": "4.5.1"
26+
"vite": "4.5.3"
2727
}
2828
}

learn-how-to-build-for-mainnet/todo/app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1490,10 +1490,10 @@ uri-js@^4.2.2:
14901490
dependencies:
14911491
punycode "^2.1.0"
14921492

1493-
1494-
version "4.5.1"
1495-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
1496-
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
1493+
1494+
version "4.5.3"
1495+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
1496+
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
14971497
dependencies:
14981498
esbuild "^0.18.10"
14991499
postcss "^8.4.27"

learn-how-to-deploy-to-devnet/todo/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"eslint-plugin-react-hooks": "4.6.0",
2727
"eslint-plugin-react-refresh": "0.4.3",
2828
"typescript": "5.1.6",
29-
"vite": "4.5.1"
29+
"vite": "4.5.3"
3030
}
3131
}

learn-how-to-deploy-to-devnet/todo/app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1981,10 +1981,10 @@ uuid@^8.3.2:
19811981
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
19821982
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
19831983

1984-
1985-
version "4.5.1"
1986-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
1987-
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
1984+
1985+
version "4.5.3"
1986+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
1987+
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
19881988
dependencies:
19891989
esbuild "^0.18.10"
19901990
postcss "^8.4.27"

0 commit comments

Comments
 (0)