Skip to content

Commit

Permalink
Release v1.5.4
Browse files Browse the repository at this point in the history
* chore(release): publish 1.5.4
* Fixed GHSA-9c47-m6qq-7p4h: Ran npm audit to fix json5 vulnerability
  • Loading branch information
NSeydoux authored Jan 31, 2023
1 parent 43502cc commit caae294
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 27 deletions.
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useNx": true,
"useWorkspaces": true,
"version": "1.5.3"
"version": "1.5.4"
}
40 changes: 23 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/internal-playwright-helpers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-playwright-testids/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-test-env/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-jsdom-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit caae294

Please sign in to comment.