Skip to content

Commit ca15d10

Browse files
Bump lz-string from 1.4.4 to 1.5.0 (#878)
Bumps [lz-string](https://github.com/pieroxy/lz-string) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/pieroxy/lz-string/releases) - [Commits](https://github.com/pieroxy/lz-string/commits) --- updated-dependencies: - dependency-name: lz-string dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dda07cc commit ca15d10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"http-server": "^14.1.1",
3333
"husky": "^8.0.3",
3434
"js-slang": "^1.0.3",
35-
"lz-string": "^1.4.4",
35+
"lz-string": "^1.5.0",
3636
"prettier": "^2.8.7",
3737
"xmldom": "^0.6.0",
3838
"xpath": "0.0.32"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,10 +2037,10 @@ lru-cache@^5.1.1:
20372037
dependencies:
20382038
yallist "^3.0.2"
20392039

2040-
lz-string@^1.4.4:
2041-
version "1.4.4"
2042-
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
2043-
integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
2040+
lz-string@^1.5.0:
2041+
version "1.5.0"
2042+
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
2043+
integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==
20442044

20452045
make-dir@^2.0.0, make-dir@^2.1.0:
20462046
version "2.1.0"

0 commit comments

Comments
 (0)