Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 59dc571

Browse files
authored
update for release v1.0.8
update for release v1.0.8
2 parents d3bbd54 + 546137e commit 59dc571

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.8] - 2023-01-09
9+
10+
### Changed
11+
12+
- Node module updates
13+
814
## [1.0.7] - 2022-12-12
915

1016
### Changed

source/license-report.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
│ json-schema@0.4.0 │ AFL 2.1 + BSD │ - │ - │
677677
│ json-stable-stringify-wit │ MIT │ MIT │ - │
678678
│ json-stringify-safe@5.0.1 │ ISC │ ISC │ - │
679-
│ json5@1.0.1 │ MIT │ MIT │ - │
679+
│ json5@1.0.2 │ MIT │ MIT │ - │
680680
│ json5@2.2.1 │ MIT │ MIT │ - │
681681
│ json5@undefined │ MIT │ - │ - │
682682
│ jsonfile@6.1.0 │ MIT │ MIT │ MIT │

source/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4656,9 +4656,9 @@ json-stable-stringify-without-jsonify@^1.0.1:
46564656
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
46574657

46584658
json5@^1.0.1:
4659-
version "1.0.1"
4660-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4661-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4659+
version "1.0.2"
4660+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
4661+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
46624662
dependencies:
46634663
minimist "^1.2.0"
46644664

0 commit comments

Comments
 (0)