Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @typescript-eslint/parser from 6.2.0 to 6.2.1 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion yarn-pnp/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.3",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
Expand Down
135 changes: 90 additions & 45 deletions yarn-pnp/react-vite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4546,21 +4546,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.0.0":
version: 6.2.0
resolution: "@typescript-eslint/parser@npm:6.2.0"
dependencies:
"@typescript-eslint/scope-manager": 6.2.0
"@typescript-eslint/types": 6.2.0
"@typescript-eslint/typescript-estree": 6.2.0
"@typescript-eslint/visitor-keys": 6.2.0
"@typescript-eslint/parser@npm:^6.2.1":
version: 6.4.1
resolution: "@typescript-eslint/parser@npm:6.4.1"
dependencies:
"@typescript-eslint/scope-manager": 6.4.1
"@typescript-eslint/types": 6.4.1
"@typescript-eslint/typescript-estree": 6.4.1
"@typescript-eslint/visitor-keys": 6.4.1
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: ba79674f2d4599a24c7afa8f18ec28243b80df39f82a4a6b7a4ce7c584ec37d4ade40a3aa058d597a5cbf71647a40d0995866748d14cf4b52d8ad4420d10f669
checksum: cb61c757963f2a7964c2f846087eadda044720da769d96600f9f0069fe796d612caef5d9bb0c785aa4fa95028b2d231e7c83847ce44f02b1fa41f2102d6f444c
languageName: node
linkType: hard

Expand All @@ -4574,6 +4574,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.4.1":
version: 6.4.1
resolution: "@typescript-eslint/scope-manager@npm:6.4.1"
dependencies:
"@typescript-eslint/types": 6.4.1
"@typescript-eslint/visitor-keys": 6.4.1
checksum: 8f7f90aa378a19838301b31cfa58a4b0641d2b84891705c8c006c67aacb5c0d07112b714e1f0e7a159c5736779c934ec26dadef42a0711fccb635596aba391fc
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.2.0":
version: 6.2.0
resolution: "@typescript-eslint/type-utils@npm:6.2.0"
Expand All @@ -4598,6 +4608,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.4.1":
version: 6.4.1
resolution: "@typescript-eslint/types@npm:6.4.1"
checksum: 16ba46140dbe426407bbb940e87fb347e7eb53b64f74e8f6a819cd662aa25ccd0c25b1e588867ce3cd36a8b4eccea7bd81f4d429595e6e86d9a24c655b1c8617
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.2.0":
version: 6.2.0
resolution: "@typescript-eslint/typescript-estree@npm:6.2.0"
Expand All @@ -4616,6 +4633,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.4.1":
version: 6.4.1
resolution: "@typescript-eslint/typescript-estree@npm:6.4.1"
dependencies:
"@typescript-eslint/types": 6.4.1
"@typescript-eslint/visitor-keys": 6.4.1
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 34c289e50a6337321154efe6c20c762e94fea308f9032971e356a266f63e99b908b1a00dd8cf51eba50a6f69db01d665faf2cf13454b355767fd167eebe60f1c
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.2.0":
version: 6.2.0
resolution: "@typescript-eslint/utils@npm:6.2.0"
Expand Down Expand Up @@ -4643,6 +4678,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.4.1":
version: 6.4.1
resolution: "@typescript-eslint/visitor-keys@npm:6.4.1"
dependencies:
"@typescript-eslint/types": 6.4.1
eslint-visitor-keys: ^3.4.1
checksum: bd9cd56fc793e1d880c24193f939c4992b2653f330baece41cd461d1fb48edb2c53696987cba0e29074bbb452dd181fd009db92dd19060fdcc417ad76768f18a
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:^3.0.1":
version: 3.1.0
resolution: "@vitejs/plugin-react@npm:3.1.0"
Expand Down Expand Up @@ -5245,38 +5290,6 @@ __metadata:
languageName: node
linkType: hard

