Skip to content

Commit

Permalink
Bump js-slang from 1.0.37 to 1.0.46 (#981)
Browse files Browse the repository at this point in the history
Bumps [js-slang](https://github.com/source-academy/js-slang) from 1.0.37 to 1.0.46.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent c18a4f7 commit b0dec3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"js-slang": "^1.0.37",
"js-slang": "^1.0.46",
"lz-string": "^1.5.0",
"prettier": "^2.8.8",
"xmldom": "^0.6.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,10 +2123,10 @@ js-base64@^3.7.5:
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"
integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==

js-slang@^1.0.37:
version "1.0.37"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.37.tgz#54ae07877bb1cfc15c2ee6a5d6252da550c26af6"
integrity sha512-CJPYq+yba8jBloobV8pGiZZz4L0CL5XdN2q5I8a8IZQw0YeCuI4SCjwMuaW/qJUBV4UJMkHNtrAV8CbgPxhVUg==
js-slang@^1.0.46:
version "1.0.46"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.46.tgz#61b27f7a99ebe02c2f462e353d57a1593f2644ff"
integrity sha512-ogAJXNKGxbXk4y1FL/U9Jqt+SHKj9Ekn+xXffu+rs+FA07OcW0b6VElAL2z0sJr5tV88RWiC/1xJULr7aFnAiA==
dependencies:
"@babel/parser" "^7.19.4"
"@joeychenofficial/alt-ergo-modified" "^2.4.0"
Expand All @@ -2139,7 +2139,7 @@ js-slang@^1.0.37:
astring "^1.4.3"
gpu.js "^2.16.0"
js-base64 "^3.7.5"
lodash "^4.17.20"
lodash "^4.17.21"
node-getopt "^0.3.2"
source-map "0.7.3"
xmlhttprequest-ts "^1.0.1"
Expand Down Expand Up @@ -2191,7 +2191,7 @@ lodash.debounce@^4.0.8:
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=

lodash@^4.17.14, lodash@^4.17.20:
lodash@^4.17.14, lodash@^4.17.20, lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down

0 comments on commit b0dec3e

Please sign in to comment.