From caae29474df668462f055d28b105bc83347bb3a3 Mon Sep 17 00:00:00 2001 From: Zwifi Date: Tue, 31 Jan 2023 13:38:04 +0100 Subject: [PATCH] Release v1.5.4 * chore(release): publish 1.5.4 * Fixed GHSA-9c47-m6qq-7p4h: Ran npm audit to fix json5 vulnerability --- .../eslint-config-base/package.json | 2 +- eslint-configs/eslint-config-lib/package.json | 2 +- .../eslint-config-react/package.json | 2 +- lerna.json | 2 +- package-lock.json | 40 +++++++++++-------- .../internal-playwright-helpers/package.json | 6 +-- .../internal-playwright-testids/package.json | 2 +- packages/internal-test-env/package.json | 2 +- packages/jest-jsdom-polyfills/package.json | 2 +- 9 files changed, 33 insertions(+), 27 deletions(-) diff --git a/eslint-configs/eslint-config-base/package.json b/eslint-configs/eslint-config-base/package.json index acb8b4b4..e5f891d9 100644 --- a/eslint-configs/eslint-config-base/package.json +++ b/eslint-configs/eslint-config-base/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/eslint-config-base", "description": "Shared eslint config for Javascript at @inrupt", - "version": "1.5.3", + "version": "1.5.4", "publishConfig": { "access": "public" }, diff --git a/eslint-configs/eslint-config-lib/package.json b/eslint-configs/eslint-config-lib/package.json index 82b58576..1d9a44bd 100644 --- a/eslint-configs/eslint-config-lib/package.json +++ b/eslint-configs/eslint-config-lib/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/eslint-config-lib", "description": "Shared eslint config for Typescript Libraries used at @inrupt", - "version": "1.5.3", + "version": "1.5.4", "publishConfig": { "access": "public" }, diff --git a/eslint-configs/eslint-config-react/package.json b/eslint-configs/eslint-config-react/package.json index 3de6b592..d8a456a6 100644 --- a/eslint-configs/eslint-config-react/package.json +++ b/eslint-configs/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "name": "@inrupt/eslint-config-react", "description": "Shared eslint config for React projects at @inrupt", - "version": "1.5.3", + "version": "1.5.4", "publishConfig": { "access": "public" }, diff --git a/lerna.json b/lerna.json index 5a32a08c..55e7ed66 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "useNx": true, "useWorkspaces": true, - "version": "1.5.3" + "version": "1.5.4" } diff --git a/package-lock.json b/package-lock.json index e1f1697e..7397090b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "eslint-configs/eslint-config-base": { "name": "@inrupt/eslint-config-base", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "eslint": ">=8.18.0", @@ -76,7 +76,7 @@ }, "eslint-configs/eslint-config-lib": { "name": "@inrupt/eslint-config-lib", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "@inrupt/eslint-config-base": "file:../eslint-config-base", @@ -87,7 +87,7 @@ }, "eslint-configs/eslint-config-react": { "name": "@inrupt/eslint-config-react", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.18.2", @@ -162,8 +162,9 @@ } }, "node_modules/@babel/core/node_modules/json5": { - "version": "2.2.1", - "license": "MIT", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" }, @@ -7213,8 +7214,9 @@ "license": "ISC" }, "node_modules/json5": { - "version": "1.0.1", - "license": "MIT", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dependencies": { "minimist": "^1.2.0" }, @@ -10956,11 +10958,11 @@ }, "packages/internal-playwright-helpers": { "name": "@inrupt/internal-playwright-helpers", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { - "@inrupt/internal-playwright-testids": "1.5.3", - "@inrupt/internal-test-env": "1.5.3" + "@inrupt/internal-playwright-testids": "1.5.4", + "@inrupt/internal-test-env": "1.5.4" }, "peerDependencies": { "@playwright/test": "^1.28.1" @@ -10968,7 +10970,7 @@ }, "packages/internal-playwright-testids": { "name": "@inrupt/internal-playwright-testids", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "devDependencies": { "rollup": "^3.3.0", @@ -10978,7 +10980,7 @@ }, "packages/internal-test-env": { "name": "@inrupt/internal-test-env", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "@inrupt/solid-client": "^1.23.3", @@ -11001,7 +11003,7 @@ }, "packages/jest-jsdom-polyfills": { "name": "@inrupt/jest-jsdom-polyfills", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.4.0", @@ -11057,7 +11059,9 @@ } }, "json5": { - "version": "2.2.1" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "semver": { "version": "6.3.0" @@ -11467,8 +11471,8 @@ "@inrupt/internal-playwright-helpers": { "version": "file:packages/internal-playwright-helpers", "requires": { - "@inrupt/internal-playwright-testids": "1.5.3", - "@inrupt/internal-test-env": "1.5.3" + "@inrupt/internal-playwright-testids": "1.5.4", + "@inrupt/internal-test-env": "1.5.4" } }, "@inrupt/internal-playwright-testids": { @@ -15636,7 +15640,9 @@ "version": "5.0.1" }, "json5": { - "version": "1.0.1", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "requires": { "minimist": "^1.2.0" } diff --git a/packages/internal-playwright-helpers/package.json b/packages/internal-playwright-helpers/package.json index 81f902c5..d14e5ff2 100644 --- a/packages/internal-playwright-helpers/package.json +++ b/packages/internal-playwright-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/internal-playwright-helpers", - "version": "1.5.3", + "version": "1.5.4", "description": "This package provides page models for known common elements of the sdk testable UIs", "main": "dist/index.js", "module": "dist/index.es.js", @@ -19,8 +19,8 @@ } }, "dependencies": { - "@inrupt/internal-playwright-testids": "1.5.3", - "@inrupt/internal-test-env": "1.5.3" + "@inrupt/internal-playwright-testids": "1.5.4", + "@inrupt/internal-test-env": "1.5.4" }, "peerDependencies": { "@playwright/test": "^1.28.1" diff --git a/packages/internal-playwright-testids/package.json b/packages/internal-playwright-testids/package.json index e0417100..f02a0e7c 100644 --- a/packages/internal-playwright-testids/package.json +++ b/packages/internal-playwright-testids/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/internal-playwright-testids", - "version": "1.5.3", + "version": "1.5.4", "description": "Shared identifiers between browser-based tests and test app.", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/internal-test-env/package.json b/packages/internal-test-env/package.json index b959553c..6409b3ee 100644 --- a/packages/internal-test-env/package.json +++ b/packages/internal-test-env/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/internal-test-env", - "version": "1.5.3", + "version": "1.5.4", "description": "This package provides various test environment utilities needed for jest when using the Inrupt SDKs", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/jest-jsdom-polyfills/package.json b/packages/jest-jsdom-polyfills/package.json index 012948ce..df335371 100644 --- a/packages/jest-jsdom-polyfills/package.json +++ b/packages/jest-jsdom-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/jest-jsdom-polyfills", - "version": "1.5.3", + "version": "1.5.4", "description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs", "main": "index.js", "publishConfig": {