diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml
index 1877607..264ec35 100644
--- a/.github/workflows/npm-publish.yml
+++ b/.github/workflows/npm-publish.yml
@@ -3,6 +3,10 @@
name: Node.js Package
+permissions:
+ contents: read
+ packages: write
+
on:
release:
types: [created]
diff --git a/.github/workflows/typescript-pr-check.yml b/.github/workflows/typescript-pr-check.yml
index 22a43dc..ea0b2e3 100644
--- a/.github/workflows/typescript-pr-check.yml
+++ b/.github/workflows/typescript-pr-check.yml
@@ -1,5 +1,8 @@
name: Typescript Pull Request Check
+permissions:
+ contents: read
+
on:
push:
branches: [main]
diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz
index bb3d508..4ce802f 100644
Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ
diff --git a/README.md b/README.md
index 182b484..56de027 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,12 @@ Feel free to find bugs and report them to me. Your feedback is highly appreciate
jsDelivr:
```bash
-https://cdn.jsdelivr.net/npm/multiform-validator@2.4.0/+esm
+https://cdn.jsdelivr.net/npm/multiform-validator@2.4.1/+esm
```
```html
```
@@ -34,11 +34,11 @@ https://cdn.jsdelivr.net/npm/multiform-validator@2.4.0/+esm
unpkg:
```bash
-https://unpkg.com/multiform-validator@2.4.0/dist/cjs/index.cjs
+https://unpkg.com/multiform-validator@2.4.1/dist/cjs/index.cjs
```
```html
-
+
```
### Example of use with CDN
@@ -46,7 +46,7 @@ https://unpkg.com/multiform-validator@2.4.0/dist/cjs/index.cjs
using cjs:
```html
-
+