From 084722fe17e36a1241fd3e99fdc1733ee441da38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:10:00 +0000 Subject: [PATCH] Bump @prefecthq/vue-compositions from 1.2.3 to 1.2.9 in /orion-ui Bumps [@prefecthq/vue-compositions](https://github.com/PrefectHQ/vue-compositions) from 1.2.3 to 1.2.9. - [Release notes](https://github.com/PrefectHQ/vue-compositions/releases) - [Changelog](https://github.com/PrefectHQ/vue-compositions/blob/main/CHANGELOG.md) - [Commits](https://github.com/PrefectHQ/vue-compositions/commits) --- updated-dependencies: - dependency-name: "@prefecthq/vue-compositions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- orion-ui/package-lock.json | 138 +++++++++++++++++++++++++++++++++---- orion-ui/package.json | 2 +- 2 files changed, 124 insertions(+), 16 deletions(-) diff --git a/orion-ui/package-lock.json b/orion-ui/package-lock.json index 224ddd2856d2..332e099e5701 100644 --- a/orion-ui/package-lock.json +++ b/orion-ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@prefecthq/orion-design": "1.2.0", "@prefecthq/prefect-design": "1.2.0", - "@prefecthq/vue-compositions": "1.2.3", + "@prefecthq/vue-compositions": "1.2.9", "@types/lodash.debounce": "4.0.7", "axios": "0.27.2", "lodash.debounce": "4.0.8", @@ -1048,6 +1048,71 @@ "vue-router": "^4.1.6" } }, + "node_modules/@prefecthq/prefect-design/node_modules/@prefecthq/vue-compositions": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.2.3.tgz", + "integrity": "sha512-9LufsclzmlgcZ8AexrkS2/pAkqzcO/+CnWgyG83wdgNf4dis94pX/CE8hE6OHmhB3PGOjesVsiZw0Nv5aAn92g==", + "dependencies": { + "jsdom": "^20.0.3" + }, + "peerDependencies": { + "lodash.debounce": "^4.0.8", + "vue": "^3.2.36", + "vue-router": "^4.0.15" + }, + "peerDependenciesMeta": { + "lodash.debounce": { + "optional": true + }, + "vue-router": { + "optional": true + } + } + }, + "node_modules/@prefecthq/prefect-design/node_modules/jsdom": { + "version": "20.0.3", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "dependencies": { + "abab": "^2.0.6", + "acorn": "^8.8.1", + "acorn-globals": "^7.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.2", + "decimal.js": "^10.4.2", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.1", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.2", + "parse5": "^7.1.1", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.1.2", + "w3c-xmlserializer": "^4.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0", + "ws": "^8.11.0", + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, "node_modules/@prefecthq/radar": { "version": "0.0.18", "resolved": "https://registry.npmjs.org/@prefecthq/radar/-/radar-0.0.18.tgz", @@ -1113,11 +1178,11 @@ } }, "node_modules/@prefecthq/vue-compositions": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.2.3.tgz", - "integrity": "sha512-9LufsclzmlgcZ8AexrkS2/pAkqzcO/+CnWgyG83wdgNf4dis94pX/CE8hE6OHmhB3PGOjesVsiZw0Nv5aAn92g==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.2.9.tgz", + "integrity": "sha512-96Oi7O4aB0+JV+LCszI7wcvWR8TY/PmdeSuYKafbEKERKB/xo6jKidfRawhQA1DeGSWoj4+ngHGwPg/rleAr7A==", "dependencies": { - "jsdom": "^20.0.3" + "jsdom": "^21.0.0" }, "peerDependencies": { "lodash.debounce": "^4.0.8", @@ -4232,9 +4297,9 @@ } }, "node_modules/jsdom": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", - "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.0.0.tgz", + "integrity": "sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==", "dependencies": { "abab": "^2.0.6", "acorn": "^8.8.1", @@ -6627,6 +6692,49 @@ "@types/lodash.debounce": "4.0.7", "date-fns": "2.29.3", "lodash.debounce": "4.0.8" + }, + "dependencies": { + "@prefecthq/vue-compositions": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.2.3.tgz", + "integrity": "sha512-9LufsclzmlgcZ8AexrkS2/pAkqzcO/+CnWgyG83wdgNf4dis94pX/CE8hE6OHmhB3PGOjesVsiZw0Nv5aAn92g==", + "requires": { + "jsdom": "^20.0.3" + } + }, + "jsdom": { + "version": "20.0.3", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "requires": { + "abab": "^2.0.6", + "acorn": "^8.8.1", + "acorn-globals": "^7.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.2", + "decimal.js": "^10.4.2", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.1", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.2", + "parse5": "^7.1.1", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.1.2", + "w3c-xmlserializer": "^4.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0", + "ws": "^8.11.0", + "xml-name-validator": "^4.0.0" + } + } } }, "@prefecthq/radar": { @@ -6687,11 +6795,11 @@ } }, "@prefecthq/vue-compositions": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.2.3.tgz", - "integrity": "sha512-9LufsclzmlgcZ8AexrkS2/pAkqzcO/+CnWgyG83wdgNf4dis94pX/CE8hE6OHmhB3PGOjesVsiZw0Nv5aAn92g==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.2.9.tgz", + "integrity": "sha512-96Oi7O4aB0+JV+LCszI7wcvWR8TY/PmdeSuYKafbEKERKB/xo6jKidfRawhQA1DeGSWoj4+ngHGwPg/rleAr7A==", "requires": { - "jsdom": "^20.0.3" + "jsdom": "^21.0.0" } }, "@tailwindcss/aspect-ratio": { @@ -8919,9 +9027,9 @@ } }, "jsdom": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", - "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.0.0.tgz", + "integrity": "sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==", "requires": { "abab": "^2.0.6", "acorn": "^8.8.1", diff --git a/orion-ui/package.json b/orion-ui/package.json index 460276435c4d..5d43703ca57e 100644 --- a/orion-ui/package.json +++ b/orion-ui/package.json @@ -12,7 +12,7 @@ "dependencies": { "@prefecthq/orion-design": "1.2.0", "@prefecthq/prefect-design": "1.2.0", - "@prefecthq/vue-compositions": "1.2.3", + "@prefecthq/vue-compositions": "1.2.9", "@types/lodash.debounce": "4.0.7", "axios": "0.27.2", "lodash.debounce": "4.0.8",