"before-storybook@workspace:.":
version: 0.0.0-use.local
resolution: "before-storybook@workspace:."
dependencies:
"@storybook/addon-essentials": ^7.2.0-alpha.0
"@storybook/addon-interactions": ^7.2.0-alpha.0
"@storybook/addon-links": ^7.2.0-alpha.0
"@storybook/addon-onboarding": ^1.0.8
"@storybook/blocks": ^7.2.0-alpha.0
"@storybook/react": ^7.2.0-alpha.0
"@storybook/react-vite": ^7.2.0-alpha.0
"@storybook/test-runner": ^0.11.0
"@storybook/testing-library": ^0.2.0
"@types/react": ^18.2.15
"@types/react-dom": ^18.2.7
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
"@vitejs/plugin-react": ^4.0.3
concurrently: ^8.2.0
eslint: ^8.45.0
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-refresh: ^0.4.3
react: ^18.2.0
react-dom: ^18.2.0
serve: ^14.2.0
storybook: ^7.2.0-alpha.0
typescript: ^5.0.2
vite: ^4.4.5
wait-on: ^7.0.1
languageName: unknown
linkType: soft

"better-opn@npm:^3.0.2":
version: 3.0.2
resolution: "better-opn@npm:3.0.2"
Expand Down Expand Up @@ -7388,7 +7401,7 @@ __metadata:

"fsevents@patch:fsevents@^2.3.2#~builtin<compat/fsevents>, fsevents@patch:fsevents@~2.3.2#~builtin<compat/fsevents>":
version: 2.3.2
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=df0bf1"
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"
dependencies:
node-gyp: latest
conditions: os=darwin
Expand Down Expand Up @@ -11189,7 +11202,7 @@ __metadata:

"resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.17.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.20.0#~builtin<compat/resolve>":
version: 1.22.3
resolution: "resolve@patch:resolve@npm%3A1.22.3#~builtin<compat/resolve>::version=1.22.3&hash=c3c19d"
resolution: "resolve@patch:resolve@npm%3A1.22.3#~builtin<compat/resolve>::version=1.22.3&hash=07638b"
dependencies:
is-core-module: ^2.12.0
path-parse: ^1.0.7
Expand Down Expand Up @@ -12232,11 +12245,11 @@ __metadata:

"typescript@patch:typescript@^5.0.2#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=5da071"
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f53bfe97f7c8b2b6d23cf572750d4e7d1e0c5fff1c36d859d0ec84556a827b8785077bc27676bf7e71fae538e517c3ecc0f37e7f593be913d884805d931bc8be
checksum: 21e88b0a0c0226f9cb9fd25b9626fb05b4c0f3fddac521844a13e1f30beb8f14e90bd409a9ac43c812c5946d714d6e0dee12d5d02dfc1c562c5aacfa1f49b606
languageName: node
linkType: hard

Expand Down Expand Up @@ -12963,6 +12976,38 @@ __metadata:
languageName: node
linkType: hard

"yarn-pnp-react-vite@workspace:.":
version: 0.0.0-use.local
resolution: "yarn-pnp-react-vite@workspace:."
dependencies:
"@storybook/addon-essentials": ^7.2.0-alpha.0
"@storybook/addon-interactions": ^7.2.0-alpha.0
"@storybook/addon-links": ^7.2.0-alpha.0
"@storybook/addon-onboarding": ^1.0.8
"@storybook/blocks": ^7.2.0-alpha.0
"@storybook/react": ^7.2.0-alpha.0
"@storybook/react-vite": ^7.2.0-alpha.0
"@storybook/test-runner": ^0.11.0
"@storybook/testing-library": ^0.2.0
"@types/react": ^18.2.15
"@types/react-dom": ^18.2.7
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.2.1
"@vitejs/plugin-react": ^4.0.3
concurrently: ^8.2.0
eslint: ^8.45.0
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-refresh: ^0.4.3
react: ^18.2.0
react-dom: ^18.2.0
serve: ^14.2.0
storybook: ^7.2.0-alpha.0
typescript: ^5.0.2
vite: ^4.4.5
wait-on: ^7.0.1
languageName: unknown
linkType: soft

"yauzl@npm:^2.10.0":
version: 2.10.0
resolution: "yauzl@npm:2.10.0"
Expand Down