Skip to content

Commit 69efbe3

Browse files
Bump js-slang from 1.0.33 to 1.0.36 (#299)
Bumps [js-slang](https://github.com/source-academy/js-slang) from 1.0.33 to 1.0.36. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34c06b7 commit 69efbe3

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"fast-levenshtein": "^3.0.0",
14-
"js-slang": "^1.0.33",
14+
"js-slang": "^1.0.36",
1515
"lodash": "4.17.21",
1616
"node-canvas-webgl": "^0.2.6"
1717
},

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,7 @@
206206
chalk "^2.4.2"
207207
js-tokens "^4.0.0"
208208

209-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.19.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0":
210-
version "7.22.4"
211-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.4.tgz#a770e98fd785c231af9d93f6459d36770993fb32"
212-
integrity sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==
213-
214-
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
209+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.19.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
215210
version "7.23.0"
216211
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
217212
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
@@ -2436,10 +2431,10 @@ js-base64@^3.7.5:
24362431
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
24372432
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==
24382433

2439-
js-slang@^1.0.33:
2440-
version "1.0.33"
2441-
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.33.tgz#d5eafda47c02a9486db6a2d512fbb38816940598"
2442-
integrity sha512-b3W/WyNUT1stLd8a+sBwf9FU/r6q/KS6MBONtOMRDqnug0EqcprS40hj6Rhq+hr7y1GfOGYTMam8MQC1Tk/rBw==
2434+
js-slang@^1.0.36:
2435+
version "1.0.36"
2436+
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.36.tgz#af7f7927b0a917d4f27c28743878d1410716a8b5"
2437+
integrity sha512-B8Pj23nNLk7KhLkjuCHMt+JECh3cRPBfGLoNW72RHvpeTo8fz1ivR9n9w8rhpw5qJ/K8fsK43ihtBGhgbNaQ/Q==
24432438
dependencies:
24442439
"@babel/parser" "^7.19.4"
24452440
"@joeychenofficial/alt-ergo-modified" "^2.4.0"

0 commit comments

Comments
 (0)