diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a3adc3..b56fe14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: cooldown: default-days: 7 target-branch: "dev" + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly + target-branch: "dev" diff --git a/.npmrc b/.npmrc index 537f81f..dcb34c5 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,4 @@ -ignore-scripts=true \ No newline at end of file +progress=false +loglevel=error +maxsockets=50 +install-strategy=hoisted \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 00b1ca9..c239abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,11 +7,11 @@ "": { "version": "2.0.3", "dependencies": { - "@algolia/client-search": "^5.55.1", + "@algolia/client-search": "^5.56.0", "@popperjs/core": "^2.11.8", "algoliasearch": "^5.56.0", "bootstrap": "^5.3.8", - "instantsearch.js": "^4.108.0" + "instantsearch.js": "^4.111.1" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^8.0.0", @@ -22,7 +22,7 @@ "husky": "^9.1.7", "jsdom": "^30.0.1", "lint-staged": "^17.3.0", - "npm-check-updates": "^23.0.0", + "npm-check-updates": "^23.0.2", "postcss": "^8.5.26", "postcss-cli": "^11.0.1", "prettier": "^3.9.6", @@ -1113,9 +1113,9 @@ } }, "node_modules/algoliasearch-helper": { - "version": "3.29.2", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.29.2.tgz", - "integrity": "sha512-SaV+rZM3drExb0punEYYjT+sNcH74YFwN8ocjya7IDOyQvKWeQpEaSMVG3+IGTVos+feuatj7ljQ4BXlXdUp3w==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.29.3.tgz", + "integrity": "sha512-gVOMbbPVrCO3Xs+B+BLAIGFqIQow6qHMTYCEeBqLQB9m4ZmKUqMwkEumlal2iyyezHEd4Y0FvFTLbCRutCutIQ==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1" @@ -1957,9 +1957,9 @@ } }, "node_modules/instantsearch-ui-components": { - "version": "0.33.2", - "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.33.2.tgz", - "integrity": "sha512-q8WdUd2BmAEg6iXs8h3nc2FDZvwdVmLYpyp/psDK0ELP7rQiQKOCZjnH1rQZn/mVNM6CxNfcGVDc0i6mKb1K/g==", + "version": "0.35.1", + "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.35.1.tgz", + "integrity": "sha512-n8sCod1pOeaMMZzzqoK3MNFYqyw3IjWXP97zwXyjPFhbx+B7SEN+pmFmALdOagm2K2qzTcFF08ZlA13Xm8I6rg==", "license": "MIT", "dependencies": { "@swc/helpers": "0.5.18", @@ -1967,9 +1967,9 @@ } }, "node_modules/instantsearch.js": { - "version": "4.108.0", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.108.0.tgz", - "integrity": "sha512-KGFRvujVi55kFqu+LDSoeeHfpKP/k8IvEec9Q2oLLh9/PghMPkO9hKPk1pa02h/85cZJSv5l4Wa4p4HkFfIZ7A==", + "version": "4.111.1", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.111.1.tgz", + "integrity": "sha512-DMuvb2koPHhe5PTGMGbWI5t+i9OHWLKny5312vygdYvUvVygnsZ6axtMXfz7FDtjAgkBRm675R5sGkGjF9o/sQ==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1", @@ -1978,10 +1978,10 @@ "@types/google.maps": "^3.55.12", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "3.29.2", + "algoliasearch-helper": "3.29.3", "hogan.js": "^3.0.2", "htm": "^3.0.0", - "instantsearch-ui-components": "0.33.2", + "instantsearch-ui-components": "0.35.1", "preact": "^10.10.0", "qs": "^6.5.1", "react": ">= 0.14.0", @@ -2524,9 +2524,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.17", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz", - "integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "dev": true, "funding": [ { @@ -2578,9 +2578,9 @@ } }, "node_modules/npm-check-updates": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz", - "integrity": "sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA==", + "version": "23.0.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.2.tgz", + "integrity": "sha512-t5tv+d4sP+WbSwcDAFBwDxSUJRomc+TJoURPu7q5B/19toUsR/7eshRxBdWdE7iYw80iE4O4D/7OvCvIcaG8ug==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 652f68c..2d077e2 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ } }, "dependencies": { - "@algolia/client-search": "^5.55.1", + "@algolia/client-search": "^5.56.0", "@popperjs/core": "^2.11.8", "algoliasearch": "^5.56.0", "bootstrap": "^5.3.8", - "instantsearch.js": "^4.108.0" + "instantsearch.js": "^4.111.1" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^8.0.0", @@ -29,7 +29,7 @@ "husky": "^9.1.7", "jsdom": "^30.0.1", "lint-staged": "^17.3.0", - "npm-check-updates": "^23.0.0", + "npm-check-updates": "^23.0.2", "postcss": "^8.5.26", "postcss-cli": "^11.0.1", "prettier": "^3.9.6", @@ -52,4 +52,4 @@ "update": "ncu -u && npm install --ignore-scripts" }, "version": "2.0.3" -} +} \ No newline at end of file