Skip to content

Commit 068400e

Browse files
Bump js-slang from 1.0.57 to 1.0.74
Bumps [js-slang](https://github.com/source-academy/js-slang) from 1.0.57 to 1.0.74. - [Release notes](https://github.com/source-academy/js-slang/releases) - [Commits](https://github.com/source-academy/js-slang/commits) --- updated-dependencies: - dependency-name: js-slang dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 244a97d commit 068400e

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",
3333
"husky": "^8.0.3",
34-
"js-slang": "^1.0.57",
34+
"js-slang": "^1.0.74",
3535
"lz-string": "^1.5.0",
3636
"prettier": "^2.8.8",
3737
"xmldom": "^0.6.0",

yarn.lock

+22-12
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,11 @@
988988
"@babel/helper-validator-identifier" "^7.24.6"
989989
to-fast-properties "^2.0.0"
990990

991+
"@commander-js/extra-typings@^12.0.1":
992+
version "12.1.0"
993+
resolved "https://registry.yarnpkg.com/@commander-js/extra-typings/-/extra-typings-12.1.0.tgz#5441bae756d326d34f1b9dceb0d78dbf5bc05d81"
994+
integrity sha512-wf/lwQvWAA0goIghcb91dQYpkLBcyhOhQNqG/VgWhnKzgt+UOMvra7EX/2fv70arm5RW+PUHoQHHDa6/p77Eqg==
995+
991996
"@isaacs/cliui@^8.0.2":
992997
version "8.0.2"
993998
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1128,6 +1133,11 @@
11281133
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.52.tgz#7f1f57ad5b741f3d5b210d3b1f145640d89bf8fe"
11291134
integrity sha512-BZWrtCU0bMVAIliIV+HJO1f1PR41M7NKjfxrFJwwhKI1KwhwOxYw1SXg9ao+CIMt774nFuGiG6eU+udtbEI9oQ==
11301135

1136+
"@types/estree@^1.0.5":
1137+
version "1.0.5"
1138+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1139+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1140+
11311141
abbrev@^1.0.0:
11321142
version "1.1.1"
11331143
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -1466,6 +1476,11 @@ color-support@^1.1.3:
14661476
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
14671477
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
14681478

1479+
commander@^12.0.0:
1480+
version "12.1.0"
1481+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
1482+
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
1483+
14691484
commander@^6.2.0:
14701485
version "6.2.1"
14711486
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
@@ -2139,26 +2154,26 @@ js-base64@^3.7.5:
21392154
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
21402155
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==
21412156

2142-
js-slang@^1.0.57:
2143-
version "1.0.57"
2144-
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.57.tgz#e52a6c1fe4e6ba2516dddaf50d632ad7d263ec04"
2145-
integrity sha512-iQPfmZLe7oTygVE+n7vlpRy224/GYx7TgvjG/bxuN0Ydnr9TTqwrvZ7B6IZF89j+3Z3PbGtVIFJLD9NLd+l25g==
2157+
js-slang@^1.0.74:
2158+
version "1.0.74"
2159+
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.74.tgz#1970459a60740a3535cd77846d13221bdd315669"
2160+
integrity sha512-PB6K0MRBHTOJWuAXa9cVZhNkYPyu0APQOZEtMN+KE1L0sLf0ksGfSwAEqapgvd9IB744KlpQ68njqwY2YPsf/A==
21462161
dependencies:
21472162
"@babel/parser" "^7.19.4"
2163+
"@commander-js/extra-typings" "^12.0.1"
21482164
"@joeychenofficial/alt-ergo-modified" "^2.4.0"
21492165
"@ts-morph/bootstrap" "^0.18.0"
2150-
"@types/estree" "0.0.52"
2166+
"@types/estree" "^1.0.5"
21512167
acorn "^8.8.2"
21522168
acorn-class-fields "^1.0.0"
21532169
acorn-loose "^8.0.0"
21542170
acorn-walk "^8.0.0"
21552171
astring "^1.4.3"
2172+
commander "^12.0.0"
21562173
gpu.js "^2.16.0"
21572174
js-base64 "^3.7.5"
21582175
lodash "^4.17.21"
2159-
node-getopt "^0.3.2"
21602176
source-map "0.7.3"
2161-
xmlhttprequest-ts "^1.0.1"
21622177

21632178
js-tokens@^4.0.0:
21642179
version "4.0.0"
@@ -2440,11 +2455,6 @@ node-environment-flags@^1.0.5:
24402455
object.getownpropertydescriptors "^2.0.3"
24412456
semver "^5.7.0"
24422457

2443-
node-getopt@^0.3.2:
2444-
version "0.3.2"
2445-
resolved "https://registry.yarnpkg.com/node-getopt/-/node-getopt-0.3.2.tgz#57507cd22f6f69650aa99252304a842f1224e44c"
2446-
integrity sha512-yqkmYrMbK1wPrfz7mgeYvA4tBperLg9FQ4S3Sau3nSAkpOA0x0zC8nQ1siBwozy1f4SE8vq2n1WKv99r+PCa1Q==
2447-
24482458
node-gyp@^9.0.0:
24492459
version "9.4.0"
24502460
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.4.0.tgz#2a7a91c7cba4eccfd95e949369f27c9ba704f369"

0 commit comments

Comments
 (0)