Skip to content

Commit cdbf2de

Browse files
committed
chore(deps): update dependency vite to v4.5.1 [security]
1 parent 89b9334 commit cdbf2de

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.0"
28+
"vite": "4.5.1"
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.0"
12+
"vite": "4.5.1"
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.0"
181-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
182-
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
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==
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.0"
12+
"vite": "4.5.1"
1313
},
1414
"dependencies": {
1515
"@solana/web3.js": "1.87.2",

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

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

659-
660-
version "4.5.0"
661-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
662-
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
659+
660+
version "4.5.1"
661+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
662+
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
663663
dependencies:
664664
esbuild "^0.18.10"
665665
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.0"
29+
"vite": "4.5.1"
3030
}
3131
}

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

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

1977-
1978-
version "4.5.0"
1979-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
1980-
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
1977+
1978+
version "4.5.1"
1979+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
1980+
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
19811981
dependencies:
19821982
esbuild "^0.18.10"
19831983
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.0"
26+
"vite": "4.5.1"
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.0"
1495-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
1496-
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
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==
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.0"
29+
"vite": "4.5.1"
3030
}
3131
}

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

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

1977-
1978-
version "4.5.0"
1979-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
1980-
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
1977+
1978+
version "4.5.1"
1979+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
1980+
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
19811981
dependencies:
19821982
esbuild "^0.18.10"
19831983
postcss "^8.4.27"

0 commit comments

Comments
 (0)