diff --git a/package-lock.json b/package-lock.json index 2292db2..5ca9dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "GPL-3.0-or-later", "dependencies": { "@hotwired/stimulus": "^3.2.2", - "@stackoverflow/stacks": "^1.10.5", - "@types/jquery": "^3.5.20" + "@stackoverflow/stacks": "^1.10.6", + "@types/jquery": "^3.5.22" }, "devDependencies": { "@userscripters/generate-readme": "^2.3.1", @@ -247,9 +247,9 @@ "dev": true }, "node_modules/@stackoverflow/stacks": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/@stackoverflow/stacks/-/stacks-1.10.5.tgz", - "integrity": "sha512-y0dhYJ5bAbDKuQmgjriN6TfiSfawfcN8pUyNBeomvQZ6IRL2shTKXQfx0dxlaijG5hpxd2kDY7H2FKQJ5B90wQ==", + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/@stackoverflow/stacks/-/stacks-1.10.6.tgz", + "integrity": "sha512-Gwfu0t9wkvA2h4EJ73l2ZhXXl8qPgh3bPlGOxPIjnxF5Wo4T0U8GZq16+xtYGhA1MUih1VLfURufmDuCjxWdzw==", "dependencies": { "@hotwired/stimulus": "^3.2.2", "@popperjs/core": "^2.11.8" @@ -281,9 +281,9 @@ "dev": true }, "node_modules/@types/jquery": { - "version": "3.5.20", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.20.tgz", - "integrity": "sha512-UI+EGhgYD4LdSZ8gaiziFqXYIIB38VQSDsnAs8jL/div7FGrzrShx4HKCykVzk3tPfiIlusdNP9Wi3G60LCF2Q==", + "version": "3.5.22", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", + "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", "dependencies": { "@types/sizzle": "*" } @@ -609,12 +609,6 @@ "node": ">=8" } }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, "node_modules/glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", @@ -657,13 +651,10 @@ } }, "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "dev": true, - "dependencies": { - "function-bind": "^1.1.1" - }, "engines": { "node": ">= 0.4.0" } @@ -1352,9 +1343,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", - "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", "dev": true }, "node_modules/string-width": { diff --git a/package.json b/package.json index 894e2cf..1b07a72 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "types": "./index.d.ts", "dependencies": { "@hotwired/stimulus": "^3.2.2", - "@stackoverflow/stacks": "^1.10.5", - "@types/jquery": "^3.5.20" + "@stackoverflow/stacks": "^1.10.6", + "@types/jquery": "^3.5.22" } }