From 76763498f330d522ca38858272cf99b0daa5e627 Mon Sep 17 00:00:00 2001 From: jheer Date: Mon, 16 Sep 2024 08:27:08 -0700 Subject: [PATCH] chore: Bump flechette to v1.0.0. --- package-lock.json | 37 ++++++++++++++++++------------------- package.json | 4 ++-- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 028b73e..2ad9fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.0.1", "license": "BSD-3-Clause", "dependencies": { - "@uwdata/flechette": "1.0.0-beta.2", + "@uwdata/flechette": "^1.0.0", "acorn": "^8.12.1", "node-fetch": "^3.3.2" }, @@ -22,7 +22,7 @@ "rimraf": "^6.0.1", "rollup": "^4.21.3", "rollup-plugin-bundle-size": "^1.0.3", - "tape": "^5.8.1", + "tape": "^5.9.0", "typescript": "^5.6.2" } }, @@ -637,9 +637,9 @@ "license": "MIT" }, "node_modules/@uwdata/flechette": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@uwdata/flechette/-/flechette-1.0.0-beta.2.tgz", - "integrity": "sha512-7RdHjuPZ2HqWUHUdeG0YElrZC55NS8ftQCByuyxYpjFqidbsmx8ntekc6k1uT3vVVUMcyo7pycEhfLKEEkdbsQ==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@uwdata/flechette/-/flechette-1.0.0.tgz", + "integrity": "sha512-REQiIMDCjMo6KnSVl+GK8jccnJ4Z5CSzeHeyeuxVBTXgGzAPUxem7et084lyy6Hs5lC0LK0wxPEBWivNNXtusQ==" }, "node_modules/acorn": { "version": "8.12.1", @@ -3113,18 +3113,18 @@ } }, "node_modules/mock-property": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/mock-property/-/mock-property-1.0.3.tgz", - "integrity": "sha512-2emPTb1reeLLYwHxyVx993iYyCHEiRRO+y8NFXFPL5kl5q14sgTK76cXyEKkeKCHeRw35SfdkUJ10Q1KfHuiIQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mock-property/-/mock-property-1.1.0.tgz", + "integrity": "sha512-1/JjbLoGwv87xVsutkX0XJc0M0W4kb40cZl/K41xtTViBOD9JuFPKfyMNTrLJ/ivYAd0aPqu/vduamXO0emTFQ==", "dev": true, - "license": "MIT", "dependencies": { - "define-data-property": "^1.1.1", + "define-data-property": "^1.1.4", "functions-have-names": "^1.2.3", "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "hasown": "^2.0.0", - "isarray": "^2.0.5" + "has-property-descriptors": "^1.0.2", + "hasown": "^2.0.2", + "isarray": "^2.0.5", + "object-inspect": "^1.13.2" }, "engines": { "node": ">= 0.4" @@ -4084,11 +4084,10 @@ } }, "node_modules/tape": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/tape/-/tape-5.8.1.tgz", - "integrity": "sha512-pUzADXBVYm5Jkneh9hfXnirADrzQrDA3vddKbPOc/ZLORj4dFQ6GR1KdGWX0/NvOLDcYkVgeMdw78Uf6BzO3KA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/tape/-/tape-5.9.0.tgz", + "integrity": "sha512-czbGgxSVwRlbB3Ly/aqQrNwrDAzKHDW/kVXegp4hSFmR2c8qqm3hCgZbUy1+3QAQFGhPDG7J56UsV1uNilBFCA==", "dev": true, - "license": "MIT", "dependencies": { "@ljharb/resumer": "^0.1.3", "@ljharb/through": "^2.3.13", @@ -4105,8 +4104,8 @@ "inherits": "^2.0.4", "is-regex": "^1.1.4", "minimist": "^1.2.8", - "mock-property": "^1.0.3", - "object-inspect": "^1.13.1", + "mock-property": "^1.1.0", + "object-inspect": "^1.13.2", "object-is": "^1.1.6", "object-keys": "^1.1.1", "object.assign": "^4.1.5", diff --git a/package.json b/package.json index 19d325b..89389f9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prepublishOnly": "npm test && npm run build" }, "dependencies": { - "@uwdata/flechette": "1.0.0-beta.2", + "@uwdata/flechette": "^1.0.0", "acorn": "^8.12.1", "node-fetch": "^3.3.2" }, @@ -50,7 +50,7 @@ "rimraf": "^6.0.1", "rollup": "^4.21.3", "rollup-plugin-bundle-size": "^1.0.3", - "tape": "^5.8.1", + "tape": "^5.9.0", "typescript": "^5.6.2" } }