Skip to content

Commit f086c2c

Browse files
Bump vite from 2.9.15 to 2.9.16
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c72de8 commit f086c2c

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

samples/generated/react-embedded-auth-with-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@vitejs/plugin-react": "^1.0.7",
23-
"vite": "^2.9.2",
23+
"vite": "^2.9.16",
2424
"rollup-plugin-visualizer": "~5.5.4",
2525
"eslint": "^8.10.0",
2626
"eslint-plugin-react": "^7.29.3",

test/apps/react-mfa-v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-react": "^1.0.7",
20-
"vite": "^2.8.0",
20+
"vite": "^2.9.16",
2121
"rollup-plugin-visualizer": "~5.5.4"
2222
},
2323
"browserslist": {

test/apps/verify-entries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"typescript": "^4.7.3",
21-
"vite": "^2.9.2",
21+
"vite": "^2.9.16",
2222
"rollup-plugin-visualizer": "~5.5.4",
2323
"@okta/env": "*"
2424
}

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7074,7 +7074,7 @@ html-escaper@^2.0.0:
70747074
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
70757075
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
70767076

7077-
[email protected], http-cache-semantics@^4, http-cache-semantics@^4.0.0:
7077+
[email protected], http-cache-semantics@^4.0.0:
70787078
version "4.1.1"
70797079
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
70807080
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
@@ -10400,13 +10400,20 @@ [email protected]:
1040010400
resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e"
1040110401
integrity sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==
1040210402

10403-
[email protected], qs@^6.10.5:
10403+
1040410404
version "6.11.0"
1040510405
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
1040610406
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
1040710407
dependencies:
1040810408
side-channel "^1.0.4"
1040910409

10410+
qs@^6.10.5:
10411+
version "6.11.2"
10412+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
10413+
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
10414+
dependencies:
10415+
side-channel "^1.0.4"
10416+
1041010417
query-selector-shadow-dom@^1.0.0:
1041110418
version "1.0.0"
1041210419
resolved "https://registry.yarnpkg.com/query-selector-shadow-dom/-/query-selector-shadow-dom-1.0.0.tgz#8fa7459a4620f094457640e74e953a9dbe61a38e"
@@ -12823,10 +12830,10 @@ vinyl@^2.0.0, vinyl@^2.1.0:
1282312830
remove-trailing-separator "^1.0.1"
1282412831
replace-ext "^1.0.0"
1282512832

12826-
vite@^2.8.0, vite@^2.9.2:
12827-
version "2.9.15"
12828-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.15.tgz#2858dd5b2be26aa394a283e62324281892546f0b"
12829-
integrity sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==
12833+
vite@^2.9.16:
12834+
version "2.9.16"
12835+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9"
12836+
integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==
1283012837
dependencies:
1283112838
esbuild "^0.14.27"
1283212839
postcss "^8.4.13"

0 commit comments

Comments
 (0)