From 66e80d39ed0ff7f0197444b4162e6b8573c7c7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:13:07 +0000 Subject: [PATCH] Bump @primer/css from 17.5.2 to 20.4.7 Bumps [@primer/css](https://github.com/primer/css) from 17.5.2 to 20.4.7. - [Release notes](https://github.com/primer/css/releases) - [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/css/compare/v17.5.2...v20.4.7) --- updated-dependencies: - dependency-name: "@primer/css" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 684185f..7858127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,36 +8,39 @@ "name": "okta-cli-site", "version": "1.0.0", "dependencies": { - "@primer/css": "^17.5.2" + "@primer/css": "^20.4.7" } }, "node_modules/@primer/css": { - "version": "17.5.2", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-17.5.2.tgz", - "integrity": "sha512-l7V/Hgqtumh840BZuiMI0tZNLnLOHCztVL1s9z6ORUjm/g3gTtVZGdDRvQ+NGU85WpVAhcQBNgsPHoxLMq/Mbw==", + "version": "20.4.7", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-20.4.7.tgz", + "integrity": "sha512-/6sQ8oSyXmXWi1QWkohVcGNi87W6YCRyLOQdp/aoxjtWYDjk39xgi6lbEbjJ9LOjwPLfb0RqGkSkKZXFcJQQDQ==", "dependencies": { - "@primer/primitives": "^4.3.5" + "@primer/primitives": "^7.9.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/@primer/primitives": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.5.1.tgz", - "integrity": "sha512-dA5EKORl1fqOa5+cDKYXTPLTNK0BuHS6NPHh1b11H4ngSd6cbuXzzVkUCJ1ooTDR6UbOrpeXMdlUbA9EcwwFVA==" + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.9.0.tgz", + "integrity": "sha512-ZHHfwB0z0z6nDJp263gyGIClYDy+rl0nwqyi4qhcv3Cxhkmtf+If2KVjr6FQqBBFfi1wQwUzaax2FBvfEMFBnw==" } }, "dependencies": { "@primer/css": { - "version": "17.5.2", - "resolved": "https://registry.npmjs.org/@primer/css/-/css-17.5.2.tgz", - "integrity": "sha512-l7V/Hgqtumh840BZuiMI0tZNLnLOHCztVL1s9z6ORUjm/g3gTtVZGdDRvQ+NGU85WpVAhcQBNgsPHoxLMq/Mbw==", + "version": "20.4.7", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-20.4.7.tgz", + "integrity": "sha512-/6sQ8oSyXmXWi1QWkohVcGNi87W6YCRyLOQdp/aoxjtWYDjk39xgi6lbEbjJ9LOjwPLfb0RqGkSkKZXFcJQQDQ==", "requires": { - "@primer/primitives": "^4.3.5" + "@primer/primitives": "^7.9.0" } }, "@primer/primitives": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-4.5.1.tgz", - "integrity": "sha512-dA5EKORl1fqOa5+cDKYXTPLTNK0BuHS6NPHh1b11H4ngSd6cbuXzzVkUCJ1ooTDR6UbOrpeXMdlUbA9EcwwFVA==" + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.9.0.tgz", + "integrity": "sha512-ZHHfwB0z0z6nDJp263gyGIClYDy+rl0nwqyi4qhcv3Cxhkmtf+If2KVjr6FQqBBFfi1wQwUzaax2FBvfEMFBnw==" } } } diff --git a/package.json b/package.json index 80172b0..f96d35e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "private": true, "scripts": {}, "dependencies": { - "@primer/css": "^17.5.2" + "@primer/css": "^20.4.7" } }