From 865f8d2bd9ffe10e9b3eb31f3f226d66eb7d171e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 18:12:35 +0000 Subject: [PATCH] Bump @primer/css from 17.5.2 to 20.4.2 Bumps [@primer/css](https://github.com/primer/css) from 17.5.2 to 20.4.2. - [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.2) --- 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..e252aee 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.2" } }, "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.2", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-20.4.2.tgz", + "integrity": "sha512-EYfDXA80ERXwncs4KTjnOQ41pqz7auRmg7sSNCP9i39W7hqIEl2HAkhtbb3ii34o/48rGSZzOMnxHUL8Nk0c8w==", "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.2", + "resolved": "https://registry.npmjs.org/@primer/css/-/css-20.4.2.tgz", + "integrity": "sha512-EYfDXA80ERXwncs4KTjnOQ41pqz7auRmg7sSNCP9i39W7hqIEl2HAkhtbb3ii34o/48rGSZzOMnxHUL8Nk0c8w==", "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..6126b7e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "private": true, "scripts": {}, "dependencies": { - "@primer/css": "^17.5.2" + "@primer/css": "^20.4.2" } }