diff --git a/apps/ogre-cli/package.json b/apps/ogre-cli/package.json index f0d0f68..ed874c9 100644 --- a/apps/ogre-cli/package.json +++ b/apps/ogre-cli/package.json @@ -28,7 +28,7 @@ "@sindresorhus/tsconfig": "^3.0.1", "@types/react": "^18.0.32", "@vdemedes/prettier-config": "^2.0.1", - "ava": "^5.2.0", + "ava": "^4.3.3", "chalk": "^5.2.0", "eslint-config-xo-react": "^0.27.0", "eslint-plugin-react": "^7.32.2", diff --git a/package-lock.json b/package-lock.json index 1a10602..3fe647d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/react": "^18.0.32", "@vdemedes/prettier-config": "^2.0.1", "auto-changelog": "^2.4.0", - "ava": "^5.2.0", + "ava": "^4.3.3", "chalk": "^5.2.0", "eslint-config-xo-react": "^0.27.0", "eslint-plugin-react": "^7.32.2", @@ -4542,9 +4542,9 @@ "dev": true }, "node_modules/ava": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ava/-/ava-4.3.0.tgz", - "integrity": "sha512-Ap0u8rp8wOBN6CxshgxrPSe191e8g52RWGoXeDB57ubo4fyZyStfI6OxQi/bl0yxIDEOYHhCiGwihbzlMNJw3Q==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/ava/-/ava-4.3.3.tgz", + "integrity": "sha512-9Egq/d9R74ExrWohHeqUlexjDbgZJX5jA1Wq4KCTqc3wIfpGEK79zVy4rBtofJ9YKIxs4PzhJ8BgbW5PlAYe6w==", "dev": true, "dependencies": { "acorn": "^8.7.1", @@ -18032,7 +18032,7 @@ "@ava/typescript": "^3.0.1", "@types/node": "^17.0.45", "@types/uuid": "^8.3.4", - "ava": "^4.3.0", + "ava": "^4.3.3", "nyc": "^15.1.0", "ts-node": "^10.8.1", "typescript": "^4.7.4", @@ -18633,7 +18633,7 @@ "@ava/typescript": "^3.0.1", "@types/node": "^17.0.45", "@types/uuid": "^8.3.4", - "ava": "^4.3.0", + "ava": "^4.3.3", "fast-json-patch": "^3.1.1", "fflate": "^0.8.2", "immutable-json-patch": "^6.0.1", @@ -18655,7 +18655,7 @@ "@types/react": "^18.0.32", "@vdemedes/prettier-config": "^2.0.1", "auto-changelog": "^2.4.0", - "ava": "^5.2.0", + "ava": "^4.3.3", "chalk": "^5.2.0", "color-convert": "^2.0.1", "eslint-config-xo-react": "^0.27.0", @@ -18688,8 +18688,7 @@ } }, "ava": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ava/-/ava-5.3.1.tgz", + "version": "https://registry.npmjs.org/ava/-/ava-5.3.1.tgz", "integrity": "sha512-Scv9a4gMOXB6+ni4toLuhAm9KYWEjsgBglJl+kMGI5+IVDt120CCDZyB5HNU9DjmLI2t4I0GbnxGLmmRfGTJGg==", "dev": true, "requires": { @@ -21358,9 +21357,9 @@ } }, "ava": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ava/-/ava-4.3.0.tgz", - "integrity": "sha512-Ap0u8rp8wOBN6CxshgxrPSe191e8g52RWGoXeDB57ubo4fyZyStfI6OxQi/bl0yxIDEOYHhCiGwihbzlMNJw3Q==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/ava/-/ava-4.3.3.tgz", + "integrity": "sha512-9Egq/d9R74ExrWohHeqUlexjDbgZJX5jA1Wq4KCTqc3wIfpGEK79zVy4rBtofJ9YKIxs4PzhJ8BgbW5PlAYe6w==", "dev": true, "requires": { "acorn": "^8.7.1", diff --git a/packages/ogre/package.json b/packages/ogre/package.json index 00159ef..6d6a515 100644 --- a/packages/ogre/package.json +++ b/packages/ogre/package.json @@ -39,7 +39,7 @@ "@ava/typescript": "^3.0.1", "@types/node": "^17.0.45", "@types/uuid": "^8.3.4", - "ava": "^4.3.0", + "ava": "^4.3.3", "nyc": "^15.1.0", "ts-node": "^10.8.1", "typescript": "^4.7.4",