diff --git a/app/jenkins-for-jira-ui/package-lock.json b/app/jenkins-for-jira-ui/package-lock.json index 791da63c..3925a69a 100644 --- a/app/jenkins-for-jira-ui/package-lock.json +++ b/app/jenkins-for-jira-ui/package-lock.json @@ -21,7 +21,7 @@ "@atlaskit/logo": "13.14.8", "@atlaskit/modal-dialog": "12.6.10", "@atlaskit/page-header": "10.4.4", - "@atlaskit/progress-tracker": "8.5.2", + "@atlaskit/progress-tracker": "8.5.6", "@atlaskit/spinner": "15.5.3", "@atlaskit/tabs": "^13.4.9", "@atlaskit/textarea": "^5.0.0", @@ -30,6 +30,7 @@ "@atlaskit/tokens": "^1.28.1", "@atlaskit/tooltip": "17.8.4", "@atlassiansox/analytics-web-client": "^4.14.3", + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@emotion/css": "11.7.1", "@emotion/react": "11.7.1", "@emotion/styled": "11.6.0", @@ -45,7 +46,6 @@ "dompurify": "^3.0.8", "eslint-plugin-react-hooks": "4.6.0", "history": "^5.3.0", - "launchdarkly-react-client-sdk": "^3.0.8", "moment": "2.29.4", "npm-run-all": "4.1.5", "react": "16.14.0", @@ -247,7 +247,6 @@ "version": "2.2.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@ampproject/remapping/-/remapping-2.2.1.tgz", "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", - "devOptional": true, "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", @@ -284,6 +283,19 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/app-provider": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.0.0.tgz", + "integrity": "sha512-E66w1xufC6JljFPuZMe//7jRWnWqbY/4KXXDrVLXYdR2/yXQC19PHDUVtn7XsLKnOzUd16cABNdOAk/6qYYmDw==", + "dependencies": { + "@atlaskit/tokens": "^1.35.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^2.1.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, "node_modules/@atlaskit/avatar": { "version": "20.5.10", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/avatar/-/avatar-20.5.10.tgz", @@ -1119,14 +1131,14 @@ } }, "node_modules/@atlaskit/progress-tracker": { - "version": "8.5.2", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/progress-tracker/-/progress-tracker-8.5.2.tgz", - "integrity": "sha512-/z4vYfIuSMsINTG3dQgHYP2xY90utEeHvUEKuBNMRQTNRvc8DAtnyDMV04uhU5oj64DXrVvLbhDHQYuzThxUjQ==", - "license": "Apache-2.0", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/@atlaskit/progress-tracker/-/progress-tracker-8.5.6.tgz", + "integrity": "sha512-xTxOUnpea8civs2/LYpWeLyfXd72T2YcNs0DfUJbywb0Pj2g/03Q9Xp8Rp8LgCgLY1QaDIkVuhwJHmBk9kxp7g==", "dependencies": { - "@atlaskit/ds-explorations": "^2.1.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.4.0", + "@atlaskit/ds-explorations": "^3.2.0", + "@atlaskit/primitives": "^2.0.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.35.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "react-transition-group": "^4.4.1" @@ -1135,6 +1147,51 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/progress-tracker/node_modules/@atlaskit/ds-explorations": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@atlaskit/ds-explorations/-/ds-explorations-3.2.2.tgz", + "integrity": "sha512-cl6/ucFXXip7hig+slV+Ey4hXZkVQdSZxmG2VkgkXOap6lROBbAffkLlKacCySgHx2Q3CPNeyT97qKlzfNBZTw==", + "dependencies": { + "@atlaskit/tokens": "^1.37.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, + "node_modules/@atlaskit/progress-tracker/node_modules/@atlaskit/primitives": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-2.0.2.tgz", + "integrity": "sha512-TJRFnJVumZxYJncMRTFSAgTC8Ay7T13jeWvpimWbDZ8CFuKZeRZt++UPBgNQmtBlokr18HqTIiXJH061LypgIw==", + "dependencies": { + "@atlaskit/app-provider": "^1.0.0", + "@atlaskit/tokens": "^1.37.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^2.1.1", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@atlaskit/progress-tracker/node_modules/@atlaskit/theme": { + "version": "12.6.3", + "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-12.6.3.tgz", + "integrity": "sha512-LImDBND+RsX8MS6BFRlvPLf4egM8BDLaii5AeYHI3QvWQqEqEsQprN8zC2KmZ7n7JLM5Y1qW5JgjHUTPwXExTw==", + "dependencies": { + "@atlaskit/codemod-utils": "^4.2.0", + "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/tokens": "^1.37.0", + "@babel/runtime": "^7.0.0" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, "node_modules/@atlaskit/spinner": { "version": "15.5.3", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/spinner/-/spinner-15.5.3.tgz", @@ -1307,10 +1364,9 @@ } }, "node_modules/@atlaskit/tokens": { - "version": "1.33.0", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/tokens/-/tokens-1.33.0.tgz", - "integrity": "sha512-BNec7Ktfc68Gq8FvNLri+GpOlE2/cqazU7W5g3lZlCyr14euUnoHPEe9xYfafzPEwMYSAff5Q9kCPNJdCh7UXA==", - "license": "Apache-2.0", + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-1.37.1.tgz", + "integrity": "sha512-6GZ0bAlOtTSeuQzFhwXNOaEyuSNiL8S/110gea2XnsjzInmsKA/TeROFaMQGEPAHLc57WzsTx9OnnwmZGGXsfg==", "dependencies": { "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/platform-feature-flags": "^0.2.0", @@ -1418,7 +1474,6 @@ "version": "7.22.9", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/compat-data/-/compat-data-7.22.9.tgz", "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1428,7 +1483,6 @@ "version": "7.22.9", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/core/-/core-7.22.9.tgz", "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", - "devOptional": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", @@ -1459,7 +1513,6 @@ "version": "6.3.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "devOptional": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -1523,7 +1576,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -1549,7 +1601,6 @@ "version": "7.22.9", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", - "devOptional": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.9", @@ -1569,7 +1620,6 @@ "version": "6.3.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "devOptional": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -1579,7 +1629,6 @@ "version": "7.22.9", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz", "integrity": "sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", @@ -1603,7 +1652,6 @@ "version": "6.3.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -1692,7 +1740,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", - "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -1717,7 +1764,6 @@ "version": "7.22.9", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", - "devOptional": true, "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.22.5", @@ -1737,7 +1783,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -1750,7 +1795,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1778,7 +1822,6 @@ "version": "7.22.9", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz", "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.22.5", @@ -1796,7 +1839,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "devOptional": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -1809,7 +1851,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" @@ -1852,7 +1893,6 @@ "version": "7.22.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1877,7 +1917,6 @@ "version": "7.22.6", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/helpers/-/helpers-7.22.6.tgz", "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", - "devOptional": true, "license": "MIT", "dependencies": { "@babel/template": "^7.22.5", @@ -2055,11 +2094,16 @@ } }, "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "license": "MIT", + "version": "7.21.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", + "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, "engines": { "node": ">=6.9.0" }, @@ -2353,7 +2397,6 @@ "version": "7.14.5", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" @@ -3481,6 +3524,18 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/preset-env/node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/preset-env/node_modules/semver": { "version": "6.3.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/semver/-/semver-6.3.1.tgz", @@ -7950,26 +8005,6 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "license": "MIT" }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, "node_modules/batch": { "version": "0.6.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/batch/-/batch-0.6.1.tgz", @@ -8154,7 +8189,6 @@ "version": "4.21.10", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/browserslist/-/browserslist-4.21.10.tgz", "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", - "devOptional": true, "funding": [ { "type": "opencollective", @@ -8306,7 +8340,6 @@ "version": "1.0.30001519", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz", "integrity": "sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==", - "devOptional": true, "funding": [ { "type": "opencollective", @@ -9823,7 +9856,6 @@ "version": "1.4.485", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/electron-to-chromium/-/electron-to-chromium-1.4.485.tgz", "integrity": "sha512-1ndQ5IBNEnFirPwvyud69GHL+31FkE09gH/CJ6m3KCbkx3i0EVOrjwz4UNxRmN9H8OVHbC6vMRZGN1yCvjSs9w==", - "devOptional": true, "license": "ISC" }, "node_modules/emittery": { @@ -10049,7 +10081,6 @@ "version": "3.1.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=6" @@ -11929,7 +11960,6 @@ "version": "1.0.0-beta.2", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -15796,7 +15826,6 @@ "version": "2.2.3", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "devOptional": true, "license": "MIT", "bin": { "json5": "lib/cli.js" @@ -15902,48 +15931,6 @@ "shell-quote": "^1.7.3" } }, - "node_modules/launchdarkly-js-client-sdk": { - "version": "3.1.3", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/launchdarkly-js-client-sdk/-/launchdarkly-js-client-sdk-3.1.3.tgz", - "integrity": "sha512-/JR/ri8z3bEj9RFTTKDjd+con4F1MsWUea1MmBDtFj4gDA0l9NDm1KzhMKiIeoBdmB2rSaeFYe4CaYOEp8IryA==", - "license": "Apache-2.0", - "dependencies": { - "escape-string-regexp": "^4.0.0", - "launchdarkly-js-sdk-common": "5.0.3" - } - }, - "node_modules/launchdarkly-js-sdk-common": { - "version": "5.0.3", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-5.0.3.tgz", - "integrity": "sha512-wKG8UsVbPVq8+7eavgAm5CVmulQWN6Ddod2ZoA3euZ1zPvJPwIQ2GrOYaCJr3cFrrMIX+nQyBJHBHYxUAPcM+Q==", - "license": "Apache-2.0", - "dependencies": { - "base64-js": "^1.3.0", - "fast-deep-equal": "^2.0.1", - "uuid": "^8.0.0" - } - }, - "node_modules/launchdarkly-js-sdk-common/node_modules/fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", - "license": "MIT" - }, - "node_modules/launchdarkly-react-client-sdk": { - "version": "3.0.8", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/launchdarkly-react-client-sdk/-/launchdarkly-react-client-sdk-3.0.8.tgz", - "integrity": "sha512-QrEpAHvMgf/uxUp4rMFxXYsZCvHkR3QTd5sLB3jn/lLRMLldgO1UHNdWhgDeUycPR3Jdvsj67gjq6pHd7uJntQ==", - "license": "Apache-2.0", - "dependencies": { - "hoist-non-react-statics": "^3.3.2", - "launchdarkly-js-client-sdk": "^3.1.3", - "lodash.camelcase": "^4.3.0" - }, - "peerDependencies": { - "react": "^16.6.3 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0" - } - }, "node_modules/leven": { "version": "3.1.0", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/leven/-/leven-3.1.0.tgz", @@ -16066,12 +16053,6 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "license": "MIT" }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", - "license": "MIT" - }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -16132,7 +16113,6 @@ "version": "5.1.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "devOptional": true, "license": "ISC", "dependencies": { "yallist": "^3.0.2" @@ -16642,7 +16622,6 @@ "version": "2.0.13", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/node-releases/-/node-releases-2.0.13.tgz", "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", - "devOptional": true, "license": "MIT" }, "node_modules/normalize-package-data": { @@ -17274,7 +17253,6 @@ "version": "1.0.0", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "devOptional": true, "license": "ISC" }, "node_modules/picomatch": { @@ -22131,7 +22109,6 @@ "version": "1.0.11", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", - "devOptional": true, "funding": [ { "type": "opencollective", @@ -23347,7 +23324,6 @@ "version": "3.1.1", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "devOptional": true, "license": "ISC" }, "node_modules/yaml": { diff --git a/app/jenkins-for-jira-ui/package.json b/app/jenkins-for-jira-ui/package.json index ae7f9418..427ff432 100644 --- a/app/jenkins-for-jira-ui/package.json +++ b/app/jenkins-for-jira-ui/package.json @@ -20,7 +20,7 @@ "@atlaskit/logo": "13.14.8", "@atlaskit/modal-dialog": "12.6.10", "@atlaskit/page-header": "10.4.4", - "@atlaskit/progress-tracker": "8.5.2", + "@atlaskit/progress-tracker": "8.5.6", "@atlaskit/spinner": "15.5.3", "@atlaskit/tabs": "^13.4.9", "@atlaskit/textarea": "^5.0.0", diff --git a/app/jenkins-for-jira-ui/yarn.lock b/app/jenkins-for-jira-ui/yarn.lock index 89cbeee0..3f08ec89 100644 --- a/app/jenkins-for-jira-ui/yarn.lock +++ b/app/jenkins-for-jira-ui/yarn.lock @@ -165,6 +165,15 @@ prop-types "^15.5.10" use-memo-one "^1.1.1" +"@atlaskit/app-provider@^1.0.0": + version "1.0.0" + resolved "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.0.0.tgz" + integrity sha512-E66w1xufC6JljFPuZMe//7jRWnWqbY/4KXXDrVLXYdR2/yXQC19PHDUVtn7XsLKnOzUd16cABNdOAk/6qYYmDw== + dependencies: + "@atlaskit/tokens" "^1.35.0" + "@babel/runtime" "^7.0.0" + bind-event-listener "^2.1.1" + "@atlaskit/avatar@20.5.10": version "20.5.10" resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/avatar/-/avatar-20.5.10.tgz" @@ -295,7 +304,7 @@ "@emotion/react" "^11.7.1" bind-event-listener "^2.1.1" -"@atlaskit/ds-explorations@^2.1.0", "@atlaskit/ds-explorations@^2.2.0": +"@atlaskit/ds-explorations@^2.2.0": version "2.2.8" resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/ds-explorations/-/ds-explorations-2.2.8.tgz" integrity sha512-KF9NpkapyPvVv2DA70ures668Iy9ID3ByOTXbZrW+BOfdsCRa1PCQI0R/l9HZjfoz/kFNC9pQsk+A1btkRj1JQ== @@ -315,6 +324,16 @@ "@emotion/react" "^11.7.1" tiny-invariant "^1.2.0" +"@atlaskit/ds-explorations@^3.2.0": + version "3.2.2" + resolved "https://registry.npmjs.org/@atlaskit/ds-explorations/-/ds-explorations-3.2.2.tgz" + integrity sha512-cl6/ucFXXip7hig+slV+Ey4hXZkVQdSZxmG2VkgkXOap6lROBbAffkLlKacCySgHx2Q3CPNeyT97qKlzfNBZTw== + dependencies: + "@atlaskit/tokens" "^1.37.0" + "@babel/runtime" "^7.0.0" + "@emotion/react" "^11.7.1" + tiny-invariant "^1.2.0" + "@atlaskit/ds-lib@^2.1.0", "@atlaskit/ds-lib@^2.2.0": version "2.2.3" resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/ds-lib/-/ds-lib-2.2.3.tgz" @@ -557,14 +576,28 @@ bind-event-listener "^2.1.1" tiny-invariant "^1.2.0" -"@atlaskit/progress-tracker@8.5.2": - version "8.5.2" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/progress-tracker/-/progress-tracker-8.5.2.tgz" - integrity sha512-/z4vYfIuSMsINTG3dQgHYP2xY90utEeHvUEKuBNMRQTNRvc8DAtnyDMV04uhU5oj64DXrVvLbhDHQYuzThxUjQ== +"@atlaskit/primitives@^2.0.0": + version "2.0.2" + resolved "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-2.0.2.tgz" + integrity sha512-TJRFnJVumZxYJncMRTFSAgTC8Ay7T13jeWvpimWbDZ8CFuKZeRZt++UPBgNQmtBlokr18HqTIiXJH061LypgIw== dependencies: - "@atlaskit/ds-explorations" "^2.1.0" - "@atlaskit/theme" "^12.5.0" - "@atlaskit/tokens" "^1.4.0" + "@atlaskit/app-provider" "^1.0.0" + "@atlaskit/tokens" "^1.37.0" + "@babel/runtime" "^7.0.0" + "@emotion/react" "^11.7.1" + "@emotion/serialize" "^1.1.0" + bind-event-listener "^2.1.1" + tiny-invariant "^1.2.0" + +"@atlaskit/progress-tracker@8.5.6": + version "8.5.6" + resolved "https://registry.npmjs.org/@atlaskit/progress-tracker/-/progress-tracker-8.5.6.tgz" + integrity sha512-xTxOUnpea8civs2/LYpWeLyfXd72T2YcNs0DfUJbywb0Pj2g/03Q9Xp8Rp8LgCgLY1QaDIkVuhwJHmBk9kxp7g== + dependencies: + "@atlaskit/ds-explorations" "^3.2.0" + "@atlaskit/primitives" "^2.0.0" + "@atlaskit/theme" "^12.6.0" + "@atlaskit/tokens" "^1.35.0" "@babel/runtime" "^7.0.0" "@emotion/react" "^11.7.1" react-transition-group "^4.4.1" @@ -659,10 +692,10 @@ "@babel/traverse" "^7.15.0" "@babel/types" "^7.15.0" -"@atlaskit/tokens@^1.11.0", "@atlaskit/tokens@^1.13.0", "@atlaskit/tokens@^1.14.0", "@atlaskit/tokens@^1.18.0", "@atlaskit/tokens@^1.21.0", "@atlaskit/tokens@^1.24.0", "@atlaskit/tokens@^1.25.0", "@atlaskit/tokens@^1.26.0", "@atlaskit/tokens@^1.28.0", "@atlaskit/tokens@^1.28.1", "@atlaskit/tokens@^1.29.0", "@atlaskit/tokens@^1.33.0", "@atlaskit/tokens@^1.4.0", "@atlaskit/tokens@^1.5.0": - version "1.33.0" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/tokens/-/tokens-1.33.0.tgz" - integrity sha512-BNec7Ktfc68Gq8FvNLri+GpOlE2/cqazU7W5g3lZlCyr14euUnoHPEe9xYfafzPEwMYSAff5Q9kCPNJdCh7UXA== +"@atlaskit/tokens@^1.11.0", "@atlaskit/tokens@^1.13.0", "@atlaskit/tokens@^1.14.0", "@atlaskit/tokens@^1.18.0", "@atlaskit/tokens@^1.21.0", "@atlaskit/tokens@^1.24.0", "@atlaskit/tokens@^1.25.0", "@atlaskit/tokens@^1.26.0", "@atlaskit/tokens@^1.28.0", "@atlaskit/tokens@^1.28.1", "@atlaskit/tokens@^1.29.0", "@atlaskit/tokens@^1.33.0", "@atlaskit/tokens@^1.35.0", "@atlaskit/tokens@^1.37.0", "@atlaskit/tokens@^1.5.0": + version "1.37.1" + resolved "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-1.37.1.tgz" + integrity sha512-6GZ0bAlOtTSeuQzFhwXNOaEyuSNiL8S/110gea2XnsjzInmsKA/TeROFaMQGEPAHLc57WzsTx9OnnwmZGGXsfg== dependencies: "@atlaskit/ds-lib" "^2.2.0" "@atlaskit/platform-feature-flags" "^0.2.0" @@ -806,7 +839,7 @@ lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.22.6", "@babel/helper-create-class-features-plugin@^7.22.9": +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.22.6", "@babel/helper-create-class-features-plugin@^7.22.9": version "7.22.9" resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz" integrity sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ== @@ -821,21 +854,6 @@ "@babel/helper-split-export-declaration" "^7.22.6" semver "^6.3.1" -"@babel/helper-create-class-features-plugin@^7.21.0": - version "7.23.10" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz#25d55fafbaea31fd0e723820bb6cc3df72edf7ea" - integrity sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-function-name" "^7.23.0" - "@babel/helper-member-expression-to-functions" "^7.23.0" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.20" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.6" - semver "^6.3.1" - "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": version "7.22.9" resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz" @@ -876,13 +894,6 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-member-expression-to-functions@^7.22.15", "@babel/helper-member-expression-to-functions@^7.23.0": - version "7.23.0" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" - integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== - dependencies: - "@babel/types" "^7.23.0" - "@babel/helper-member-expression-to-functions@^7.22.5": version "7.22.5" resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz" @@ -929,15 +940,6 @@ "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-wrap-function" "^7.22.9" -"@babel/helper-replace-supers@^7.22.20": - version "7.22.20" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793" - integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== - dependencies: - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-member-expression-to-functions" "^7.22.15" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": version "7.22.9" resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz" @@ -1085,12 +1087,12 @@ "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": version "7.21.0-placeholder-for-preset-env.2" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== "@babel/plugin-proposal-private-property-in-object@^7.21.11": version "7.21.11" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c" + resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz" integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6"