diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c8ddc4f..dab2b99 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,11 +12,12 @@ jobs:
strategy:
matrix:
os:
- - Windows-2019
- - macOS-10.15
- - Ubuntu-16.04
- - Ubuntu-18.04
- - Ubuntu-20.04
+ - windows-2019
+ - windows-2022
+ - macos-10.15
+ - macos-11
+ - ubuntu-18.04
+ - ubuntu-20.04
nodejs:
- 12
fail-fast: false
diff --git a/.github/workflows/verify-on-macos.yml b/.github/workflows/verify-on-macos.yml
index 251147a..eb2af38 100644
--- a/.github/workflows/verify-on-macos.yml
+++ b/.github/workflows/verify-on-macos.yml
@@ -14,6 +14,7 @@ jobs:
matrix:
os:
- macos-10.15
+ - macos-11
steps:
- name: Checkout source codes
uses: actions/checkout@v2
diff --git a/.github/workflows/verify-on-windows.yml b/.github/workflows/verify-on-windows.yml
index adadd87..0c912a1 100644
--- a/.github/workflows/verify-on-windows.yml
+++ b/.github/workflows/verify-on-windows.yml
@@ -15,6 +15,7 @@ jobs:
os:
- windows-2016
- windows-2019
+ - windows-2022
steps:
- name: Checkout source codes
uses: actions/checkout@v2
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..03d9549
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..639900d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..52e0e66
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/ssh-key-action.iml b/.idea/ssh-key-action.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/ssh-key-action.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 5c4a20b..ad4b4dc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3915,9 +3915,9 @@
}
},
"tar": {
- "version": "6.1.2",
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.2.tgz",
- "integrity": "sha512-EwKEgqJ7nJoS+s8QfLYVGMDmAsj+StbI2AM/RTHeUSsOw6Z8bwNBRv5z3CY0m7laC5qUAqruLX5AhMuc5deY3Q==",
+ "version": "6.1.11",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
+ "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
"dev": true,
"requires": {
"chownr": "^2.0.0",