From 0e934ed3e50d5d033173be3c2f9152a623c24056 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Nov 2023 19:14:49 +0000 Subject: [PATCH] fix: upgrade the-new-css-reset from 1.7.3 to 1.11.1 Snyk has created this PR to upgrade the-new-css-reset from 1.7.3 to 1.11.1. See this package in npm: https://www.npmjs.com/package/the-new-css-reset See this project in Snyk: https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/c3622982-05c8-495c-809c-20f301c75f92?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7824dd3220..d99f21dade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/lodash": "^4.14.182", "eslint-plugin-progress": "^0.0.1", - "the-new-css-reset": "^1.7.3", + "the-new-css-reset": "^1.11.1", "ts-node": "^10.9.1", "typeorm": "^0.3.14" }, @@ -4937,9 +4937,9 @@ "dev": true }, "node_modules/the-new-css-reset": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.7.3.tgz", - "integrity": "sha512-AiDZRlaS6ccC6CVHMEg+DQyZwfO0/KUvsz+vwmoOw9MlyNv/CaiOEhV1W3iw8ajQbWF0sXWYYhdKGMlCNyILPA==" + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.11.1.tgz", + "integrity": "sha512-AsNpvcX9YkVja3ZwVYjwULYOyelhse4Atnnple2wPwrKdf3tEBXECBPAoTN+tMSFiFbi00jyprt7F9vhHornMw==" }, "node_modules/thenify": { "version": "3.3.1", @@ -9181,9 +9181,9 @@ "dev": true }, "the-new-css-reset": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.7.3.tgz", - "integrity": "sha512-AiDZRlaS6ccC6CVHMEg+DQyZwfO0/KUvsz+vwmoOw9MlyNv/CaiOEhV1W3iw8ajQbWF0sXWYYhdKGMlCNyILPA==" + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.11.1.tgz", + "integrity": "sha512-AsNpvcX9YkVja3ZwVYjwULYOyelhse4Atnnple2wPwrKdf3tEBXECBPAoTN+tMSFiFbi00jyprt7F9vhHornMw==" }, "thenify": { "version": "3.3.1", diff --git a/package.json b/package.json index 7139032ad1..fb888ad05c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@types/lodash": "^4.14.182", "eslint-plugin-progress": "^0.0.1", - "the-new-css-reset": "^1.7.3", + "the-new-css-reset": "^1.11.1", "ts-node": "^10.9.1", "typeorm": "^0.3.14" },