diff --git a/package-lock.json b/package-lock.json index f4308ba3..ed33f8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "rollup-plugin-executable": "1.6.3", "rollup-plugin-json": "4.0.0", "rollup-plugin-node-resolve": "5.2.0", - "sinon": "15.2.0", + "sinon": "16.0.0", "testdouble": "3.18.0" } }, @@ -20407,9 +20407,9 @@ } }, "node_modules/sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", + "integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", @@ -38063,9 +38063,9 @@ } }, "sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", + "integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", "dev": true, "requires": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index 98e56b1d..fa41ae1b 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "rollup-plugin-executable": "1.6.3", "rollup-plugin-json": "4.0.0", "rollup-plugin-node-resolve": "5.2.0", - "sinon": "15.2.0", + "sinon": "16.0.0", "testdouble": "3.18.0" } }