File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 64
64
"chai-as-promised" : " ^7.1.1" ,
65
65
"concurrently" : " 7.0.0" ,
66
66
"cucumber" : " 6.0.7" ,
67
+ "decomment" : " 0.9.5" ,
67
68
"downlevel-dts" : " 0.10.1" ,
68
69
"eslint" : " 8.17.0" ,
69
70
"eslint-config-prettier" : " 8.5.0" ,
109
110
"verdaccio" : " 5.13.0" ,
110
111
"webpack" : " 5.73.0" ,
111
112
"webpack-cli" : " 4.10.0" ,
112
- "yarn " : " 1.22.10 " ,
113
- "yargs " : " 17.5.1 "
113
+ "yargs " : " 17.5.1 " ,
114
+ "yarn " : " 1.22.10 "
114
115
},
115
116
"workspaces" : {
116
117
"packages" : [
Original file line number Diff line number Diff line change @@ -4612,6 +4612,13 @@ decimal.js@^10.3.1:
4612
4612
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
4613
4613
integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
4614
4614
4615
+
4616
+ version "0.9.5"
4617
+ resolved "https://registry.yarnpkg.com/decomment/-/decomment-0.9.5.tgz#61753c80b8949620eb6bc3f8246cc0e2720ceac1"
4618
+ integrity sha512-h0TZ8t6Dp49duwyDHo3iw67mnh9/UpFiSSiOb5gDK1sqoXzrfX/SQxIUQd2R2QEiSnqib0KF2fnKnGfAhAs6lg==
4619
+ dependencies:
4620
+ esprima "4.0.1"
4621
+
4615
4622
dedent@^0.7.0:
4616
4623
version "0.7.0"
4617
4624
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
@@ -5304,7 +5311,7 @@ espree@^9.3.2:
5304
5311
acorn-jsx "^5.3.2"
5305
5312
eslint-visitor-keys "^3.3.0"
5306
5313
5307
- esprima@^4.0.0, esprima@^4.0.1:
5314
+ esprima@4.0.1, esprima@ ^4.0.0, esprima@^4.0.1:
5308
5315
version "4.0.1"
5309
5316
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
5310
5317
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
You can’t perform that action at this time.
0 commit comments