Skip to content

Commit c3379a1

Browse files
committed
fix: lock file
1 parent d5a9880 commit c3379a1

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@inquirer/prompts": "^5.3.8",
99
"@inquirer/select": "^2.4.7",
1010
"@lwc/lwc-dev-server": "~13.3.0",
11-
"@lwc/sfdc-lwc-compiler": "~13.2.19",
11+
"@lwc/sfdc-lwc-compiler": "~13.3.0",
1212
"@lwrjs/api": "0.18.3",
1313
"@oclif/core": "^4.5.6",
1414
"@salesforce/core": "^8.23.3",
@@ -237,7 +237,7 @@
237237
],
238238
"target": {
239239
"versionNumber": "66.0",
240-
"matchingDevServerVersion": "~13.2.2"
240+
"matchingDevServerVersion": "~13.3.0"
241241
},
242242
"versionToTagMappings": [
243243
{

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -659,14 +659,14 @@
659659
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
660660
dependencies:
661661
"@babel/code-frame" "^7.27.1"
662-
"@babel/generator" "^7.28.3"
662+
"@babel/generator" "^7.28.5"
663663
"@babel/helper-compilation-targets" "^7.27.2"
664664
"@babel/helper-module-transforms" "^7.28.3"
665665
"@babel/helpers" "^7.28.4"
666-
"@babel/parser" "^7.28.4"
666+
"@babel/parser" "^7.28.5"
667667
"@babel/template" "^7.27.2"
668-
"@babel/traverse" "^7.28.4"
669-
"@babel/types" "^7.28.4"
668+
"@babel/traverse" "^7.28.5"
669+
"@babel/types" "^7.28.5"
670670
"@jridgewell/remapping" "^2.3.5"
671671
convert-source-map "^2.0.0"
672672
debug "^4.1.0"
@@ -1041,14 +1041,6 @@
10411041
"@babel/helper-string-parser" "^7.27.1"
10421042
"@babel/helper-validator-identifier" "^7.28.5"
10431043

1044-
"@babel/types@^7.22.10", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.9.0":
1045-
version "7.28.4"
1046-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1047-
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1048-
dependencies:
1049-
"@babel/helper-string-parser" "^7.27.1"
1050-
"@babel/helper-validator-identifier" "^7.27.1"
1051-
10521044
"@commitlint/cli@^17.1.2":
10531045
version "17.8.1"
10541046
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
@@ -12357,4 +12349,4 @@ zod@^4.1.12:
1235712349
zwitch@^1.0.0:
1235812350
version "1.0.5"
1235912351
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
12360-
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
12352+
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==

0 commit comments

Comments
 (0)