diff --git a/auditjs.json b/auditjs.json index a29f2ab5d..69fa2e3d2 100644 --- a/auditjs.json +++ b/auditjs.json @@ -1212,6 +1212,70 @@ "reference": "https://ossindex.sonatype.org/vulnerability/CVE-2024-26467?component-type=npm&component-name=railroad-diagrams&utm_source=auditjs&utm_medium=integration&utm_content=4.0.39" } ] + }, + { + "coordinates": "pkg:npm/express@4.18.2", + "description": "Fast, unopinionated, minimalist web framework", + "reference": "https://ossindex.sonatype.org/component/pkg:npm/express@4.18.2?utm_source=auditjs&utm_medium=integration&utm_content=4.0.45", + "vulnerabilities": [ + { + "id": "CVE-2024-29041", + "title": "[CVE-2024-29041] CWE-1286 CWE-601", + "description": "Express.js minimalist web framework for node. Versions of Express.js prior to 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()` but this is also called from within `res.redirect()`. The vulnerability is fixed in 4.19.2 and 5.0.0-beta.3.", + "cvssScore": 6.1, + "cvssVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "cve": "CVE-2024-29041", + "reference": "https://ossindex.sonatype.org/vulnerability/CVE-2024-29041?component-type=npm&component-name=express&utm_source=auditjs&utm_medium=integration&utm_content=4.0.45" + } + ] + }, + { + "coordinates": "pkg:npm/follow-redirects@1.15.2", + "description": "HTTP and HTTPS modules that follow redirects.", + "reference": "https://ossindex.sonatype.org/component/pkg:npm/follow-redirects@1.15.2?utm_source=auditjs&utm_medium=integration&utm_content=4.0.45", + "vulnerabilities": [ + { + "id": "CVE-2024-28849", + "title": "[CVE-2024-28849] CWE-200: Information Exposure", + "description": "follow-redirects is an open source, drop-in replacement for Node's `http` and `https` modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials too. This vulnerability may lead to credentials leak, but has been addressed in version 1.15.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\nSonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2024-28849 for details", + "cvssScore": 6.5, + "cvssVector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", + "cve": "CVE-2024-28849", + "reference": "https://ossindex.sonatype.org/vulnerability/CVE-2024-28849?component-type=npm&component-name=follow-redirects&utm_source=auditjs&utm_medium=integration&utm_content=4.0.45" + } + ] + }, + { + "coordinates": "pkg:npm/webpack-dev-middleware@3.7.3", + "description": "A development middleware for webpack", + "reference": "https://ossindex.sonatype.org/component/pkg:npm/webpack-dev-middleware@3.7.3?utm_source=auditjs&utm_medium=integration&utm_content=4.0.45", + "vulnerabilities": [ + { + "id": "CVE-2024-29180", + "title": "[CVE-2024-29180] CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", + "description": "Prior to versions 7.1.0, 6.1.2, and 5.3.4, the webpack-dev-middleware development middleware for devpack does not validate the supplied URL address sufficiently before returning the local file. It is possible to access any file on the developer's machine. The middleware can either work with the physical filesystem when reading the files or it can use a virtualized in-memory `memfs` filesystem. If `writeToDisk` configuration option is set to `true`, the physical filesystem is used. The `getFilenameFromUrl` method is used to parse URL and build the local file path. The public path prefix is stripped from the URL, and the `unsecaped` path suffix is appended to the `outputPath`. As the URL is not unescaped and normalized automatically before calling the midlleware, it is possible to use `%2e` and `%2f` sequences to perform path traversal attack.\n\nDevelopers using `webpack-dev-server` or `webpack-dev-middleware` are affected by the issue. When the project is started, an attacker might access any file on the developer's machine and exfiltrate the content. If the development server is listening on a public IP address (or `0.0.0.0`), an attacker on the local network can access the local files without any interaction from the victim (direct connection to the port). If the server allows access from third-party domains, an attacker can send a malicious link to the victim. When visited, the client side script can connect to the local server and exfiltrate the local files. Starting with fixed versions 7.1.0, 6.1.2, and 5.3.4, the URL is unescaped and normalized before any further processing.", + "cvssScore": 7.4, + "cvssVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N", + "cve": "CVE-2024-29180", + "reference": "https://ossindex.sonatype.org/vulnerability/CVE-2024-29180?component-type=npm&component-name=webpack-dev-middleware&utm_source=auditjs&utm_medium=integration&utm_content=4.0.45" + } + ] + }, + { + "coordinates": "pkg:npm/tar@6.1.13", + "description": "tar for node", + "reference": "https://ossindex.sonatype.org/component/pkg:npm/tar@6.1.13?utm_source=auditjs&utm_medium=integration&utm_content=4.0.45", + "vulnerabilities": [ + { + "id": "CVE-2024-28863", + "title": "[CVE-2024-28863] CWE-400: Uncontrolled Resource Consumption ('Resource Exhaustion')", + "description": "node-tar is a Tar for Node.js. node-tar prior to version 6.2.1 has no limit on the number of sub-folders created in the folder creation process. An attacker who generates a large number of sub-folders can consume memory on the system running node-tar and even crash the Node.js client within few seconds of running it using a path with too many sub-folders inside. Version 6.2.1 fixes this issue by preventing extraction in excessively deep sub-folders.", + "cvssScore": 6.5, + "cvssVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", + "cve": "CVE-2024-28863", + "reference": "https://ossindex.sonatype.org/vulnerability/CVE-2024-28863?component-type=npm&component-name=tar&utm_source=auditjs&utm_medium=integration&utm_content=4.0.45" + } + ] } ], "ignore": [ @@ -1442,6 +1506,18 @@ }, { "id": "CVE-2024-26467" + }, + { + "id": "CVE-2024-29041" + }, + { + "id": "CVE-2024-28849" + }, + { + "id": "CVE-2024-29180" + }, + { + "id": "CVE-2024-28863" } ] } diff --git a/package-lock.json b/package-lock.json index c8376c03a..b8742d990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,11 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@auto-it/all-contributors": "11.1.1", - "@auto-it/first-time-contributor": "11.1.1", - "@auto-it/npm": "11.1.1", - "@auto-it/released": "11.1.1", - "@auto-it/slack": "11.1.1", + "@auto-it/all-contributors": "11.1.6", + "@auto-it/first-time-contributor": "11.1.6", + "@auto-it/npm": "11.1.6", + "@auto-it/released": "11.1.6", + "@auto-it/slack": "11.1.6", "@bissolli/storybook-css-properties": "0.0.14", "@brightlayer-ui/storybook-rtl-addon": "1.1.0", "@carbon/icons-react": "11.17.0", @@ -32,7 +32,7 @@ "@types/uuid": "8.3.4", "ast-types": "0.14.2", "auditjs": "4.0.45", - "auto": "11.1.1", + "auto": "11.1.6", "babel-eslint": "11.0.0-beta.2", "babel-preset-razzle": "4.2.18", "enum-for": "0.0.5", @@ -82,12 +82,12 @@ } }, "node_modules/@auto-it/all-contributors": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/all-contributors/-/all-contributors-11.1.1.tgz", - "integrity": "sha512-MSiif/W/cWskqRew1V5xO3Z3VCP3evsaRyl3paTzw1DAI6o7QRGW/M5qSZhCDqPg1v7C43/59yhhBPzlAvf/Sg==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/all-contributors/-/all-contributors-11.1.6.tgz", + "integrity": "sha512-j1VpEojfJMKj3qG37d6foZY1fATH9wZQQ3+ly7yFDw+aEYPS+aYFJUtUL9uUBzACwN/JhmnSztP2VaIgE/33Pw==", "dependencies": { - "@auto-it/bot-list": "11.1.1", - "@auto-it/core": "11.1.1", + "@auto-it/bot-list": "11.1.6", + "@auto-it/core": "11.1.6", "@octokit/rest": "^18.12.0", "all-contributors-cli": "6.19.0", "anymatch": "^3.1.1", @@ -101,19 +101,19 @@ } }, "node_modules/@auto-it/bot-list": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-11.1.1.tgz", - "integrity": "sha512-uKZ08KC9FUjMBYqiizZ3VlXyEAeRHEAJaeNMqQFPi0jFKRtX/Dm4tAhDXqfQeuOuAsUHNh5Pp+4zOX2RmTPZaA==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-11.1.6.tgz", + "integrity": "sha512-3Qdphiw9JlzYX15moLZSaP+jNuM3UAFDHTgIpsfnfIQwQDNSjZhM4rwxqsAY/r1mJAyxt16c6wbqisi7KNFD/A==", "engines": { "node": ">=10.x" } }, "node_modules/@auto-it/core": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/core/-/core-11.1.1.tgz", - "integrity": "sha512-CIQYqJG/pXmWsQjgbjMF6qnwAu7Klrpm5fWHrXpzIEq/3qQfgGmTkauuJRSz9bM5z6pHHCjT1eypVV/EDj9ijg==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/core/-/core-11.1.6.tgz", + "integrity": "sha512-bxiUXJVyRYs7Bf4DH/JLT5pdR14RYSpoX0eBw0ilkU9qNqylTCbThuKofM7Bqn7jaQF2PDUoC72c8xCkqvHGQg==", "dependencies": { - "@auto-it/bot-list": "11.1.1", + "@auto-it/bot-list": "11.1.6", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", "@octokit/core": "^3.5.1", "@octokit/plugin-enterprise-compatibility": "1.3.0", @@ -164,12 +164,12 @@ } }, "node_modules/@auto-it/first-time-contributor": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/first-time-contributor/-/first-time-contributor-11.1.1.tgz", - "integrity": "sha512-xyKULf7+EoaPUZdYE1jVLMo4GUUxiIU5Q9ENdcTrCsw9Y4jSIdCBZKR+wxbxZNdqsJHnLGfAaW+SbLY8OrN2ng==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/first-time-contributor/-/first-time-contributor-11.1.6.tgz", + "integrity": "sha512-yiHP24rf/sNrRBSvzXf4nHndw8D5IAbHNjWN7JXjLYIbcyBeGUu9wsIUhuMQsrLEGu54AC/hbb+IQEhWGF+mjg==", "dependencies": { - "@auto-it/bot-list": "11.1.1", - "@auto-it/core": "11.1.1", + "@auto-it/bot-list": "11.1.6", + "@auto-it/core": "11.1.6", "array.prototype.flatmap": "^1.2.2", "endent": "^2.1.0", "tslib": "2.1.0", @@ -177,12 +177,12 @@ } }, "node_modules/@auto-it/npm": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/npm/-/npm-11.1.1.tgz", - "integrity": "sha512-I7qWPdU2goCmqdvAEpa6yGwQmzx5YXEsZywqs6uTQXIDuGbFzNt/7jwJNt8p/MNE8M0ra8FJ05eHavBLFZuEfg==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/npm/-/npm-11.1.6.tgz", + "integrity": "sha512-eFWzR+6N1lMSXi32BunnlIdXIFikX6mieaFLmPk9VNM4vOXqsfkc7BQ0xhsZRsn5sxSR/XBwlQXoExAHybjs3g==", "dependencies": { - "@auto-it/core": "11.1.1", - "@auto-it/package-json-utils": "11.1.1", + "@auto-it/core": "11.1.6", + "@auto-it/package-json-utils": "11.1.6", "await-to-js": "^3.0.0", "endent": "^2.1.0", "env-ci": "^5.0.1", @@ -198,9 +198,9 @@ } }, "node_modules/@auto-it/package-json-utils": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/package-json-utils/-/package-json-utils-11.1.1.tgz", - "integrity": "sha512-hk6wKuP7fPonXnP/blPHYS4iQaKZ6s+dVBRPSW7pjWZv6H/A131mWVSQC59nhe8lqZhbQ2MrDH4xxfhYnq21sA==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/package-json-utils/-/package-json-utils-11.1.6.tgz", + "integrity": "sha512-RSXmO+KegaEY7uw1vt8iXL9FShiinFigKNFuIWM9oLSaSHJfeQ2ZD291i9nV+tz86bPGySBb5ktdJ3uo2pAZ+Q==", "dependencies": { "parse-author": "^2.0.0", "parse-github-url": "1.0.2" @@ -210,12 +210,12 @@ } }, "node_modules/@auto-it/released": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/released/-/released-11.1.1.tgz", - "integrity": "sha512-iRUebl2q5V7hFEgScGVUMUVoOXrFFi5O280hUCpZxmd6kkG2v7Kl+Weii5zKpd7YSqG0HibJCD+LVwPClAfrCA==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/released/-/released-11.1.6.tgz", + "integrity": "sha512-RHTSjq5fAQxkhcC84aWItotyPGH67o+bzSxzr9H4mzvP8OrIxj7Jsfmk8wT4rjgupCTl9fu8DiGoCGjcQpCdCw==", "dependencies": { - "@auto-it/bot-list": "11.1.1", - "@auto-it/core": "11.1.1", + "@auto-it/bot-list": "11.1.6", + "@auto-it/core": "11.1.6", "deepmerge": "^4.0.0", "fp-ts": "^2.5.3", "io-ts": "^2.1.2", @@ -223,12 +223,12 @@ } }, "node_modules/@auto-it/slack": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/slack/-/slack-11.1.1.tgz", - "integrity": "sha512-GcvadvTkxweOjlnTiM4/nF52KeSyFr7zTd9xquXlPRzgNERmkmfm1ATsP8Glp5Jwcy97plnF22tyD8RKQ6S48A==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/slack/-/slack-11.1.6.tgz", + "integrity": "sha512-QdiSIpQHsv94Hv/QkvtWLuPFvSkYN3Dfl8ji5lKE55MGoShTdSLjHrvgtCYt/cQ1XyyZsgmxkS6GktyzzqZXzg==", "dependencies": { "@atomist/slack-messages": "^1.2.2", - "@auto-it/core": "11.1.1", + "@auto-it/core": "11.1.6", "@octokit/rest": "^18.12.0", "fp-ts": "^2.5.3", "https-proxy-agent": "^5.0.0", @@ -238,11 +238,11 @@ } }, "node_modules/@auto-it/version-file": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/version-file/-/version-file-11.1.1.tgz", - "integrity": "sha512-KHKunip2nXWKd7zJ0hdALojY+E6sTdmxuq9SXYgTMXUcZw2BtxunVSK1hb2wmS6iUH4CCILk12dHksAO5BFzeQ==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/version-file/-/version-file-11.1.6.tgz", + "integrity": "sha512-iDAK0IrCYFPDgkX4DGB97VFbiFEfxN+IMW1NiF+Qk7Kd3SX2899vwuFxyVvGwovX7ssuCi/4tSTrvx6PLhH6zw==", "dependencies": { - "@auto-it/core": "11.1.1", + "@auto-it/core": "11.1.6", "fp-ts": "^2.5.3", "io-ts": "^2.1.2", "semver": "^7.0.0", @@ -9957,14 +9957,14 @@ } }, "node_modules/auto": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/auto/-/auto-11.1.1.tgz", - "integrity": "sha512-mOucdDWMjtuBDH8phH9Z0s1dD4uFrFIhYQ/Zh4wCH2uB3eEf8qZbu20DLOWCfj1zEUU2gxqVAuqJD4OyLWvaSQ==", - "dependencies": { - "@auto-it/core": "11.1.1", - "@auto-it/npm": "11.1.1", - "@auto-it/released": "11.1.1", - "@auto-it/version-file": "11.1.1", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/auto/-/auto-11.1.6.tgz", + "integrity": "sha512-GKeZbFWPp7V9d+yWuFvaffVNyLSGFpR/+SrzXt29YKhg8axx5bKQKzbBN0eSzX5DLmhBwS81tWXS+SYpECil9Q==", + "dependencies": { + "@auto-it/core": "11.1.6", + "@auto-it/npm": "11.1.6", + "@auto-it/released": "11.1.6", + "@auto-it/version-file": "11.1.6", "await-to-js": "^3.0.0", "chalk": "^4.0.0", "command-line-application": "^0.10.1", @@ -40524,12 +40524,12 @@ "integrity": "sha512-K1kQv1BZVtMXQqdpNZt9Pgh85KwamsWX9gYyq1xG4cpyb+EacfMiNfumrju16piFXanCUrCR0P1DowPjV2qV/A==" }, "@auto-it/all-contributors": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/all-contributors/-/all-contributors-11.1.1.tgz", - "integrity": "sha512-MSiif/W/cWskqRew1V5xO3Z3VCP3evsaRyl3paTzw1DAI6o7QRGW/M5qSZhCDqPg1v7C43/59yhhBPzlAvf/Sg==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/all-contributors/-/all-contributors-11.1.6.tgz", + "integrity": "sha512-j1VpEojfJMKj3qG37d6foZY1fATH9wZQQ3+ly7yFDw+aEYPS+aYFJUtUL9uUBzACwN/JhmnSztP2VaIgE/33Pw==", "requires": { - "@auto-it/bot-list": "11.1.1", - "@auto-it/core": "11.1.1", + "@auto-it/bot-list": "11.1.6", + "@auto-it/core": "11.1.6", "@octokit/rest": "^18.12.0", "all-contributors-cli": "6.19.0", "anymatch": "^3.1.1", @@ -40543,16 +40543,16 @@ } }, "@auto-it/bot-list": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-11.1.1.tgz", - "integrity": "sha512-uKZ08KC9FUjMBYqiizZ3VlXyEAeRHEAJaeNMqQFPi0jFKRtX/Dm4tAhDXqfQeuOuAsUHNh5Pp+4zOX2RmTPZaA==" + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-11.1.6.tgz", + "integrity": "sha512-3Qdphiw9JlzYX15moLZSaP+jNuM3UAFDHTgIpsfnfIQwQDNSjZhM4rwxqsAY/r1mJAyxt16c6wbqisi7KNFD/A==" }, "@auto-it/core": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/core/-/core-11.1.1.tgz", - "integrity": "sha512-CIQYqJG/pXmWsQjgbjMF6qnwAu7Klrpm5fWHrXpzIEq/3qQfgGmTkauuJRSz9bM5z6pHHCjT1eypVV/EDj9ijg==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/core/-/core-11.1.6.tgz", + "integrity": "sha512-bxiUXJVyRYs7Bf4DH/JLT5pdR14RYSpoX0eBw0ilkU9qNqylTCbThuKofM7Bqn7jaQF2PDUoC72c8xCkqvHGQg==", "requires": { - "@auto-it/bot-list": "11.1.1", + "@auto-it/bot-list": "11.1.6", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", "@octokit/core": "^3.5.1", "@octokit/plugin-enterprise-compatibility": "1.3.0", @@ -40595,12 +40595,12 @@ } }, "@auto-it/first-time-contributor": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/first-time-contributor/-/first-time-contributor-11.1.1.tgz", - "integrity": "sha512-xyKULf7+EoaPUZdYE1jVLMo4GUUxiIU5Q9ENdcTrCsw9Y4jSIdCBZKR+wxbxZNdqsJHnLGfAaW+SbLY8OrN2ng==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/first-time-contributor/-/first-time-contributor-11.1.6.tgz", + "integrity": "sha512-yiHP24rf/sNrRBSvzXf4nHndw8D5IAbHNjWN7JXjLYIbcyBeGUu9wsIUhuMQsrLEGu54AC/hbb+IQEhWGF+mjg==", "requires": { - "@auto-it/bot-list": "11.1.1", - "@auto-it/core": "11.1.1", + "@auto-it/bot-list": "11.1.6", + "@auto-it/core": "11.1.6", "array.prototype.flatmap": "^1.2.2", "endent": "^2.1.0", "tslib": "2.1.0", @@ -40608,12 +40608,12 @@ } }, "@auto-it/npm": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/npm/-/npm-11.1.1.tgz", - "integrity": "sha512-I7qWPdU2goCmqdvAEpa6yGwQmzx5YXEsZywqs6uTQXIDuGbFzNt/7jwJNt8p/MNE8M0ra8FJ05eHavBLFZuEfg==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/npm/-/npm-11.1.6.tgz", + "integrity": "sha512-eFWzR+6N1lMSXi32BunnlIdXIFikX6mieaFLmPk9VNM4vOXqsfkc7BQ0xhsZRsn5sxSR/XBwlQXoExAHybjs3g==", "requires": { - "@auto-it/core": "11.1.1", - "@auto-it/package-json-utils": "11.1.1", + "@auto-it/core": "11.1.6", + "@auto-it/package-json-utils": "11.1.6", "await-to-js": "^3.0.0", "endent": "^2.1.0", "env-ci": "^5.0.1", @@ -40629,21 +40629,21 @@ } }, "@auto-it/package-json-utils": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/package-json-utils/-/package-json-utils-11.1.1.tgz", - "integrity": "sha512-hk6wKuP7fPonXnP/blPHYS4iQaKZ6s+dVBRPSW7pjWZv6H/A131mWVSQC59nhe8lqZhbQ2MrDH4xxfhYnq21sA==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/package-json-utils/-/package-json-utils-11.1.6.tgz", + "integrity": "sha512-RSXmO+KegaEY7uw1vt8iXL9FShiinFigKNFuIWM9oLSaSHJfeQ2ZD291i9nV+tz86bPGySBb5ktdJ3uo2pAZ+Q==", "requires": { "parse-author": "^2.0.0", "parse-github-url": "1.0.2" } }, "@auto-it/released": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/released/-/released-11.1.1.tgz", - "integrity": "sha512-iRUebl2q5V7hFEgScGVUMUVoOXrFFi5O280hUCpZxmd6kkG2v7Kl+Weii5zKpd7YSqG0HibJCD+LVwPClAfrCA==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/released/-/released-11.1.6.tgz", + "integrity": "sha512-RHTSjq5fAQxkhcC84aWItotyPGH67o+bzSxzr9H4mzvP8OrIxj7Jsfmk8wT4rjgupCTl9fu8DiGoCGjcQpCdCw==", "requires": { - "@auto-it/bot-list": "11.1.1", - "@auto-it/core": "11.1.1", + "@auto-it/bot-list": "11.1.6", + "@auto-it/core": "11.1.6", "deepmerge": "^4.0.0", "fp-ts": "^2.5.3", "io-ts": "^2.1.2", @@ -40651,12 +40651,12 @@ } }, "@auto-it/slack": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/slack/-/slack-11.1.1.tgz", - "integrity": "sha512-GcvadvTkxweOjlnTiM4/nF52KeSyFr7zTd9xquXlPRzgNERmkmfm1ATsP8Glp5Jwcy97plnF22tyD8RKQ6S48A==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/slack/-/slack-11.1.6.tgz", + "integrity": "sha512-QdiSIpQHsv94Hv/QkvtWLuPFvSkYN3Dfl8ji5lKE55MGoShTdSLjHrvgtCYt/cQ1XyyZsgmxkS6GktyzzqZXzg==", "requires": { "@atomist/slack-messages": "^1.2.2", - "@auto-it/core": "11.1.1", + "@auto-it/core": "11.1.6", "@octokit/rest": "^18.12.0", "fp-ts": "^2.5.3", "https-proxy-agent": "^5.0.0", @@ -40666,11 +40666,11 @@ } }, "@auto-it/version-file": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/@auto-it/version-file/-/version-file-11.1.1.tgz", - "integrity": "sha512-KHKunip2nXWKd7zJ0hdALojY+E6sTdmxuq9SXYgTMXUcZw2BtxunVSK1hb2wmS6iUH4CCILk12dHksAO5BFzeQ==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@auto-it/version-file/-/version-file-11.1.6.tgz", + "integrity": "sha512-iDAK0IrCYFPDgkX4DGB97VFbiFEfxN+IMW1NiF+Qk7Kd3SX2899vwuFxyVvGwovX7ssuCi/4tSTrvx6PLhH6zw==", "requires": { - "@auto-it/core": "11.1.1", + "@auto-it/core": "11.1.6", "fp-ts": "^2.5.3", "io-ts": "^2.1.2", "semver": "^7.0.0", @@ -48057,14 +48057,14 @@ "integrity": "sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==" }, "auto": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/auto/-/auto-11.1.1.tgz", - "integrity": "sha512-mOucdDWMjtuBDH8phH9Z0s1dD4uFrFIhYQ/Zh4wCH2uB3eEf8qZbu20DLOWCfj1zEUU2gxqVAuqJD4OyLWvaSQ==", - "requires": { - "@auto-it/core": "11.1.1", - "@auto-it/npm": "11.1.1", - "@auto-it/released": "11.1.1", - "@auto-it/version-file": "11.1.1", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/auto/-/auto-11.1.6.tgz", + "integrity": "sha512-GKeZbFWPp7V9d+yWuFvaffVNyLSGFpR/+SrzXt29YKhg8axx5bKQKzbBN0eSzX5DLmhBwS81tWXS+SYpECil9Q==", + "requires": { + "@auto-it/core": "11.1.6", + "@auto-it/npm": "11.1.6", + "@auto-it/released": "11.1.6", + "@auto-it/version-file": "11.1.6", "await-to-js": "^3.0.0", "chalk": "^4.0.0", "command-line-application": "^0.10.1", diff --git a/package.json b/package.json index 442d14817..65415fdf8 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "update:figma": "lerna run update:figma --" }, "dependencies": { - "@auto-it/all-contributors": "11.1.1", - "@auto-it/first-time-contributor": "11.1.1", - "@auto-it/npm": "11.1.1", - "@auto-it/released": "11.1.1", - "@auto-it/slack": "11.1.1", + "@auto-it/all-contributors": "11.1.6", + "@auto-it/first-time-contributor": "11.1.6", + "@auto-it/npm": "11.1.6", + "@auto-it/released": "11.1.6", + "@auto-it/slack": "11.1.6", "@bissolli/storybook-css-properties": "0.0.14", "@brightlayer-ui/storybook-rtl-addon": "1.1.0", "@carbon/icons-react": "11.17.0", @@ -55,7 +55,7 @@ "@types/uuid": "8.3.4", "ast-types": "0.14.2", "auditjs": "4.0.45", - "auto": "11.1.1", + "auto": "11.1.6", "babel-eslint": "11.0.0-beta.2", "babel-preset-razzle": "4.2.18", "enum-for": "0.0.5",