diff --git a/app/jenkins-for-jira-ui/package-lock.json b/app/jenkins-for-jira-ui/package-lock.json index 791da63c..4c309e5b 100644 --- a/app/jenkins-for-jira-ui/package-lock.json +++ b/app/jenkins-for-jira-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@atlaskit/avatar": "20.5.10", - "@atlaskit/button": "16.10.1", + "@atlaskit/button": "16.18.1", "@atlaskit/code": "^15.1.0", "@atlaskit/css-reset": "6.5.4", "@atlaskit/drawer": "^7.6.5", @@ -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": "0.4.0", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-0.4.0.tgz", + "integrity": "sha512-ZvDVRSHD19rxKvx+YomWvekvtPzNbZEwYdHGXWG3QjdnP+1oBEeaVgkI9LnpWAoreunoQ8xUgmJ6g2qAYBjnoA==", + "dependencies": { + "@atlaskit/tokens": "^1.28.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", @@ -364,19 +376,20 @@ } }, "node_modules/@atlaskit/button": { - "version": "16.10.1", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/button/-/button-16.10.1.tgz", - "integrity": "sha512-tJh7K4WVC191jQKDJ+gDfD0yrzfFaxCK5o8gQuAhqBX+YPHiAOt6ZQM2gN5yG54nSYLcEm7tiwLt5HteVoYtGw==", + "version": "16.18.1", + "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-16.18.1.tgz", + "integrity": "sha512-6RZCp2IUZAsgm2UFp+Ws6i3b+0uLbs2rmc6fWrhd4F0jvavDnOjivdFAPPVBcMM4pIOBrTv6QBXAgRhScec/Hw==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/focus-ring": "^1.3.0", + "@atlaskit/icon": "^22.0.0", "@atlaskit/interaction-context": "^2.1.0", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/primitives": "^1.4.0", - "@atlaskit/spinner": "^15.5.0", + "@atlaskit/primitives": "^1.13.0", + "@atlaskit/spinner": "^16.0.0", "@atlaskit/theme": "^12.6.0", - "@atlaskit/tokens": "^1.21.0", + "@atlaskit/tokens": "^1.29.0", "@atlaskit/visually-hidden": "^1.2.4", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" @@ -400,6 +413,34 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/button/node_modules/@atlaskit/icon": { + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-22.0.0.tgz", + "integrity": "sha512-90sfTQ7O6vehzNY8Qm2SCufwmQQ3A5Pw40yHBEHD5XeiJ0BaGY8fmzxx16JcqLxiUfyDlxml3rsKD++XzksOHg==", + "dependencies": { + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, + "node_modules/@atlaskit/button/node_modules/@atlaskit/spinner": { + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.0.1.tgz", + "integrity": "sha512-mLSu5ppQkWWvp5ATZwGkRIWkR9L2JLg84OVF8UhlWuEN7pJj9nIIAz+1mSd/3yD5Y6lvLJUfQouHLm+1P6NeDQ==", + "dependencies": { + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.35.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, "node_modules/@atlaskit/button/node_modules/@atlaskit/theme": { "version": "12.6.0", "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/theme/-/theme-12.6.0.tgz", @@ -1103,11 +1144,12 @@ } }, "node_modules/@atlaskit/primitives": { - "version": "1.6.1", - "resolved": "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/primitives/-/primitives-1.6.1.tgz", - "integrity": "sha512-2QMeJ8MczoyeRWqYNp5je1w6rt2RMkXXodMDi/4z5v3G4W75PULU1kbV3UISSP94W1akz0nOFcXqcYOlafdDnw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-1.20.0.tgz", + "integrity": "sha512-1c8ymPQN++II0rqVLsFRqHrucmBEn+sjwte6SYT9lfDyrDGeqEulcu+F8t+qDuZzaLuLPSy3StGoIIwprluOwg==", "dependencies": { - "@atlaskit/tokens": "^1.24.0", + "@atlaskit/app-provider": "^0.4.0", + "@atlaskit/tokens": "^1.35.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.1.0", @@ -1307,10 +1349,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.35.0", + "resolved": "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-1.35.0.tgz", + "integrity": "sha512-+3rA9yiOWn+5jv+Nmw8hIigw0CEAR81wFkGd5Q02zuaoQOpABhNF6JTj+GR54tHHwld3//LxINau6N3aVwPWWQ==", "dependencies": { "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/platform-feature-flags": "^0.2.0", @@ -1418,7 +1459,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 +1468,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 +1498,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 +1561,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 +1586,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 +1605,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 +1614,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 +1637,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 +1725,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 +1749,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 +1768,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 +1780,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 +1807,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 +1824,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 +1836,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 +1878,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 +1902,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 +2079,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 +2382,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 +3509,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 +7990,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 +8174,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 +8325,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 +9841,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 +10066,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 +11945,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 +15811,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 +15916,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 +16038,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 +16098,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 +16607,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 +17238,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 +22094,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 +23309,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..dc87e9f9 100644 --- a/app/jenkins-for-jira-ui/package.json +++ b/app/jenkins-for-jira-ui/package.json @@ -8,7 +8,7 @@ "homepage": ".", "dependencies": { "@atlaskit/avatar": "20.5.10", - "@atlaskit/button": "16.10.1", + "@atlaskit/button": "16.18.1", "@atlaskit/code": "^15.1.0", "@atlaskit/css-reset": "6.5.4", "@atlaskit/drawer": "^7.6.5", diff --git a/app/jenkins-for-jira-ui/yarn.lock b/app/jenkins-for-jira-ui/yarn.lock index 89cbeee0..e35505c2 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@^0.4.0": + version "0.4.0" + resolved "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-0.4.0.tgz" + integrity sha512-ZvDVRSHD19rxKvx+YomWvekvtPzNbZEwYdHGXWG3QjdnP+1oBEeaVgkI9LnpWAoreunoQ8xUgmJ6g2qAYBjnoA== + dependencies: + "@atlaskit/tokens" "^1.28.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" @@ -203,20 +212,21 @@ "@babel/runtime" "^7.0.0" "@emotion/react" "^11.7.1" -"@atlaskit/button@16.10.1", "@atlaskit/button@^16.10.0", "@atlaskit/button@^16.8.0", "@atlaskit/button@^16.9.0": - version "16.10.1" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/button/-/button-16.10.1.tgz" - integrity sha512-tJh7K4WVC191jQKDJ+gDfD0yrzfFaxCK5o8gQuAhqBX+YPHiAOt6ZQM2gN5yG54nSYLcEm7tiwLt5HteVoYtGw== +"@atlaskit/button@16.18.1", "@atlaskit/button@^16.10.0", "@atlaskit/button@^16.8.0", "@atlaskit/button@^16.9.0": + version "16.18.1" + resolved "https://registry.npmjs.org/@atlaskit/button/-/button-16.18.1.tgz" + integrity sha512-6RZCp2IUZAsgm2UFp+Ws6i3b+0uLbs2rmc6fWrhd4F0jvavDnOjivdFAPPVBcMM4pIOBrTv6QBXAgRhScec/Hw== dependencies: "@atlaskit/analytics-next" "^9.1.0" "@atlaskit/ds-lib" "^2.2.0" "@atlaskit/focus-ring" "^1.3.0" + "@atlaskit/icon" "^22.0.0" "@atlaskit/interaction-context" "^2.1.0" "@atlaskit/platform-feature-flags" "^0.2.0" - "@atlaskit/primitives" "^1.4.0" - "@atlaskit/spinner" "^15.5.0" + "@atlaskit/primitives" "^1.13.0" + "@atlaskit/spinner" "^16.0.0" "@atlaskit/theme" "^12.6.0" - "@atlaskit/tokens" "^1.21.0" + "@atlaskit/tokens" "^1.29.0" "@atlaskit/visually-hidden" "^1.2.4" "@babel/runtime" "^7.0.0" "@emotion/react" "^11.7.1" @@ -545,12 +555,13 @@ "@atlaskit/theme" "^12.6.0" "@babel/runtime" "^7.0.0" -"@atlaskit/primitives@^1.0.6", "@atlaskit/primitives@^1.4.0", "@atlaskit/primitives@^1.6.0": - version "1.6.1" - resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/primitives/-/primitives-1.6.1.tgz" - integrity sha512-2QMeJ8MczoyeRWqYNp5je1w6rt2RMkXXodMDi/4z5v3G4W75PULU1kbV3UISSP94W1akz0nOFcXqcYOlafdDnw== +"@atlaskit/primitives@^1.0.6", "@atlaskit/primitives@^1.13.0", "@atlaskit/primitives@^1.4.0", "@atlaskit/primitives@^1.6.0": + version "1.20.0" + resolved "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-1.20.0.tgz" + integrity sha512-1c8ymPQN++II0rqVLsFRqHrucmBEn+sjwte6SYT9lfDyrDGeqEulcu+F8t+qDuZzaLuLPSy3StGoIIwprluOwg== dependencies: - "@atlaskit/tokens" "^1.24.0" + "@atlaskit/app-provider" "^0.4.0" + "@atlaskit/tokens" "^1.35.0" "@babel/runtime" "^7.0.0" "@emotion/react" "^11.7.1" "@emotion/serialize" "^1.1.0" @@ -591,6 +602,17 @@ "@babel/runtime" "^7.0.0" "@emotion/react" "^11.7.1" +"@atlaskit/spinner@^16.0.0": + version "16.0.1" + resolved "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.0.1.tgz" + integrity sha512-mLSu5ppQkWWvp5ATZwGkRIWkR9L2JLg84OVF8UhlWuEN7pJj9nIIAz+1mSd/3yD5Y6lvLJUfQouHLm+1P6NeDQ== + dependencies: + "@atlaskit/interaction-context" "^2.1.0" + "@atlaskit/theme" "^12.6.0" + "@atlaskit/tokens" "^1.35.0" + "@babel/runtime" "^7.0.0" + "@emotion/react" "^11.7.1" + "@atlaskit/tabs@^13.4.9": version "13.4.9" resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/tabs/-/tabs-13.4.9.tgz" @@ -659,10 +681,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.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.4.0", "@atlaskit/tokens@^1.5.0": + version "1.35.0" + resolved "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-1.35.0.tgz" + integrity sha512-+3rA9yiOWn+5jv+Nmw8hIigw0CEAR81wFkGd5Q02zuaoQOpABhNF6JTj+GR54tHHwld3//LxINau6N3aVwPWWQ== dependencies: "@atlaskit/ds-lib" "^2.2.0" "@atlaskit/platform-feature-flags" "^0.2.0" @@ -806,7 +828,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 +843,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 +883,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 +929,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 +1076,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"