diff --git a/examples/webpack-demo-vanilla-bundle/package.json b/examples/webpack-demo-vanilla-bundle/package.json index fc4f9320d..d3f44973e 100644 --- a/examples/webpack-demo-vanilla-bundle/package.json +++ b/examples/webpack-demo-vanilla-bundle/package.json @@ -47,7 +47,7 @@ "@slickgrid-universal/vanilla-bundle": "workspace:~", "@slickgrid-universal/vanilla-force-bundle": "workspace:~", "bulma": "^0.9.4", - "dompurify": "^2.3.10", + "dompurify": "^2.4.0", "flatpickr": "^4.6.13", "jquery": "^3.6.0", "moment-mini": "^2.29.4", @@ -70,7 +70,7 @@ "html-loader": "^4.1.0", "html-webpack-plugin": "5.5.0", "mini-css-extract-plugin": "^2.6.1", - "sass": "^1.54.4", + "sass": "^1.54.5", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", "typescript": "^4.7.4", diff --git a/package.json b/package.json index 9716fcf25..709a9963f 100644 --- a/package.json +++ b/package.json @@ -40,13 +40,13 @@ }, "devDependencies": { "@jest/types": "^28.1.3", - "@lerna-lite/cli": "^1.11.0", - "@lerna-lite/run": "^1.11.0", - "@types/jest": "^28.1.7", + "@lerna-lite/cli": "^1.11.1", + "@lerna-lite/run": "^1.11.1", + "@types/jest": "^28.1.8", "@types/moment": "^2.13.0", "@types/node": "^18.7.6", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", + "@typescript-eslint/eslint-plugin": "^5.35.1", + "@typescript-eslint/parser": "^5.35.1", "cross-env": "^7.0.3", "cypress": "^10.6.0", "eslint": "^8.22.0", @@ -60,14 +60,14 @@ "jsdom-global": "^3.0.2", "moment-mini": "^2.29.4", "npm-run-all2": "^6.0.2", - "pnpm": "^7.9.3", + "pnpm": "^7.9.5", "rimraf": "^3.0.2", "rxjs": "^7.5.6", "serve": "^14.0.1", "ts-jest": "^28.0.8", "typescript": "^4.7.4" }, - "packageManager": "pnpm@7.9.3", + "packageManager": "pnpm@7.9.5", "engines": { "node": ">=14.17.0", "npm": ">=6.14.13" diff --git a/packages/binding/package.json b/packages/binding/package.json index 306d3f3b1..8928a4976 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -43,10 +43,10 @@ "not dead" ], "dependencies": { - "dompurify": "^2.3.10" + "dompurify": "^2.4.0" }, "devDependencies": { - "@types/dompurify": "^2.3.3", + "@types/dompurify": "^2.3.4", "cross-env": "^7.0.3", "npm-run-all2": "^6.0.2", "rimraf": "^3.0.2" diff --git a/packages/common/package.json b/packages/common/package.json index 0b9d3c8a8..59e4cfb7d 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -74,7 +74,7 @@ "@slickgrid-universal/event-pub-sub": "workspace:~", "@slickgrid-universal/utils": "workspace:~", "dequal": "^2.0.3", - "dompurify": "^2.3.10", + "dompurify": "^2.4.0", "flatpickr": "^4.6.13", "jquery": "^3.6.0", "jquery-ui": "^1.13.2", @@ -84,7 +84,7 @@ "un-flatten-tree": "^2.0.12" }, "devDependencies": { - "@types/dompurify": "^2.3.3", + "@types/dompurify": "^2.3.4", "@types/jquery": "^3.5.14", "@types/moment": "^2.13.0", "autoprefixer": "^10.4.8", @@ -95,7 +95,7 @@ "postcss": "^8.4.16", "postcss-cli": "^10.0.0", "rimraf": "^3.0.2", - "sass": "^1.54.4" + "sass": "^1.54.5" }, "engines": { "node": ">=14.17.0", diff --git a/packages/custom-tooltip-plugin/package.json b/packages/custom-tooltip-plugin/package.json index 3f3d7455b..f5db91eea 100644 --- a/packages/custom-tooltip-plugin/package.json +++ b/packages/custom-tooltip-plugin/package.json @@ -44,10 +44,10 @@ ], "dependencies": { "@slickgrid-universal/common": "workspace:~", - "dompurify": "^2.3.10" + "dompurify": "^2.4.0" }, "devDependencies": { - "@types/dompurify": "^2.3.3", + "@types/dompurify": "^2.3.4", "cross-env": "^7.0.3", "npm-run-all2": "^6.0.2", "rimraf": "^3.0.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5da5b654e..8f04e61a3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,13 +5,13 @@ importers: .: specifiers: '@jest/types': ^28.1.3 - '@lerna-lite/cli': ^1.11.0 - '@lerna-lite/run': ^1.11.0 - '@types/jest': ^28.1.7 + '@lerna-lite/cli': ^1.11.1 + '@lerna-lite/run': ^1.11.1 + '@types/jest': ^28.1.8 '@types/moment': ^2.13.0 '@types/node': ^18.7.6 - '@typescript-eslint/eslint-plugin': ^5.33.1 - '@typescript-eslint/parser': ^5.33.1 + '@typescript-eslint/eslint-plugin': ^5.35.1 + '@typescript-eslint/parser': ^5.35.1 cross-env: ^7.0.3 cypress: ^10.6.0 eslint: ^8.22.0 @@ -25,7 +25,7 @@ importers: jsdom-global: ^3.0.2 moment-mini: ^2.29.4 npm-run-all2: ^6.0.2 - pnpm: ^7.9.3 + pnpm: ^7.9.5 rimraf: ^3.0.2 rxjs: ^7.5.6 serve: ^14.0.1 @@ -33,17 +33,17 @@ importers: typescript: ^4.7.4 devDependencies: '@jest/types': 28.1.3 - '@lerna-lite/cli': 1.11.0 - '@lerna-lite/run': 1.11.0 - '@types/jest': 28.1.7 + '@lerna-lite/cli': 1.11.1 + '@lerna-lite/run': 1.11.1 + '@types/jest': 28.1.8 '@types/moment': 2.13.0 '@types/node': 18.7.6 - '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/eslint-plugin': 5.35.1_ktjxjibzrfqejavile4bhmzhjq + '@typescript-eslint/parser': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq cross-env: 7.0.3 cypress: 10.6.0 eslint: 8.22.0 - eslint-plugin-import: 2.26.0_3bh5nkk7utn7e74vrwtv6rxmt4 + eslint-plugin-import: 2.26.0_lewfh47l4outvz5ytnjtm3tbm4 eslint-plugin-prefer-arrow: 1.2.3_eslint@8.22.0 jest: 28.1.3_@types+node@18.7.6 jest-cli: 28.1.3_@types+node@18.7.6 @@ -53,7 +53,7 @@ importers: jsdom-global: 3.0.2_jsdom@20.0.0 moment-mini: 2.29.4 npm-run-all2: 6.0.2 - pnpm: 7.9.3 + pnpm: 7.9.5 rimraf: 3.0.2 rxjs: 7.5.6 serve: 14.0.1 @@ -83,7 +83,7 @@ importers: clean-webpack-plugin: 4.0.0 copy-webpack-plugin: ^11.0.0 css-loader: ^6.7.1 - dompurify: ^2.3.10 + dompurify: ^2.4.0 esbuild-loader: ^2.19.0 file-loader: ^6.2.0 flatpickr: ^4.6.13 @@ -95,7 +95,7 @@ importers: moment-mini: ^2.29.4 multiple-select-modified: ^1.3.17 rxjs: ^7.5.6 - sass: ^1.54.4 + sass: ^1.54.5 sass-loader: ^13.0.2 style-loader: ^3.3.1 typescript: ^4.7.4 @@ -118,7 +118,7 @@ importers: '@slickgrid-universal/vanilla-bundle': link:../../packages/vanilla-bundle '@slickgrid-universal/vanilla-force-bundle': link:../../packages/vanilla-force-bundle bulma: 0.9.4 - dompurify: 2.3.10 + dompurify: 2.4.0 flatpickr: 4.6.13 jquery: 3.6.0 moment-mini: 2.29.4 @@ -140,8 +140,8 @@ importers: html-loader: 4.1.0_webpack@5.74.0 html-webpack-plugin: 5.5.0_webpack@5.74.0 mini-css-extract-plugin: 2.6.1_webpack@5.74.0 - sass: 1.54.4 - sass-loader: 13.0.2_sass@1.54.4+webpack@5.74.0 + sass: 1.54.5 + sass-loader: 13.0.2_sass@1.54.5+webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 typescript: 4.7.4 url-loader: 4.1.1_u4acmn7fe6yqgbrqzialkgh5lu @@ -151,15 +151,15 @@ importers: packages/binding: specifiers: - '@types/dompurify': ^2.3.3 + '@types/dompurify': ^2.3.4 cross-env: ^7.0.3 - dompurify: ^2.3.10 + dompurify: ^2.4.0 npm-run-all2: ^6.0.2 rimraf: ^3.0.2 dependencies: - dompurify: 2.3.10 + dompurify: 2.4.0 devDependencies: - '@types/dompurify': 2.3.3 + '@types/dompurify': 2.3.4 cross-env: 7.0.3 npm-run-all2: 6.0.2 rimraf: 3.0.2 @@ -168,14 +168,14 @@ importers: specifiers: '@slickgrid-universal/event-pub-sub': workspace:~ '@slickgrid-universal/utils': workspace:~ - '@types/dompurify': ^2.3.3 + '@types/dompurify': ^2.3.4 '@types/jquery': ^3.5.14 '@types/moment': ^2.13.0 autoprefixer: ^10.4.8 copyfiles: ^2.4.1 cross-env: ^7.0.3 dequal: ^2.0.3 - dompurify: ^2.3.10 + dompurify: ^2.4.0 flatpickr: ^4.6.13 jquery: ^3.6.0 jquery-ui: ^1.13.2 @@ -186,14 +186,14 @@ importers: postcss: ^8.4.16 postcss-cli: ^10.0.0 rimraf: ^3.0.2 - sass: ^1.54.4 + sass: ^1.54.5 slickgrid: ^2.4.45 un-flatten-tree: ^2.0.12 dependencies: '@slickgrid-universal/event-pub-sub': link:../event-pub-sub '@slickgrid-universal/utils': link:../utils dequal: 2.0.3 - dompurify: 2.3.10 + dompurify: 2.4.0 flatpickr: 4.6.13 jquery: 3.6.0 jquery-ui: 1.13.2 @@ -202,7 +202,7 @@ importers: slickgrid: 2.4.45 un-flatten-tree: 2.0.12 devDependencies: - '@types/dompurify': 2.3.3 + '@types/dompurify': 2.3.4 '@types/jquery': 3.5.14 '@types/moment': 2.13.0 autoprefixer: 10.4.8_postcss@8.4.16 @@ -213,7 +213,7 @@ importers: postcss: 8.4.16 postcss-cli: 10.0.0_postcss@8.4.16 rimraf: 3.0.2 - sass: 1.54.4 + sass: 1.54.5 packages/composite-editor-component: specifiers: @@ -254,16 +254,16 @@ importers: packages/custom-tooltip-plugin: specifiers: '@slickgrid-universal/common': workspace:~ - '@types/dompurify': ^2.3.3 + '@types/dompurify': ^2.3.4 cross-env: ^7.0.3 - dompurify: ^2.3.10 + dompurify: ^2.4.0 npm-run-all2: ^6.0.2 rimraf: ^3.0.2 dependencies: '@slickgrid-universal/common': link:../common - dompurify: 2.3.10 + dompurify: 2.4.0 devDependencies: - '@types/dompurify': 2.3.3 + '@types/dompurify': 2.3.4 cross-env: 7.0.3 npm-run-all2: 6.0.2 rimraf: 3.0.2 @@ -1214,17 +1214,17 @@ packages: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: true - /@lerna-lite/cli/1.11.0: - resolution: {integrity: sha512-QN+IDQV3+xwhfswhhBkIB7BrLhFa3eohyhYNDJdgg6sThio8MRmc3eF1PgwORdPrZ+YXCY3As87gyTGNBjn7IQ==} + /@lerna-lite/cli/1.11.1: + resolution: {integrity: sha512-gzu+OkTMOAaTKW7KZKLo/1mQ1yNgAnAn8vizwVumomFVUkLpBc5fnrtoL+sD1ExTM+GoDP4U7ZwQxA9KjEGH4Q==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} hasBin: true dependencies: - '@lerna-lite/core': 1.11.0 - '@lerna-lite/info': 1.11.0 - '@lerna-lite/init': 1.11.0 - '@lerna-lite/listable': 1.11.0 - '@lerna-lite/publish': 1.11.0 - '@lerna-lite/version': 1.11.0 + '@lerna-lite/core': 1.11.1 + '@lerna-lite/info': 1.11.1 + '@lerna-lite/init': 1.11.1 + '@lerna-lite/listable': 1.11.1 + '@lerna-lite/publish': 1.11.1 + '@lerna-lite/version': 1.11.1 dedent: 0.7.0 dotenv: 16.0.1 import-local: 3.1.0 @@ -1238,8 +1238,8 @@ packages: - supports-color dev: true - /@lerna-lite/core/1.11.0: - resolution: {integrity: sha512-mM9ctEK7k8BpWdV4+F9oTUZiJJ0nEj7jv7JqFjmQzKpYQUWifiYuDcgV9gAjVde32bm3GyuUdWxVV3dODmJJcQ==} + /@lerna-lite/core/1.11.1: + resolution: {integrity: sha512-wquCKOH0CsmRgcjvZ6BbnM6fuJ8WBSF0dzDn5PdcKMVhDL7D4lbaWLwsrI4G6X1XEpkm8RFQSgMtJx3OwE7H1w==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: os: 0.1.2 @@ -1274,7 +1274,7 @@ packages: minimatch: 5.1.0 node-fetch: 2.6.7 npm-package-arg: 9.1.0 - npm-packlist: 5.1.1 + npm-packlist: 5.1.2 npm-registry-fetch: 13.3.1 npmlog: 6.0.2 p-map: 4.0.0 @@ -1302,11 +1302,11 @@ packages: - supports-color dev: true - /@lerna-lite/info/1.11.0: - resolution: {integrity: sha512-UZyGbB+ybioeqk0TD4QuhX9vYTl2cprXUF4G+wuSXCAQgFS8AP1Gf9a9Pst3DAKSK0g87UrE3AxPUiSwg9nwvA==} + /@lerna-lite/info/1.11.1: + resolution: {integrity: sha512-o+vWt0Rb4e6rj0Uvn+r5OYaLqZQVavKcFRgr1ssbpWPt6KvfBlwfxDBuIpqmf0d0qZqAJWZx0QOepbvnj9wn9g==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: - '@lerna-lite/core': 1.11.0 + '@lerna-lite/core': 1.11.1 dedent: 0.7.0 envinfo: 7.8.1 yargs: 17.5.1 @@ -1316,11 +1316,11 @@ packages: - supports-color dev: true - /@lerna-lite/init/1.11.0: - resolution: {integrity: sha512-FWcp9JJTK/Pf8lT3FNUmqmewUecKJ0hiRxfZaSqNPGQB1bo3KV7yU+xIXxZCeX5lK4uHEuDXYfxaZnhr96WJkA==} + /@lerna-lite/init/1.11.1: + resolution: {integrity: sha512-F8E7DG76hBG4QXYV2Aw/Tkz4C9WKW2UWxul6JOGI5dAUYNx6AYwLQAuEkCuOwIsryLYKQxLQ4Ocuh+zz8wOm0Q==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: - '@lerna-lite/core': 1.11.0 + '@lerna-lite/core': 1.11.1 fs-extra: 10.1.0 p-map: 4.0.0 write-json-file: 4.3.0 @@ -1330,11 +1330,11 @@ packages: - supports-color dev: true - /@lerna-lite/listable/1.11.0: - resolution: {integrity: sha512-qEBP5BjabouV0OD2K5ngX6xDW8Ec7jgMrFXCAlyIPi8iES7sqti3sE7oZFJfdxK6+APIL1vRl7dz3abtPXz5ng==} + /@lerna-lite/listable/1.11.1: + resolution: {integrity: sha512-SNUdVe5MSuI97NL4erwP6Yh0ptlidGb/7p7y8uHeDrDwy7pJMu7fs3aGc8G5SxN8c8XmwqBXur1g9hwO0vi5KQ==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: - '@lerna-lite/core': 1.11.0 + '@lerna-lite/core': 1.11.1 chalk: 4.1.2 columnify: 1.6.0 transitivePeerDependencies: @@ -1343,11 +1343,11 @@ packages: - supports-color dev: true - /@lerna-lite/optional-cmd-common/1.11.0: - resolution: {integrity: sha512-AMPOl0+Xsljgca66yx22Y36EIZUla/Y3wii0JqlmQlV9yxbbpVsfDzNbUUrjuGd7n5PNAhO+m/J+S7aXxzCVsg==} + /@lerna-lite/optional-cmd-common/1.11.1: + resolution: {integrity: sha512-n5mYM4o1DbCpISZUlBddz6OTnUabjKtVSC9+k8FibYebjqAGCU+T5ED+qnrXhaWhmBg4NlmeDxGY4eNinOPKbA==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: - '@lerna-lite/core': 1.11.0 + '@lerna-lite/core': 1.11.1 fs-extra: 10.1.0 multimatch: 5.0.0 npmlog: 6.0.2 @@ -1360,13 +1360,13 @@ packages: - supports-color dev: true - /@lerna-lite/publish/1.11.0: - resolution: {integrity: sha512-QbyDlmdvxTHCSvGZ8zGzJQMWpGnxklPfTMFO0HR5BLOQ5cIWyIGqmTVO8N9wCabbOSO5uJNQh6PFzW7RUk2pvA==} + /@lerna-lite/publish/1.11.1: + resolution: {integrity: sha512-1iC201Kyy6JVlf13AP4KgiOz/19Vh65/OYZlUDGysPIKI7zqeT5NII8qlFA/S0dO13X+b2GOYZBnoUMGYCyP9g==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: os: 0.1.2 - '@lerna-lite/core': 1.11.0 - '@lerna-lite/version': 1.11.0 + '@lerna-lite/core': 1.11.1 + '@lerna-lite/version': 1.11.1 byte-size: 7.0.1 columnify: 1.6.0 fs-extra: 10.1.0 @@ -1374,7 +1374,7 @@ packages: libnpmaccess: 6.0.3 libnpmpublish: 6.0.4 npm-package-arg: 9.1.0 - npm-packlist: 5.1.1 + npm-packlist: 5.1.2 npm-registry-fetch: 13.3.1 npmlog: 6.0.2 p-map: 4.0.0 @@ -1382,7 +1382,7 @@ packages: pacote: 13.6.2 path: 0.12.7 pify: 5.0.0 - read-package-json: 5.0.1 + read-package-json: 5.0.2 resolve-from: 5.0.0 semver: 7.3.7 slash: 3.0.0 @@ -1399,12 +1399,12 @@ packages: - supports-color dev: true - /@lerna-lite/run/1.11.0: - resolution: {integrity: sha512-VHGw+ZybHT7Ptx5Tp24ttL6xGmsamA2i8pwxBYP8Kp15ii8k7ls/VjC17aGqE3ZdiuIXYlv4AEE88m+C9uaXLw==} + /@lerna-lite/run/1.11.1: + resolution: {integrity: sha512-HgunLLoNoDirKygZ6x1Z9V89Xnz0V6y6/C1ukqO8KKzKsjds0kMd7P939DkGVAGhpzaJ5R9UbIwbFj3W1sVeDQ==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: - '@lerna-lite/core': 1.11.0 - '@lerna-lite/optional-cmd-common': 1.11.0 + '@lerna-lite/core': 1.11.1 + '@lerna-lite/optional-cmd-common': 1.11.1 fs-extra: 10.1.0 multimatch: 5.0.0 npmlog: 6.0.2 @@ -1417,12 +1417,12 @@ packages: - supports-color dev: true - /@lerna-lite/version/1.11.0: - resolution: {integrity: sha512-CshtipJ0LgpcAu66h+drLPB1lbl+7t90cdSKpXy1NjmUKYn5MIeWjif5cN2XiDq50hXP3xUfebaJEdAnSPZOXA==} + /@lerna-lite/version/1.11.1: + resolution: {integrity: sha512-osPh2wEYcvN9SzkUaF01vy6MbHW+U1AIHfxVphMLwC2hbXMOdnVAvPvyAHfCka9mV1YtIWiBfADZyYyXzIlr7g==} engines: {node: '>=14.15.0', npm: '>=8.0.0'} dependencies: os: 0.1.2 - '@lerna-lite/core': 1.11.0 + '@lerna-lite/core': 1.11.1 chalk: 4.1.2 dedent: 0.7.0 load-json-file: 6.2.0 @@ -1737,8 +1737,8 @@ packages: '@types/node': 18.7.6 dev: true - /@types/dompurify/2.3.3: - resolution: {integrity: sha512-nnVQSgRVuZ/843oAfhA25eRSNzUFcBPk/LOiw5gm8mD9/X7CNcbRkQu/OsjCewO8+VIYfPxUnXvPEVGenw14+w==} + /@types/dompurify/2.3.4: + resolution: {integrity: sha512-EXzDatIb5EspL2eb/xPGmaC8pePcTHrkDCONjeisusLFrVfl38Pjea/R0YJGu3k9ZQadSvMqW0WXPI2hEo2Ajg==} dependencies: '@types/trusted-types': 2.0.2 dev: true @@ -1821,8 +1821,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/28.1.7: - resolution: {integrity: sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==} + /@types/jest/28.1.8: + resolution: {integrity: sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw==} dependencies: expect: 28.1.3 pretty-format: 28.1.3 @@ -1972,7 +1972,7 @@ packages: /@types/webpack/5.28.0_webpack-cli@4.10.0: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: - '@types/node': 18.7.6 + '@types/node': 18.0.1 tapable: 2.2.1 webpack: 5.74.0_webpack-cli@4.10.0 transitivePeerDependencies: @@ -2006,8 +2006,8 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.33.1_vsoshirnpb7xw6mr7xomgfas2i: - resolution: {integrity: sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==} + /@typescript-eslint/eslint-plugin/5.35.1_ktjxjibzrfqejavile4bhmzhjq: + resolution: {integrity: sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2017,10 +2017,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq - '@typescript-eslint/scope-manager': 5.33.1 - '@typescript-eslint/type-utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq - '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/parser': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/scope-manager': 5.35.1 + '@typescript-eslint/type-utils': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/utils': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 eslint: 8.22.0 functional-red-black-tree: 1.0.1 @@ -2033,8 +2033,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: - resolution: {integrity: sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==} + /@typescript-eslint/parser/5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2043,9 +2043,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.33.1 - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.35.1 + '@typescript-eslint/types': 5.35.1 + '@typescript-eslint/typescript-estree': 5.35.1_typescript@4.7.4 debug: 4.3.4 eslint: 8.22.0 typescript: 4.7.4 @@ -2053,16 +2053,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.33.1: - resolution: {integrity: sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==} + /@typescript-eslint/scope-manager/5.35.1: + resolution: {integrity: sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/visitor-keys': 5.33.1 + '@typescript-eslint/types': 5.35.1 + '@typescript-eslint/visitor-keys': 5.35.1 dev: true - /@typescript-eslint/type-utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: - resolution: {integrity: sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==} + /@typescript-eslint/type-utils/5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2071,7 +2071,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/utils': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 eslint: 8.22.0 tsutils: 3.21.0_typescript@4.7.4 @@ -2080,13 +2080,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.33.1: - resolution: {integrity: sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==} + /@typescript-eslint/types/5.35.1: + resolution: {integrity: sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.33.1_typescript@4.7.4: - resolution: {integrity: sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==} + /@typescript-eslint/typescript-estree/5.35.1_typescript@4.7.4: + resolution: {integrity: sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2094,8 +2094,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/visitor-keys': 5.33.1 + '@typescript-eslint/types': 5.35.1 + '@typescript-eslint/visitor-keys': 5.35.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2106,16 +2106,16 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: - resolution: {integrity: sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==} + /@typescript-eslint/utils/5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.33.1 - '@typescript-eslint/types': 5.33.1 - '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.35.1 + '@typescript-eslint/types': 5.35.1 + '@typescript-eslint/typescript-estree': 5.35.1_typescript@4.7.4 eslint: 8.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.22.0 @@ -2124,11 +2124,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.33.1: - resolution: {integrity: sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==} + /@typescript-eslint/visitor-keys/5.35.1: + resolution: {integrity: sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/types': 5.35.1 eslint-visitor-keys: 3.3.0 dev: true @@ -3416,8 +3416,8 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - is-text-path: 1.0.1 JSONStream: 1.3.5 + is-text-path: 1.0.1 lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 @@ -3934,8 +3934,8 @@ packages: domelementtype: 2.3.0 dev: true - /dompurify/2.3.10: - resolution: {integrity: sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g==} + /dompurify/2.4.0: + resolution: {integrity: sha512-Be9tbQMZds4a3C6xTmz68NlMfeONA//4dOavl/1rNw50E+/QO0KVpbcU0PcaW0nsQxurXls9ZocqFxk8R2mWEA==} dev: false /domutils/2.8.0: @@ -4390,7 +4390,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_bqtl5xx3vbklkgkxkvld3j7ioa: + /eslint-module-utils/2.7.3_v26d7mdxwhyqykunawffqp7s2m: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4408,7 +4408,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/parser': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4416,7 +4416,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_3bh5nkk7utn7e74vrwtv6rxmt4: + /eslint-plugin-import/2.26.0_lewfh47l4outvz5ytnjtm3tbm4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4426,14 +4426,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/parser': 5.35.1_4rv7y5c6xz3vfxwhbrcxxi73bq array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.22.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_bqtl5xx3vbklkgkxkvld3j7ioa + eslint-module-utils: 2.7.3_v26d7mdxwhyqykunawffqp7s2m has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -7387,6 +7387,11 @@ packages: resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} dev: true + /npm-normalize-package-bin/2.0.0: + resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + dev: true + /npm-package-arg/9.1.0: resolution: {integrity: sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -7397,15 +7402,15 @@ packages: validate-npm-package-name: 4.0.0 dev: true - /npm-packlist/5.1.1: - resolution: {integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==} + /npm-packlist/5.1.2: + resolution: {integrity: sha512-rQiBDNmt1H1jNhFEo9ilTD7ZJXd6cvHSmBK+waIBu886v6OyLWjZqb1RD9viR7rgG0AAe29FYnOXcO26TRxT/Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: glob: 8.0.3 ignore-walk: 5.0.1 npm-bundled: 1.1.2 - npm-normalize-package-bin: 1.0.1 + npm-normalize-package-bin: 2.0.0 dev: true /npm-pick-manifest/7.0.1: @@ -7716,12 +7721,12 @@ packages: minipass: 3.3.4 mkdirp: 1.0.4 npm-package-arg: 9.1.0 - npm-packlist: 5.1.1 + npm-packlist: 5.1.2 npm-pick-manifest: 7.0.1 npm-registry-fetch: 13.3.1 proc-log: 2.0.1 promise-retry: 2.0.1 - read-package-json: 5.0.1 + read-package-json: 5.0.2 read-package-json-fast: 2.0.3 rimraf: 3.0.2 ssri: 9.0.1 @@ -7926,8 +7931,8 @@ packages: find-up: 4.1.0 dev: true - /pnpm/7.9.3: - resolution: {integrity: sha512-0hpAD1vtILw0i9gTN4ffagnScWMW9/avfZIKllBUd++fAvCss+hVgPPDd0HS9XcOT675gid4H9esGkbLdaFy+w==} + /pnpm/7.9.5: + resolution: {integrity: sha512-+r7+PlBIsblqia8eUOUsBp/R+lHmGAm55jyQRt3DWMUI0srVR1aNJhQECfx24L53Ckz9g48mVxQXEniQMWQPmw==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -8253,14 +8258,14 @@ packages: npm-normalize-package-bin: 1.0.1 dev: true - /read-package-json/5.0.1: - resolution: {integrity: sha512-MALHuNgYWdGW3gKzuNMuYtcSSZbGQm94fAp16xt8VsYTLBjUSc55bLMKe6gzpWue0Tfi6CBgwCSdDAqutGDhMg==} + /read-package-json/5.0.2: + resolution: {integrity: sha512-BSzugrt4kQ/Z0krro8zhTwV1Kd79ue25IhNN/VtHFy1mG/6Tluyi+msc0UpwaoQzxSHa28mntAjIZY6kEgfR9Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: glob: 8.0.3 json-parse-even-better-errors: 2.3.1 normalize-package-data: 4.0.0 - npm-normalize-package-bin: 1.0.1 + npm-normalize-package-bin: 2.0.0 dev: true /read-pkg-up/3.0.0: @@ -8518,7 +8523,7 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass-loader/13.0.2_sass@1.54.4+webpack@5.74.0: + /sass-loader/13.0.2_sass@1.54.5+webpack@5.74.0: resolution: {integrity: sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -8539,12 +8544,12 @@ packages: dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.54.4 + sass: 1.54.5 webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /sass/1.54.4: - resolution: {integrity: sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==} + /sass/1.54.5: + resolution: {integrity: sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: