From 4dbd9d2fc55dfa7da67e6248ba4f874f8a8a47a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:53:23 +0000 Subject: [PATCH] Bump tom-select from 2.2.2 to 2.2.3 in /{{cookiecutter.repo_name}} (#700) Bumps [tom-select](https://github.com/orchidjs/tom-select) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/orchidjs/tom-select/releases) - [Commits](https://github.com/orchidjs/tom-select/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: tom-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- {{cookiecutter.repo_name}}/package-lock.json | 14 +++++++------- {{cookiecutter.repo_name}}/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/{{cookiecutter.repo_name}}/package-lock.json b/{{cookiecutter.repo_name}}/package-lock.json index 88c14a02..54d65a96 100644 --- a/{{cookiecutter.repo_name}}/package-lock.json +++ b/{{cookiecutter.repo_name}}/package-lock.json @@ -16,7 +16,7 @@ "glob": "^10.3.10", "htmx.org": "1.9.6", "js-cookie": "^3.0.5", - "tom-select": "^2.2.2" + "tom-select": "^2.2.3" }, "devDependencies": { "@tailwindcss/forms": "^0.5.6", @@ -5846,9 +5846,9 @@ } }, "node_modules/tom-select": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.2.2.tgz", - "integrity": "sha512-igGah1yY6yhrnN2h/Ky8I5muw/nE/YQxIsEZoYu5qaA4bsRibvKto3s8QZZosKpOd0uO8fNYhRfAwgHB4IAYew==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.2.3.tgz", + "integrity": "sha512-VMhRdFlugLGdnNZsP5r8sHKtyvWekIbtr53uoKONMzM+JSBWgy5pV9F+iZ2LTEbzIQI0efIwZ7I6h+wzZoM/zQ==", "dependencies": { "@orchidjs/sifter": "^1.0.3", "@orchidjs/unicode-variants": "^1.0.4" @@ -10520,9 +10520,9 @@ } }, "tom-select": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.2.2.tgz", - "integrity": "sha512-igGah1yY6yhrnN2h/Ky8I5muw/nE/YQxIsEZoYu5qaA4bsRibvKto3s8QZZosKpOd0uO8fNYhRfAwgHB4IAYew==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/tom-select/-/tom-select-2.2.3.tgz", + "integrity": "sha512-VMhRdFlugLGdnNZsP5r8sHKtyvWekIbtr53uoKONMzM+JSBWgy5pV9F+iZ2LTEbzIQI0efIwZ7I6h+wzZoM/zQ==", "requires": { "@orchidjs/sifter": "^1.0.3", "@orchidjs/unicode-variants": "^1.0.4" diff --git a/{{cookiecutter.repo_name}}/package.json b/{{cookiecutter.repo_name}}/package.json index ccd5114f..dd8823ef 100644 --- a/{{cookiecutter.repo_name}}/package.json +++ b/{{cookiecutter.repo_name}}/package.json @@ -43,6 +43,6 @@ "glob": "^10.3.10", "htmx.org": "1.9.6", "js-cookie": "^3.0.5", - "tom-select": "^2.2.2" + "tom-select": "^2.2.3" } }