From 4a57b3f1a5b0474a990ee78375ffb4aac640639f Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 16 Jul 2023 10:20:46 +0530 Subject: Upgrade outdated npm modules --- package.json | 20 ++--- pnpm-lock.yaml | 273 +++++++++++++++++++++------------------------------------ 2 files changed, 108 insertions(+), 185 deletions(-) diff --git a/package.json b/package.json index 1b34be208..58a47c4a8 100644 --- a/package.json +++ b/package.json @@ -79,15 +79,15 @@ "fs-extra": "11.1.1", "google-translate-api-x": "10.6.7", "history": "5.3.0", - "immutable": "4.3.0", - "jsonwebtoken": "9.0.0", + "immutable": "4.3.1", + "jsonwebtoken": "9.0.1", "jss": "10.10.0", "languagedetect": "2.0.0", "lodash": "4.17.21", "macos-version": "5.2.1", "markdown-to-jsx": "7.2.1", "minimist": "1.2.8", - "mobx": "6.9.0", + "mobx": "6.9.1", "mobx-localstorage": "1.2.0", "mobx-react": "7.6.0", "mobx-react-form": "3.2.0", @@ -115,7 +115,7 @@ "react-transition-group": "1.2.1", "route-parser": "0.0.5", "sanitize-filename": "1.6.3", - "semver": "7.5.1", + "semver": "7.5.4", "sqlite3": "5.1.6", "tar": "6.1.15", "tslib": "2.5.3", @@ -125,14 +125,14 @@ "ws": "8.13.0" }, "devDependencies": { - "@commitlint/cli": "17.6.5", - "@commitlint/config-conventional": "17.6.5", + "@commitlint/cli": "17.6.6", + "@commitlint/config-conventional": "17.6.6", "@electron/notarize": "1.2.3", "@formatjs/cli": "6.1.3", "@types/color": "3.0.3", "@types/expect.js": "0.3.29", "@types/fs-extra": "11.0.1", - "@types/jest": "29.5.2", + "@types/jest": "29.5.3", "@types/lodash": "4.14.195", "@types/ms": "0.7.31", "@types/node": "18.15.3", @@ -144,7 +144,7 @@ "@types/validator": "13.7.17", "@typescript-eslint/eslint-plugin": "5.59.11", "@typescript-eslint/parser": "5.59.11", - "all-contributors-cli": "6.26.0", + "all-contributors-cli": "6.26.1", "chalk": "5.2.0", "concurrently": "8.2.0", "cross-env": "7.0.3", @@ -159,7 +159,7 @@ "eslint-config-airbnb-typescript": "17.0.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "27.2.1", + "eslint-plugin-jest": "27.2.3", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.32.2", @@ -172,7 +172,7 @@ "prettier": "2.8.8", "preval-build-info": "1.0.3", "rimraf": "5.0.1", - "simple-git": "3.19.0", + "simple-git": "3.19.1", "tiny-glob": "0.2.9", "typescript": "5.0.4", "wait-on": "7.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a0b8a7fd..202719448 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,7 +64,7 @@ dependencies: version: 4.1.2 '@superwf/mobx-react-router': specifier: 7.4.0 - version: 7.4.0(history@5.3.0)(mobx@6.9.0)(path-to-regexp@6.2.1) + version: 7.4.0(history@5.3.0)(mobx@6.9.1)(path-to-regexp@6.2.1) auto-launch: specifier: 5.0.6 version: 5.0.6 @@ -117,11 +117,11 @@ dependencies: specifier: 5.3.0 version: 5.3.0 immutable: - specifier: 4.3.0 - version: 4.3.0 + specifier: 4.3.1 + version: 4.3.1 jsonwebtoken: - specifier: 9.0.0 - version: 9.0.0 + specifier: 9.0.1 + version: 9.0.1 jss: specifier: 10.10.0 version: 10.10.0 @@ -141,17 +141,17 @@ dependencies: specifier: 1.2.8 version: 1.2.8 mobx: - specifier: 6.9.0 - version: 6.9.0 + specifier: 6.9.1 + version: 6.9.1 mobx-localstorage: specifier: 1.2.0 - version: 1.2.0(mobx@6.9.0) + version: 1.2.0(mobx@6.9.1) mobx-react: specifier: 7.6.0 - version: 7.6.0(mobx@6.9.0)(react-dom@18.2.0)(react@18.2.0) + version: 7.6.0(mobx@6.9.1)(react-dom@18.2.0)(react@18.2.0) mobx-react-form: specifier: 3.2.0 - version: 3.2.0(mobx@6.9.0) + version: 3.2.0(mobx@6.9.1) moment: specifier: 2.29.4 version: 2.29.4 @@ -225,8 +225,8 @@ dependencies: specifier: 1.6.3 version: 1.6.3 semver: - specifier: 7.5.1 - version: 7.5.1 + specifier: 7.5.4 + version: 7.5.4 sqlite3: specifier: 5.1.6 version: 5.1.6 @@ -259,11 +259,11 @@ optionalDependencies: devDependencies: '@commitlint/cli': - specifier: 17.6.5 - version: 17.6.5 + specifier: 17.6.6 + version: 17.6.6 '@commitlint/config-conventional': - specifier: 17.6.5 - version: 17.6.5 + specifier: 17.6.6 + version: 17.6.6 '@electron/notarize': specifier: 1.2.3 version: 1.2.3 @@ -280,8 +280,8 @@ devDependencies: specifier: 11.0.1 version: 11.0.1 '@types/jest': - specifier: 29.5.2 - version: 29.5.2 + specifier: 29.5.3 + version: 29.5.3 '@types/lodash': specifier: 4.14.195 version: 4.14.195 @@ -316,8 +316,8 @@ devDependencies: specifier: 5.59.11 version: 5.59.11(eslint@8.39.0)(typescript@5.0.4) all-contributors-cli: - specifier: 6.26.0 - version: 6.26.0 + specifier: 6.26.1 + version: 6.26.1 chalk: specifier: 5.2.0 version: 5.2.0 @@ -361,8 +361,8 @@ devDependencies: specifier: 2.27.5 version: 2.27.5(@typescript-eslint/parser@5.59.11)(eslint@8.39.0) eslint-plugin-jest: - specifier: 27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.59.11)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4) + specifier: 27.2.3 + version: 27.2.3(@typescript-eslint/eslint-plugin@5.59.11)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4) eslint-plugin-jsx-a11y: specifier: 6.7.1 version: 6.7.1(eslint@8.39.0) @@ -400,8 +400,8 @@ devDependencies: specifier: 5.0.1 version: 5.0.1 simple-git: - specifier: 3.19.0 - version: 3.19.0 + specifier: 3.19.1 + version: 3.19.1 tiny-glob: specifier: 0.2.9 version: 0.2.9 @@ -977,13 +977,13 @@ packages: engines: {node: '>=0.1.90'} dev: false - /@commitlint/cli@17.6.5: - resolution: {integrity: sha512-3PQrWr/uo6lzF5k7n5QuosCYnzaxP9qGBp3jhWP0Vmsa7XA6wrl9ccPqfQyXpSbQE3zBROVO3TDqgPKe4tfmLQ==} + /@commitlint/cli@17.6.6: + resolution: {integrity: sha512-sTKpr2i/Fjs9OmhU+beBxjPavpnLSqZaO6CzwKVq2Tc4UYVTMFgpKOslDhUBVlfAUBfjVO8ParxC/MXkIOevEA==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 - '@commitlint/lint': 17.6.5 + '@commitlint/lint': 17.6.6 '@commitlint/load': 17.5.0 '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 @@ -997,8 +997,8 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional@17.6.5: - resolution: {integrity: sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==} + /@commitlint/config-conventional@17.6.6: + resolution: {integrity: sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 5.0.0 @@ -1037,19 +1037,19 @@ packages: chalk: 4.1.2 dev: true - /@commitlint/is-ignored@17.6.5: - resolution: {integrity: sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ==} + /@commitlint/is-ignored@17.6.6: + resolution: {integrity: sha512-4Fw875faAKO+2nILC04yW/2Vy/wlV3BOYCSQ4CEFzriPEprc1Td2LILmqmft6PDEK5Sr14dT9tEzeaZj0V56Gg==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 - semver: 7.5.0 + semver: 7.5.2 dev: true - /@commitlint/lint@17.6.5: - resolution: {integrity: sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw==} + /@commitlint/lint@17.6.6: + resolution: {integrity: sha512-5bN+dnHcRLkTvwCHYMS7Xpbr+9uNi0Kq5NR3v4+oPNx6pYXt8ACuw9luhM/yMgHYwW0ajIR20wkPAFkZLEMGmg==} engines: {node: '>=v14'} dependencies: - '@commitlint/is-ignored': 17.6.5 + '@commitlint/is-ignored': 17.6.6 '@commitlint/parse': 17.6.5 '@commitlint/rules': 17.6.5 '@commitlint/types': 17.4.4 @@ -1235,7 +1235,7 @@ packages: node-api-version: 0.1.4 node-gyp: 9.3.1 ora: 5.4.1 - semver: 7.5.1 + semver: 7.5.4 tar: 6.1.15 yargs: 17.7.2 transitivePeerDependencies: @@ -1999,7 +1999,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.5.1 + semver: 7.5.4 tar: 6.1.15 transitivePeerDependencies: - encoding @@ -2046,7 +2046,7 @@ packages: resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 - semver: 7.5.1 + semver: 7.5.4 dev: false optional: true @@ -2055,7 +2055,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@gar/promisify': 1.1.3 - semver: 7.5.1 + semver: 7.5.4 dev: true /@npmcli/move-file@1.1.2: @@ -2278,7 +2278,7 @@ packages: resetable: 1.0.3 dev: false - /@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.9.0)(path-to-regexp@6.2.1): + /@superwf/mobx-react-router@7.4.0(history@5.3.0)(mobx@6.9.1)(path-to-regexp@6.2.1): resolution: {integrity: sha512-3Mq3p1mTJPYpDkYzAzhFLBCPqP528pHyu2V3UFSwcGGPUiFqFFmz31RIRYFHF13anQ2joxwrSllKZj0NiLMFpw==} peerDependencies: history: '>=5' @@ -2286,7 +2286,7 @@ packages: path-to-regexp: '>=6' dependencies: history: 5.3.0 - mobx: 6.9.0 + mobx: 6.9.1 path-to-regexp: 6.2.1 dev: false @@ -2431,8 +2431,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest@29.5.2: - resolution: {integrity: sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==} + /@types/jest@29.5.3: + resolution: {integrity: sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==} dependencies: expect: 29.5.0 pretty-format: 29.5.0 @@ -2587,7 +2587,7 @@ packages: grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.1 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.0.4) typescript: 5.0.4 transitivePeerDependencies: @@ -2614,14 +2614,6 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager@5.48.1: - resolution: {integrity: sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/visitor-keys': 5.48.1 - dev: true - /@typescript-eslint/scope-manager@5.59.11: resolution: {integrity: sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2650,37 +2642,11 @@ packages: - supports-color dev: true - /@typescript-eslint/types@5.48.1: - resolution: {integrity: sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/types@5.59.11: resolution: {integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.48.1(typescript@5.0.4): - resolution: {integrity: sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/visitor-keys': 5.48.1 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.5.1 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/typescript-estree@5.59.11(typescript@5.0.4): resolution: {integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2695,33 +2661,13 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.1 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.0.4) typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.48.1(eslint@8.39.0)(typescript@5.0.4): - resolution: {integrity: sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==} - 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 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.48.1 - '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.0.4) - eslint: 8.39.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0(eslint@8.39.0) - semver: 7.5.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - /@typescript-eslint/utils@5.59.11(eslint@8.39.0)(typescript@5.0.4): resolution: {integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2736,20 +2682,12 @@ packages: '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.0.4) eslint: 8.39.0 eslint-scope: 5.1.1 - semver: 7.5.1 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@5.48.1: - resolution: {integrity: sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.48.1 - eslint-visitor-keys: 3.4.1 - dev: true - /@typescript-eslint/visitor-keys@5.59.11: resolution: {integrity: sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2872,8 +2810,8 @@ packages: uri-js: 4.4.1 dev: true - /all-contributors-cli@6.26.0: - resolution: {integrity: sha512-HOMfawD0XyNbOvLUn7rOAP5N9RLnbH+Y/9/IoxwPzCmy6srHSFyRMwbpD0H7Tw+1QzdJT8RH7bTe1IZkPhF+NQ==} + /all-contributors-cli@6.26.1: + resolution: {integrity: sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==} engines: {node: '>=4'} hasBin: true dependencies: @@ -3209,7 +3147,7 @@ packages: minimatch: 5.1.2 read-config-file: 6.3.2 sanitize-filename: 1.6.3 - semver: 7.5.1 + semver: 7.5.4 tar: 6.1.15 temp-file: 3.4.0 transitivePeerDependencies: @@ -4482,7 +4420,7 @@ packages: /css-vendor@2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 is-in-browser: 1.1.3 dev: false @@ -4961,7 +4899,7 @@ packages: lazy-val: 1.0.5 lodash.escaperegexp: 4.1.2 lodash.isequal: 4.5.0 - semver: 7.5.1 + semver: 7.5.4 typed-emitter: 2.1.0 transitivePeerDependencies: - supports-color @@ -5382,11 +5320,11 @@ packages: - supports-color dev: true - /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.59.11)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4): - resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} + /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@5.59.11)(eslint@8.39.0)(jest@29.5.0)(typescript@5.0.4): + resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: - '@typescript-eslint/eslint-plugin': ^5.0.0 + '@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0 eslint: ^7.0.0 || ^8.0.0 jest: '*' peerDependenciesMeta: @@ -5396,7 +5334,7 @@ packages: optional: true dependencies: '@typescript-eslint/eslint-plugin': 5.59.11(@typescript-eslint/parser@5.59.11)(eslint@8.39.0)(typescript@5.0.4) - '@typescript-eslint/utils': 5.48.1(eslint@8.39.0)(typescript@5.0.4) + '@typescript-eslint/utils': 5.59.11(eslint@8.39.0)(typescript@5.0.4) eslint: 8.39.0 jest: 29.5.0(@types/node@18.15.3)(ts-node@10.9.1) transitivePeerDependencies: @@ -5500,7 +5438,7 @@ packages: regexp-tree: 0.1.24 regjsparser: 0.9.1 safe-regex: 2.1.1 - semver: 7.5.1 + semver: 7.5.4 strip-indent: 3.0.0 dev: true @@ -5520,21 +5458,6 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils@3.0.0(eslint@8.39.0): - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.39.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /eslint-visitor-keys@2.1.0: - resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} - engines: {node: '>=10'} - dev: true - /eslint-visitor-keys@3.4.1: resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -6345,7 +6268,7 @@ packages: es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 - semver: 7.5.1 + semver: 7.5.4 serialize-error: 7.0.1 optional: true @@ -6741,8 +6664,8 @@ packages: engines: {node: '>= 4'} dev: true - /immutable@4.3.0: - resolution: {integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==} + /immutable@4.3.1: + resolution: {integrity: sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==} /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -7658,7 +7581,7 @@ packages: jest-util: 29.5.0 natural-compare: 1.4.0 pretty-format: 29.5.0 - semver: 7.5.1 + semver: 7.5.4 transitivePeerDependencies: - supports-color dev: true @@ -7867,14 +7790,14 @@ packages: semver: 5.7.1 dev: false - /jsonwebtoken@9.0.0: - resolution: {integrity: sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==} + /jsonwebtoken@9.0.1: + resolution: {integrity: sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==} engines: {node: '>=12', npm: '>=6'} dependencies: jws: 3.2.2 lodash: 4.17.21 ms: 2.1.3 - semver: 7.5.1 + semver: 7.5.4 dev: false /jsprim@1.4.2: @@ -7890,7 +7813,7 @@ packages: /jss-plugin-camel-case@10.10.0: resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 hyphenate-style-name: 1.0.4 jss: 10.10.0 dev: false @@ -7898,7 +7821,7 @@ packages: /jss-plugin-compose@10.10.0: resolution: {integrity: sha512-F5kgtWpI2XfZ3Z8eP78tZEYFdgTIbpA/TMuX3a8vwrNolYtN1N4qJR/Ob0LAsqIwCMLojtxN7c7Oo/+Vz6THow==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -7906,21 +7829,21 @@ packages: /jss-plugin-default-unit@10.10.0: resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 dev: false /jss-plugin-expand@10.10.0: resolution: {integrity: sha512-ymT62W2OyDxBxr7A6JR87vVX9vTq2ep5jZLIdUSusfBIEENLdkkc0lL/Xaq8W9s3opUq7R0sZQpzRWELrfVYzA==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 dev: false /jss-plugin-extend@10.10.0: resolution: {integrity: sha512-sKYrcMfr4xxigmIwqTjxNcHwXJIfvhvjTNxF+Tbc1NmNdyspGW47Ey6sGH8BcQ4FFQhLXctpWCQSpDwdNmXSwg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -7928,14 +7851,14 @@ packages: /jss-plugin-global@10.10.0: resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 dev: false /jss-plugin-nested@10.10.0: resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -7943,14 +7866,14 @@ packages: /jss-plugin-props-sort@10.10.0: resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 dev: false /jss-plugin-rule-value-function@10.10.0: resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -7958,7 +7881,7 @@ packages: /jss-plugin-rule-value-observable@10.10.0: resolution: {integrity: sha512-ZLMaYrR3QE+vD7nl3oNXuj79VZl9Kp8/u6A1IbTPDcuOu8b56cFdWRZNZ0vNr8jHewooEeq2doy8Oxtymr2ZPA==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 symbol-observable: 1.2.0 dev: false @@ -7966,7 +7889,7 @@ packages: /jss-plugin-template@10.10.0: resolution: {integrity: sha512-ocXZBIOJOA+jISPdsgkTs8wwpK6UbsvtZK5JI7VUggTD6LWKbtoxUzadd2TpfF+lEtlhUmMsCkTRNkITdPKa6w==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -7974,7 +7897,7 @@ packages: /jss-plugin-vendor-prefixer@10.10.0: resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.21.5 css-vendor: 2.0.8 jss: 10.10.0 dev: false @@ -8772,26 +8695,26 @@ packages: engines: {node: '>=10'} hasBin: true - /mobx-localstorage@1.2.0(mobx@6.9.0): + /mobx-localstorage@1.2.0(mobx@6.9.1): resolution: {integrity: sha512-fb03qyQfjnDIOW28qdV+h9AZ8qtJCZnzNgsej0YxCYwAR2ViykKxgHThikgOi+zJzJj5ljxWyvjGrr6CoptcFw==} peerDependencies: mobx: '>=3' dependencies: - mobx: 6.9.0 + mobx: 6.9.1 reactive-localstorage: 0.0.2 dev: false - /mobx-react-form@3.2.0(mobx@6.9.0): + /mobx-react-form@3.2.0(mobx@6.9.1): resolution: {integrity: sha512-7ddOvBulXW5VSMpxrok0A1VGZuWgn1cSvQ2HFXK2uMg631/37Anck7ASWEqK3AzKOaaP9/0kr7VCChqvhyotzQ==} engines: {node: '>=8.0.0'} peerDependencies: mobx: ^6.0.0 dependencies: lodash: 4.17.21 - mobx: 6.9.0 + mobx: 6.9.1 dev: false - /mobx-react-lite@3.4.0(mobx@6.9.0)(react-dom@18.2.0)(react@18.2.0): + /mobx-react-lite@3.4.0(mobx@6.9.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==} peerDependencies: mobx: ^6.1.0 @@ -8804,12 +8727,12 @@ packages: react-native: optional: true dependencies: - mobx: 6.9.0 + mobx: 6.9.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /mobx-react@7.6.0(mobx@6.9.0)(react-dom@18.2.0)(react@18.2.0): + /mobx-react@7.6.0(mobx@6.9.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+HQUNuh7AoQ9ZnU6c4rvbiVVl+wEkb9WqYsVDzGLng+Dqj1XntHu79PvEWKtSMoMj67vFp/ZPXcElosuJO8ckA==} peerDependencies: mobx: ^6.1.0 @@ -8822,14 +8745,14 @@ packages: react-native: optional: true dependencies: - mobx: 6.9.0 - mobx-react-lite: 3.4.0(mobx@6.9.0)(react-dom@18.2.0)(react@18.2.0) + mobx: 6.9.1 + mobx-react-lite: 3.4.0(mobx@6.9.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /mobx@6.9.0: - resolution: {integrity: sha512-HdKewQEREEJgsWnErClfbFoVebze6rGazxFLU/XUyrII8dORfVszN1V0BMRnQSzcgsNNtkX8DHj3nC6cdWE9YQ==} + /mobx@6.9.1: + resolution: {integrity: sha512-7V41hvBmzCQg5n/xoZi2qkhREbnF3wHbzbIdR1sLJhVt6yWq2Zq0FlNahEt/RccOmEIjipvBqeQ4mlOEyMhaaA==} dev: false /modify-filename@1.1.0: @@ -8916,7 +8839,7 @@ packages: resolution: {integrity: sha512-zNy02qivjjRosswoYmPi8hIKJRr8MpQyeKT6qlcq/OnOgA3Rhoae+IYOqsM9V5+JnHWmxKnWOT2GxvtqdtOCXA==} engines: {node: '>=10'} dependencies: - semver: 7.5.1 + semver: 7.5.4 dev: true /node-addon-api@1.7.2: @@ -8938,7 +8861,7 @@ packages: /node-api-version@0.1.4: resolution: {integrity: sha512-KGXihXdUChwJAOHO53bv9/vXcLmdUsZ6jIptbvYvkpKfth+r7jw44JkVxQFA3kX5nQjzjmGu1uAu/xNNLNlI5g==} dependencies: - semver: 7.5.1 + semver: 7.5.4 dev: true /node-cookie@2.1.2: @@ -8991,7 +8914,7 @@ packages: nopt: 5.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.5.1 + semver: 7.5.4 tar: 6.1.15 which: 2.0.2 transitivePeerDependencies: @@ -9012,7 +8935,7 @@ packages: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.5.1 + semver: 7.5.4 tar: 6.1.15 which: 2.0.2 transitivePeerDependencies: @@ -9092,7 +9015,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.12.0 - semver: 7.5.1 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -10643,7 +10566,7 @@ packages: hasBin: true dependencies: chokidar: 3.5.3 - immutable: 4.3.0 + immutable: 4.3.1 source-map-js: 1.0.2 dev: true @@ -10688,16 +10611,16 @@ packages: hasBin: true dev: true - /semver@7.5.0: - resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} + /semver@7.5.2: + resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: true - /semver@7.5.1: - resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==} + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} hasBin: true dependencies: @@ -10898,8 +10821,8 @@ packages: scmp: 2.0.0 dev: false - /simple-git@3.19.0: - resolution: {integrity: sha512-hyH2p9Ptxjf/xPuL7HfXbpYt9gKhC1yWDh3KYIAYJJePAKV7AEjLN4xhp7lozOdNiaJ9jlVvAbBymVlcS2jRiA==} + /simple-git@3.19.1: + resolution: {integrity: sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==} dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 -- cgit v1.2.3-54-g00ecf