diff --git a/ui/package-lock.json b/ui/package-lock.json index abae1638db0..565d7f0337f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -54,7 +54,7 @@ "isomorphic-unfetch": "^4.0.2", "js-yaml": "^4.1.0", "jsonlint-mod": "^1.7.6", - "jss": "latest", + "jss": "*", "lodash": "^4.17.21", "mochawesome": "^7.1.3", "moment": "^2.29.4", @@ -67,7 +67,7 @@ "path-parse": "^1.0.7", "pluralize": "^8.0.0", "postcss": "^8.4.38", - "prop-types": "latest", + "prop-types": "*", "react": "^17.0.2", "react-big-calendar": "^1.13.4", "react-codemirror2": "^7.2.1", @@ -89,7 +89,7 @@ "relay-runtime": "^15.0.0", "styled-jsx": "^5.1.2", "tar": "^7.4.3", - "universal-cookie": "^7.1.4", + "universal-cookie": "^7.2.0", "uuid": "^9.0.1", "xstate": "^5.13.0" }, @@ -26098,9 +26098,9 @@ } }, "node_modules/universal-cookie": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.1.4.tgz", - "integrity": "sha512-Q+DVJsdykStWRMtXr2Pdj3EF98qZHUH/fXv/gwFz/unyToy1Ek1w5GsWt53Pf38tT8Gbcy5QNsj61Xe9TggP4g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.2.0.tgz", + "integrity": "sha512-PvcyflJAYACJKr28HABxkGemML5vafHmiL4ICe3e+BEKXRMt0GaFLZhAwgv637kFFnnfiSJ8e6jknrKkMrU+PQ==", "dependencies": { "@types/cookie": "^0.6.0", "cookie": "^0.6.0" diff --git a/ui/package.json b/ui/package.json index 7b795b2d216..8a92bc8ed43 100644 --- a/ui/package.json +++ b/ui/package.json @@ -106,7 +106,7 @@ "relay-runtime": "^15.0.0", "styled-jsx": "^5.1.2", "tar": "^7.4.3", - "universal-cookie": "^7.1.4", + "universal-cookie": "^7.2.0", "uuid": "^9.0.1", "xstate": "^5.13.0" },