diff --git a/package-lock.json b/package-lock.json index 5d01fa0..c205414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "choices.js", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "choices.js", - "version": "10.1.0", + "version": "10.2.0", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", @@ -18,11 +18,11 @@ "@babel/preset-env": "^7.20.2", "@babel/register": "^7.18.9", "@types/chai": "^4.3.4", - "@types/mocha": "^10.0.0", + "@types/mocha": "^10.0.1", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.9", - "@typescript-eslint/eslint-plugin": "^5.44.0", - "@typescript-eslint/parser": "^5.44.0", + "@typescript-eslint/eslint-plugin": "^5.45.0", + "@typescript-eslint/parser": "^5.45.0", "autoprefixer": "^10.4.13", "babel-loader": "^9.1.0", "bundlesize": "^0.18.1", @@ -52,7 +52,7 @@ "postcss-cli": "^10.0.0", "prettier": "^2.8.0", "sass": "^1.56.1", - "sinon": "^14.0.2", + "sinon": "^15.0.0", "sinon-chai": "^3.7.0", "stylelint": "^14.15.0", "stylelint-config-standard": "^29.0.0", @@ -11600,9 +11600,9 @@ } }, "node_modules/sinon": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.2.tgz", - "integrity": "sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.0.tgz", + "integrity": "sha512-pV97G1GbslaSJoSdy2F2z8uh5F+uPGp3ddOzA4JsBOUBLEQRz2OAqlKGRFTSh2KiqUCmHkzyAeu7R4x1Hx0wwg==", "dev": true, "dependencies": { "@sinonjs/commons": "^2.0.0", @@ -22263,9 +22263,9 @@ } }, "sinon": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.2.tgz", - "integrity": "sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.0.tgz", + "integrity": "sha512-pV97G1GbslaSJoSdy2F2z8uh5F+uPGp3ddOzA4JsBOUBLEQRz2OAqlKGRFTSh2KiqUCmHkzyAeu7R4x1Hx0wwg==", "dev": true, "requires": { "@sinonjs/commons": "^2.0.0", diff --git a/package.json b/package.json index 23bdbaa..3c90ad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "choices.js", - "version": "10.1.0", + "version": "10.2.0", "description": "A vanilla JS customisable text input/select box plugin", "main": "./public/assets/scripts/choices.js", "types": "./public/types/src/index.d.ts", @@ -60,11 +60,11 @@ "@babel/preset-env": "^7.20.2", "@babel/register": "^7.18.9", "@types/chai": "^4.3.4", - "@types/mocha": "^10.0.0", + "@types/mocha": "^10.0.1", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.9", - "@typescript-eslint/eslint-plugin": "^5.44.0", - "@typescript-eslint/parser": "^5.44.0", + "@typescript-eslint/eslint-plugin": "^5.45.0", + "@typescript-eslint/parser": "^5.45.0", "autoprefixer": "^10.4.13", "babel-loader": "^9.1.0", "bundlesize": "^0.18.1", @@ -94,7 +94,7 @@ "postcss-cli": "^10.0.0", "prettier": "^2.8.0", "sass": "^1.56.1", - "sinon": "^14.0.2", + "sinon": "^15.0.0", "sinon-chai": "^3.7.0", "stylelint": "^14.15.0", "stylelint-config-standard": "^29.0.0", diff --git a/public/assets/scripts/choices.js b/public/assets/scripts/choices.js index bcd6271..8cadac6 100644 --- a/public/assets/scripts/choices.js +++ b/public/assets/scripts/choices.js @@ -1,4 +1,4 @@ -/*! choices.js v10.1.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ +/*! choices.js v10.2.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); diff --git a/public/assets/scripts/choices.min.js.LICENSE.txt b/public/assets/scripts/choices.min.js.LICENSE.txt index 81c265b..c68d670 100644 --- a/public/assets/scripts/choices.min.js.LICENSE.txt +++ b/public/assets/scripts/choices.min.js.LICENSE.txt @@ -1 +1 @@ -/*! choices.js v10.1.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ +/*! choices.js v10.2.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */